Searched refs:update_rlimit_cpu (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dposix-timers.h197 int update_rlimit_cpu(struct task_struct *task, unsigned long rlim_new);
/linux-master/kernel/time/
H A Dposix-cpu-timers.c42 int update_rlimit_cpu(struct task_struct *task, unsigned long rlim_new) function
/linux-master/kernel/
H A Dsys.c1504 * update_rlimit_cpu can fail if the task is exiting, but there
1509 * cannot update_rlimit_cpu on it, then the entire process is
1512 update_rlimit_cpu(tsk->group_leader, new_rlim->rlim_cur);
/linux-master/security/selinux/
H A Dhooks.c2509 update_rlimit_cpu(current, rlimit(RLIMIT_CPU));

Completed in 170 milliseconds