Searched refs:max_fileactions (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_execve.c200 rlim_t max_fileactions; local
212 max_fileactions = 2 * uimin(p->p_rlimit[RLIMIT_NOFILE].rlim_cur,
215 SCARG_P32(uap, file_actions), max_fileactions);
/netbsd-current/sys/kern/
H A Dkern_exec.c2875 rlim_t max_fileactions; local
2887 max_fileactions = 2 * uimin(p->p_rlimit[RLIMIT_NOFILE].rlim_cur,
2890 max_fileactions);

Completed in 127 milliseconds