Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dfiledesc.h168 #define fd_above_hard_limit_notified(fdp) fdt_flag_test(fdp, FD_ABOVE_HARD_LIMIT) macro
/xnu-12377.1.9/bsd/kern/
H A Dkern_descrip.c1152 } else if (!fd_above_hard_limit_notified(fdp) && fdp->fd_nfiles_hard_limit && in fd_check_limit_exceeded()