Searched refs:CAP_IPC_LOCK (Results 1 – 18 of 18) sorted by relevance
44 if (capable(CAP_IPC_LOCK)) in can_do_mlock() 634 if ((locked > lock_limit) && (!capable(CAP_IPC_LOCK))) { in do_mlock() 646 if ((locked <= lock_limit) || capable(CAP_IPC_LOCK)) in do_mlock() 765 capable(CAP_IPC_LOCK)) in SYSCALL_DEFINE1() 804 if ((memlock == LONG_MAX || memlock > lock_limit) && !capable(CAP_IPC_LOCK)) { in user_shm_lock()
558 capable(CAP_IPC_LOCK)); in account_locked_vm()
233 if (!(vm_flags & VM_LOCKED) || capable(CAP_IPC_LOCK)) in mlock_future_ok()
37 * Perform RLIMIT_MEMLOCK based checks unless CAP_IPC_LOCK is present. in hfi1_can_pin_pages() 39 if (!capable(CAP_IPC_LOCK)) { in hfi1_can_pin_pages()
217 #define CAP_IPC_LOCK 14 macro
243 imposed but ignored for unprivileged processes with CAP_IPC_LOCK252 unprivileged processes with CAP_IPC_LOCK capability.259 unprivileged processes with CAP_IPC_LOCK capability.302 for processes with the CAP_IPC_LOCK capability. Thus, perf_events/Perf305 executable with CAP_IPC_LOCK capability.
216 if (new_pinned > lock_limit && !capable(CAP_IPC_LOCK)) { in ib_umem_get()
132 if (capable(CAP_IPC_LOCK)) in xdp_umem_account_pages()
108 #define CAP_IPC_LOCK 14 macro 1290 if (!(vm_flags & VM_LOCKED) || capable(CAP_IPC_LOCK)) in mlock_future_ok()
129 if ((locked > lock_limit) && !capable(CAP_IPC_LOCK)) { in usnic_uiom_get_pages()
147 Ignore mlock limit after perf_event_mlock_kb without CAP_IPC_LOCK
93 bool lock_cap; /* capable(CAP_IPC_LOCK) */1555 lock_cap = capable(CAP_IPC_LOCK); in vfio_change_dma_owner() 1670 dma->lock_cap = capable(CAP_IPC_LOCK); in vfio_dma_do_map()
1506 return capable(CAP_IPC_LOCK) || in_group_p(shm_group); in can_do_hugetlb_shm()
1314 if (capable(CAP_IPC_LOCK)) in iopt_alloc_pages()
3779 if (!ns_capable_noaudit(&init_user_ns, CAP_IPC_LOCK)) in io_uring_create()
204 cap_value_t cap_list[1] = { CAP_IPC_LOCK }; in drop_cap_ipc_lock()
984 ``CAP_IPC_LOCK``.
655 if (locked > lock_limit && !capable(CAP_IPC_LOCK)) { in sev_pin_memory()