Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/ !
H A Dfile_internal.h126 struct waitq_set *fp_wset; /* fp_guard_attrs == 0 */ member
/xnu-8019.80.24/bsd/kern/ !
H A Dkern_guarded.c118 fp->fp_wset = fpg->fpg_wset; in guarded_fileproc_unguard()
612 fpg->fpg_wset = fp->fp_wset; in change_fdguard_np()
639 fp->fp_wset = fpg->fpg_wset; in change_fdguard_np()
H A Dsys_generic.c1714 if (fp->fp_wset == wqset) { in selunlinkfp()
1715 fp->fp_wset = NULL; in selunlinkfp()
1744 fp->fp_wset = wqset; in sellinkfp()
H A Dkern_descrip.c1031 assert(fp->fp_wset == NULL); in fileproc_free()
1577 wqset = fp->fp_wset; in fileproc_drain()