Searched refs:CAP_SYS_NICE (Results 1 – 13 of 13) sorted by relevance
45 !uid_eq(tcred->uid, cred->uid) && !capable(CAP_SYS_NICE)) { in set_task_ioprio()79 if (!capable(CAP_SYS_ADMIN) && !capable(CAP_SYS_NICE)) in ioprio_check_cap()
293 #define CAP_SYS_NICE 23 macro
105 if (!check_same_owner(p) && !capable(CAP_SYS_NICE)) { in mipsmt_sys_sched_setaffinity()
1262 if ((flags & MPOL_MF_MOVE_ALL) && !capable(CAP_SYS_NICE)) in do_mbind()1564 if (!nodes_subset(*new, task_nodes) && !capable(CAP_SYS_NICE)) { in kernel_migrate_pages()1587 capable(CAP_SYS_NICE) ? MPOL_MF_MOVE_ALL : MPOL_MF_MOVE); in kernel_migrate_pages()
1274 if (!capable(CAP_SYS_NICE)) { in SYSCALL_DEFINE5()
2018 if ((flags & MPOL_MF_MOVE_ALL) && !capable(CAP_SYS_NICE)) in kernel_move_pages()
103 if (capable(CAP_SYS_NICE)) in amdgpu_ctx_priority_permit()
412 !capable(CAP_SYS_NICE)) in spufs_create_context()
1182 if (!is_subset && !ns_capable(__task_cred(p)->user_ns, CAP_SYS_NICE)) in cap_safe_nice()
2532 if (!ns_capable(__task_cred(p)->user_ns, CAP_SYS_NICE)) { in timerslack_ns_write()2571 if (!ns_capable(__task_cred(p)->user_ns, CAP_SYS_NICE)) { in timerslack_ns_show()
6913 capable(CAP_SYS_NICE)); in can_nice()7236 if (user && !capable(CAP_SYS_NICE)) { in __sched_setscheduler()7980 if (!ns_capable(__task_cred(p)->user_ns, CAP_SYS_NICE)) { in sched_setaffinity()
185 !capable(CAP_SYS_NICE)) in validate_priority()
170 if (ns_capable(pcred->user_ns, CAP_SYS_NICE)) in set_one_prio_perm()
Completed in 52 milliseconds