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

/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_tree.c777 uint32_t notify_count = 0; local
784 notify_count = devfs_nmountplanes;
785 notify_count += dnp->dn_links;
787 notify_count += dnp2->dn_links;
790 return notify_count;

Completed in 20 milliseconds