Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dsys_generic.c2125 const os_ref_count_t refc = os_ref_release_locked(&fp->fp_iocount); in seldrop_locked() local
2126 if (0 == refc) { in seldrop_locked()
2130 if (1 == refc) { in seldrop_locked()
H A Dkern_descrip.c1019 os_ref_count_t __unused refc = os_ref_release(&fp->fp_iocount); in fileproc_free() local
1021 if (0 != refc) { in fileproc_free()
1023 __func__, proc_pid(current_proc()), refc); in fileproc_free()