Searched refs:effective (Results 1 – 5 of 5) sorted by relevance
/kernel/ |
D | capability.c | 171 kdata[i].effective = pE.cap[i]; in SYSCALL_DEFINE2() 226 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local 250 effective.cap[i] = kdata[i].effective; in SYSCALL_DEFINE2() 255 effective.cap[i] = 0; in SYSCALL_DEFINE2() 261 effective.cap[CAP_LAST_U32] &= CAP_LAST_U32_VALID_MASK; in SYSCALL_DEFINE2() 270 &effective, &inheritable, &permitted); in SYSCALL_DEFINE2()
|
D | audit.h | 60 kernel_cap_t effective; /* effective set of process */ member
|
D | auditsc.c | 1455 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() 2820 ax->old_pcap.effective = old->cap_effective; in __audit_log_bprm_fcaps() 2825 ax->new_pcap.effective = new->cap_effective; in __audit_log_bprm_fcaps() 2843 context->capset.cap.effective = new->cap_effective; in __audit_log_capset()
|
/kernel/bpf/ |
D | cgroup.c | 46 array = rcu_dereference(cgrp->effective[atype]); in bpf_prog_run_array_cg() 308 cgrp->bpf.effective[atype], in cgroup_bpf_release() 449 old_array = rcu_replace_pointer(cgrp->bpf.effective[atype], old_array, in activate_effective_progs() 466 #define NR ARRAY_SIZE(cgrp->bpf.effective) in cgroup_bpf_inherit() 776 desc->bpf.effective[atype], in replace_effective_prog() 929 desc->bpf.effective[atype], in purge_effective_progs() 1028 struct bpf_prog_array *effective; in __cgroup_bpf_query() local 1054 effective = rcu_dereference_protected(cgrp->bpf.effective[atype], in __cgroup_bpf_query() 1056 total_cnt += bpf_prog_array_length(effective); in __cgroup_bpf_query() 1079 effective = rcu_dereference_protected(cgrp->bpf.effective[atype], in __cgroup_bpf_query() [all …]
|
/kernel/irq/ |
D | Kconfig | 25 # Supports effective affinity mask
|