Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/vfs/
H A Dvfs_fsevents.c1140 int old_refcount; in release_event_ref() local
1146 old_refcount = OSAddAtomic(-1, &kfse->refcount); in release_event_ref()
1147 if (old_refcount > 1) { in release_event_ref()