Home
last modified time | relevance | path

Searched refs:upl_commit (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.121.6/osfmk/mach/
H A Dupl.defs88 routine upl_commit(
/xnu-11417.121.6/osfmk/vm/
H A Ddevice_vm.c222 upl_commit(upl, NULL, 0); in device_pager_populate_object()
H A Dvm_upl.c1356 upl_commit( in upl_commit() function
/xnu-11417.121.6/iokit/Kernel/
H A DIOMemoryDescriptor.cpp4823 upl_commit(ioplList[ind].fIOPL, NULL, 0); in complete()
5034 upl_commit(redirUPL2, NULL, 0); in doMap()
5548 upl_commit(fRedirUPL, NULL, 0); in free()
5892 upl_commit(fRedirUPL, NULL, 0); in redirect()
/xnu-11417.121.6/bsd/kern/
H A Dubc_subr.c2779 kr = upl_commit(upl, pl, MAX_UPL_SIZE_BYTES >> PAGE_SHIFT); in ubc_upl_commit()