Home
last modified time | relevance | path

Searched refs:drop_ref (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/osfmk/vm/
H A Ddevice_vm.c508 boolean_t drop_ref; in device_pager_last_unmap() local
516 drop_ref = TRUE; in device_pager_last_unmap()
518 drop_ref = FALSE; in device_pager_last_unmap()
522 if (drop_ref) { in device_pager_last_unmap()
/xnu-8020.140.41/bsd/miscfs/devfs/
H A Ddevfs_vnops.c389 goto drop_ref; in devfs_lookup()
426 drop_ref: in devfs_lookup()