Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dsys_generic.c2058 const os_ref_count_t refc = os_ref_release_locked(&fp->fp_iocount); in seldrop_locked() local
2059 if (0 == refc) { in seldrop_locked()
2063 if (1 == refc) { in seldrop_locked()
H A Dkern_descrip.c1124 os_ref_count_t refc = os_ref_release(&fp->fp_iocount); in fileproc_free() local
1125 if (0 != refc) { in fileproc_free()
1127 __func__, proc_pid(current_proc()), refc); in fileproc_free()