Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dfiledesc.h163 #define fd_above_hard_limit_notify(fdp) fdt_flag_test(fdp, FD_ABOVE_HARD_LIMIT) macro
/xnu-8796.141.3/bsd/kern/
H A Dkern_descrip.c1120 } else if (!fd_above_hard_limit_notify(fdp) && fdp->fd_nfiles_hard_limit && in fd_check_limit_exceeded()