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 | auditsc.c | 1275 audit_log_cap(ab, "cap_pe", &context->capset.cap.effective); in show_special() 1494 audit_log_cap(ab, "old_pe", &axs->old_pcap.effective); in audit_log_exit() 1498 audit_log_cap(ab, "pe", &axs->new_pcap.effective); in audit_log_exit() 2466 ax->old_pcap.effective = old->cap_effective; in __audit_log_bprm_fcaps() 2471 ax->new_pcap.effective = new->cap_effective; in __audit_log_bprm_fcaps() 2488 context->capset.cap.effective = new->cap_effective; in __audit_log_capset()
|
D | audit.h | 56 kernel_cap_t effective; /* effective set of process */ member
|
/kernel/bpf/ |
D | cgroup.c | 61 cgrp->bpf.effective[type], in cgroup_bpf_release() 186 rcu_swap_protected(cgrp->bpf.effective[type], old_array, in activate_effective_progs() 203 #define NR ARRAY_SIZE(cgrp->bpf.effective) in cgroup_bpf_inherit() 505 struct bpf_prog_array *effective; in __cgroup_bpf_query() local 508 effective = rcu_dereference_protected(cgrp->bpf.effective[type], in __cgroup_bpf_query() 512 cnt = bpf_prog_array_length(effective); in __cgroup_bpf_query() 529 return bpf_prog_array_copy_to_user(effective, prog_ids, cnt); in __cgroup_bpf_query() 649 cgrp->bpf.effective[type], skb, __bpf_prog_run_save_cb); in __cgroup_bpf_run_filter_skb() 651 ret = BPF_PROG_RUN_ARRAY(cgrp->bpf.effective[type], skb, in __cgroup_bpf_run_filter_skb() 682 ret = BPF_PROG_RUN_ARRAY(cgrp->bpf.effective[type], sk, BPF_PROG_RUN); in __cgroup_bpf_run_filter_sk() [all …]
|
/kernel/irq/ |
D | Kconfig | 25 # Supports effective affinity mask
|