Searched refs:lim_cur_proc (Results 1 – 8 of 8) sorted by relevance
136 rlim_t lim_cur_proc(struct proc *p, int which);
147 rlim_t lim_cur_proc(struct proc *p, int which);
111 a_out->a_data + bss_size > lim_cur_proc(imgp->proc, RLIMIT_DATA) || in exec_linux_imgact()
246 a_out->a_data + bss_size > lim_cur_proc(imgp->proc, RLIMIT_DATA) || in exec_aout_imgact()
1296 lim_cur_proc(struct proc *p, int which) in lim_cur_proc() function
934 if (data_size > lim_cur_proc(imgp->proc, RLIMIT_DATA)) in __elfN()938 else if (total_size > lim_cur_proc(imgp->proc, RLIMIT_VMEM)) in __elfN()
770 lim_cur_proc(struct proc *p, int which) in lim_cur_proc() function
1083 if (nsize > lim_cur_proc(proc, RLIMIT_MEMLOCK)) { in kern_mlock()