Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dfile_internal.h120 os_refcnt_t fp_iocount; member
/xnu-8019.80.24/bsd/kern/
H A Dkern_descrip.c1013 os_ref_init(&fp->fp_iocount, &f_refgrp); in fileproc_alloc_init()
1021 os_ref_count_t __unused refc = os_ref_release(&fp->fp_iocount); in fileproc_free()
1280 os_ref_retain_locked(&fp->fp_iocount); in falloc_withinit()
1333 os_ref_release_live(&fp->fp_iocount); in fp_free()
1362 os_ref_get_count(&fp->fp_iocount) <= 1 || in fp_get_noref_locked_with_iocount()
1417 os_ref_retain_locked(&fp->fp_iocount); in fp_lookup()
1450 os_ref_retain_locked(&fp->fp_iocount); in fp_get_ftype()
1500 if (1 == os_ref_release_locked(&fp->fp_iocount)) { in fp_drop()
1567 while (os_ref_get_count(&fp->fp_iocount) > 1) { in fileproc_drain()
2161 if (1 == os_ref_release_locked(&fp->fp_iocount)) { in file_drop()
H A Dsys_generic.c2189 os_ref_retain_locked(&fp->fp_iocount); in selcount()
2283 const os_ref_count_t refc = os_ref_release_locked(&fp->fp_iocount); in seldrop_locked()