Home
last modified time | relevance | path

Searched refs:effective (Results 1 – 6 of 6) sorted by relevance

/kernel/
A Dcapability.c164 kdata[0].effective = pE.val; kdata[1].effective = pE.val >> 32; in SYSCALL_DEFINE2()
220 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local
243 effective = mk_kernel_cap(kdata[0].effective, kdata[1].effective); in SYSCALL_DEFINE2()
252 &effective, &inheritable, &permitted); in SYSCALL_DEFINE2()
A Daudit.h61 kernel_cap_t effective; /* effective set of process */ member
A Dauditsc.c1458 audit_log_cap(ab, "cap_pe", &context->capset.cap.effective); in show_special()
1734 audit_log_cap(ab, "old_pe", &axs->old_pcap.effective); in audit_log_exit()
1738 audit_log_cap(ab, "pe", &axs->new_pcap.effective); in audit_log_exit()
2818 ax->old_pcap.effective = old->cap_effective; in __audit_log_bprm_fcaps()
2823 ax->new_pcap.effective = new->cap_effective; in __audit_log_bprm_fcaps()
2841 context->capset.cap.effective = new->cap_effective; in __audit_log_capset()
A Dworkqueue.c1579 struct cpumask *effective = unbound_effective_cpumask(wq); in wq_update_node_max_active() local
1589 if (off_cpu >= 0 && !cpumask_test_cpu(off_cpu, effective)) in wq_update_node_max_active()
1592 total_cpus = cpumask_weight_and(effective, cpu_online_mask); in wq_update_node_max_active()
1608 node_cpus = cpumask_weight_and(effective, cpumask_of_node(node)); in wq_update_node_max_active()
/kernel/bpf/
A Dcgroup.c76 array = rcu_dereference(cgrp->effective[atype]); in bpf_prog_run_array_cg()
338 cgrp->bpf.effective[atype], in cgroup_bpf_release()
512 #define NR ARRAY_SIZE(cgrp->bpf.effective) in cgroup_bpf_inherit()
960 desc->bpf.effective[atype], in replace_effective_prog()
1115 desc->bpf.effective[atype], in purge_effective_progs()
1220 struct bpf_prog_array *effective; in __cgroup_bpf_query() local
1247 effective = rcu_dereference_protected(cgrp->bpf.effective[atype], in __cgroup_bpf_query()
1249 total_cnt += bpf_prog_array_length(effective); in __cgroup_bpf_query()
1276 effective = rcu_dereference_protected(cgrp->bpf.effective[atype], in __cgroup_bpf_query()
1278 cnt = min_t(int, bpf_prog_array_length(effective), total_cnt); in __cgroup_bpf_query()
[all …]
/kernel/irq/
A DKconfig25 # Supports effective affinity mask

Completed in 30 milliseconds