Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Ddevice_vm.c509 boolean_t drop_ref; in device_pager_last_unmap() local
517 drop_ref = TRUE; in device_pager_last_unmap()
519 drop_ref = FALSE; in device_pager_last_unmap()
523 if (drop_ref) { in device_pager_last_unmap()
/xnu-8019.80.24/bsd/miscfs/devfs/
H A Ddevfs_vnops.c389 goto drop_ref; in devfs_lookup()
426 drop_ref: in devfs_lookup()