Home
last modified time | relevance | path

Searched defs:cap (Results 1 – 8 of 8) sorted by relevance

/kernel/
Dcapability.c295 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()
365 int cap, in ns_capable_common()
394 bool ns_capable(struct user_namespace *ns, int cap) in ns_capable()
412 bool ns_capable_noaudit(struct user_namespace *ns, int cap) in ns_capable_noaudit()
431 bool ns_capable_setid(struct user_namespace *ns, int cap) in ns_capable_setid()
447 bool capable(int cap) in capable()
467 int cap) in file_ns_capable()
[all …]
Daudit.h182 struct audit_cap_data cap; member
Dauditsc.c1162 kernel_cap_t *cap) in audit_log_cap()
/kernel/power/
Denergy_model.c202 unsigned long cap, prev_cap = 0; in em_register_perf_domain() local
/kernel/sched/
Dtopology.c1898 unsigned long cap; in asym_cpu_capacity_level() local
Dfair.c103 #define fits_capacity(cap, max) ((cap) * 1280 < (max) * 1024) argument
786 long cap = (long)(cpu_scale - cfs_rq->avg.util_avg) / 2; in post_init_entity_util_avg() local
/kernel/rcu/
Dtree.c3486 int cap = rcu_capacity[(rcu_num_lvls - 1) - i]; in rcu_init_geometry() local
/kernel/bpf/
Dverifier.c2145 u32 cap = bpf_map_flags_to_cap(map); in check_map_access_type() local