Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dfiledesc.h167 #define fd_above_soft_limit_notified(fdp) fdt_flag_test(fdp, FD_ABOVE_SOFT_LIMIT) macro
/xnu-12377.1.9/bsd/kern/
H A Dkern_descrip.c1148 if (!fd_above_soft_limit_notified(fdp) && fdp->fd_nfiles_soft_limit && in fd_check_limit_exceeded()