Home
last modified time | relevance | path

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

/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_tree.c773 uint32_t notify_count = 0; in remove_notify_count() local
780 notify_count = devfs_nmountplanes; in remove_notify_count()
781 notify_count += dnp->dn_links; in remove_notify_count()
783 notify_count += dnp2->dn_links; in remove_notify_count()
786 return notify_count; in remove_notify_count()