Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_fsevents.c915 int old_refcount; in release_event_ref() local
919 old_refcount = OSAddAtomic(-1, &kfse->refcount); in release_event_ref()
920 if (old_refcount > 1) { in release_event_ref()