Searched defs:cap (Results 1 – 11 of 11) sorted by relevance
/kernel/ |
D | capability.c | 295 struct user_namespace *ns, int cap) in has_ns_capability() 316 bool has_capability(struct task_struct *t, int cap) in has_capability() 336 struct user_namespace *ns, int cap) in has_ns_capability_noaudit() 359 bool has_capability_noaudit(struct task_struct *t, int cap) in has_capability_noaudit() 366 int cap, in ns_capable_common() 395 bool ns_capable(struct user_namespace *ns, int cap) in ns_capable() 413 bool ns_capable_noaudit(struct user_namespace *ns, int cap) in ns_capable_noaudit() 432 bool ns_capable_setid(struct user_namespace *ns, int cap) in ns_capable_setid() 448 bool capable(int cap) in capable() 468 int cap) in file_ns_capable() [all …]
|
D | audit.h | 191 struct audit_cap_data cap; member
|
D | auditsc.c | 1292 kernel_cap_t *cap) in audit_log_cap()
|
/kernel/sched/ |
D | cpudeadline.c | 123 unsigned long cap, max_cap = 0; in cpudl_find() local
|
D | deadline.c | 131 unsigned long cap = 0; in __dl_bw_capacity() local 227 __dl_overflow(struct dl_bw *dl_b, unsigned long cap, u64 old_bw, u64 new_bw) in __dl_overflow() 2848 unsigned long cap; in sched_dl_overflow() local 3026 unsigned long flags, cap; in dl_cpuset_cpumask_can_shrink() local 3061 unsigned long cap = dl_bw_capacity(cpu); in dl_bw_manage() local
|
D | fair.c | 163 #define fits_capacity(cap, max) ((cap) * 1280 < (max) * 1024) argument 844 long cap = (long)(cpu_scale - cfs_rq->avg.util_avg) / 2; in post_init_entity_util_avg() local
|
D | sched.h | 2960 unsigned long cap = arch_scale_cpu_capacity(cpu); in dl_task_fits_capacity() local
|
/kernel/cgroup/ |
D | misc.c | 325 unsigned long cap; in misc_cg_capacity_show() local
|
/kernel/power/ |
D | energy_model.c | 341 unsigned long cap, prev_cap = 0; in em_dev_register_perf_domain() local
|
/kernel/rcu/ |
D | tree.c | 4821 int cap = rcu_capacity[(rcu_num_lvls - 1) - i]; in rcu_init_geometry() local
|
/kernel/bpf/ |
D | verifier.c | 3778 u32 cap = bpf_map_flags_to_cap(map); in check_map_access_type() local
|