Home
last modified time | relevance | path

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

/xnu-11215/osfmk/vm/
H A Ddevice_vm.c492 boolean_t drop_ref; in device_pager_last_unmap() local
500 drop_ref = TRUE; in device_pager_last_unmap()
502 drop_ref = FALSE; in device_pager_last_unmap()
506 if (drop_ref) { in device_pager_last_unmap()
/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_vnops.c389 goto drop_ref; in devfs_lookup()
426 drop_ref: in devfs_lookup()