Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dfiledesc.h169 #define fd_hard_limit_notified(fdp) fdt_flag_set(fdp, FD_HARD_LIMIT_NOTIFIED) macro
/xnu-8796.141.3/bsd/kern/
H A Dkern_proc.c4862 fd_hard_limit_notified(fdp); in proc_filedesc_ast()