/linux-6.15/tools/testing/selftests/bpf/ |
D | cap_helpers.c | 25 *old_caps = (__u64)(data[1].effective) << 32 | data[0].effective; in cap_enable_effective() 27 if ((data[0].effective & cap0) == cap0 && in cap_enable_effective() 28 (data[1].effective & cap1) == cap1) in cap_enable_effective() 31 data[0].effective |= cap0; in cap_enable_effective() 32 data[1].effective |= cap1; in cap_enable_effective() 55 *old_caps = (__u64)(data[1].effective) << 32 | data[0].effective; in cap_disable_effective() 57 if (!(data[0].effective & cap0) && !(data[1].effective & cap1)) in cap_disable_effective() 60 data[0].effective &= ~cap0; in cap_disable_effective() 61 data[1].effective &= ~cap1; in cap_disable_effective()
|
/linux-6.15/tools/testing/selftests/powerpc/dexcr/ |
D | lsdexcr.c | 13 static unsigned int effective; variable 64 if (!(effective & mask)) in print_aspect() 67 printf("%12s %c (%d): ", aspect->name, effective & mask ? '*' : ' ', aspect->index); in print_aspect() 77 bool actual = effective & DEXCR_PR_BIT(aspect->index); in print_aspect_config() 138 effective = dexcr | hdexcr; in main() 144 print_dexcr("Effective", effective); in main() 151 if (effective & DEXCR_PR_NPHIE) { in main()
|
/linux-6.15/security/ |
D | commoncap.c | 49 " effective capabilities. Therefore not raising all" in warn_setuid_and_fcaps_mixed() 56 * cap_capable_helper - Determine whether a task has a particular effective 64 * its effective set, returning 0 if it does, -ve if it does not. 109 * cap_capable - Determine whether a task has a particular effective capability 116 * its effective set, returning 0 if it does, -ve if it does not. 223 * @effective: The place to record the effective set 230 int cap_capget(const struct task_struct *target, kernel_cap_t *effective, in cap_capget() argument 238 *effective = cred->cap_effective; in cap_capget() 264 * @effective: A pointer to the proposed new effective capabilities set 274 const kernel_cap_t *effective, in cap_capset() argument [all …]
|
/linux-6.15/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/ |
D | ia_css_s3a_types.h | 69 in table, which cells have effective 73 in table, which cells have effective 103 * Condition of effective pixel for AWB level gate check: 161 s32 awb_cnt; /** Number of effective pixels 164 judged as "effective". (u32) */ 166 All Gr pixels (not only for effective pixels) 169 All R pixels (not only for effective pixels) 172 All B pixels (not only for effective pixels) 175 All Gb pixels (not only for effective pixels)
|
/linux-6.15/kernel/power/ |
D | qos.c | 13 * aggregated as appropriate to produce effective constraints (target values) 50 * pm_qos_read_value - Return the current effective constraint value. 263 * a new entry to the CPU latency QoS list and recompute the effective QoS 292 * latency QoS list along with updating the effective constraint value for that 319 * QoS list along with updating the effective constraint value for that list. 531 * Insert a new entry into the @qos list of requests, recompute the effective 535 * Return 1 if the effective constraint value has changed, 0 if the effective 568 * Update an existing frequency QoS request along with the effective constraint 571 * Return 1 if the effective constraint value has changed, 0 if the effective 595 * belongs to and recompute the effective constraint value for that list. [all …]
|
/linux-6.15/tools/bpf/bpftool/Documentation/ |
D | bpftool-cgroup.rst | 27 | **bpftool** **cgroup** { **show** | **list** } *CGROUP* [**effective**] 28 | **bpftool** **cgroup tree** [*CGROUP_ROOT*] [**effective**] 52 bpftool cgroup { show | list } *CGROUP* [effective] 58 If **effective** is specified retrieve effective programs that will execute 62 bpftool cgroup tree [*CGROUP_ROOT*] [effective] 70 If **effective** is specified retrieve effective programs that will execute
|
/linux-6.15/Documentation/scheduler/ |
D | sched-util-clamp.rst | 132 frequency selection as well as task placement to be most effective. Both of 153 and on dequeue it is decremented. This makes keeping track of the effective 156 As tasks are enqueued and dequeued, we keep track of the current effective 160 Later at any path that wants to identify the effective uclamp value of the rq, 161 it will simply need to read this effective uclamp value of the rq at that exact 167 When a task wakes up, the scheduler will look at the current effective uclamp 173 at the current effective uclamp value of the rq which is influenced by the set 210 To reduce the search space when trying to decide the effective uclamp value of 241 The rq then keeps track of its current effective uclamp value for each 301 the actual applied (effective) value can be influenced by more than just the [all …]
|
/linux-6.15/tools/testing/selftests/net/netfilter/ |
D | rpath.sh | 170 ipt_zero_rule "$iptables" && die "iptables match not effective" 171 ipt_zero_rule "$ip6tables" && die "ip6tables match not effective" 172 ipt_zero_reverse_rule "$iptables" || die "iptables match over-effective" 173 ipt_zero_reverse_rule "$ip6tables" || die "ip6tables match over-effective" 174 nft_zero_rule ip && die "nft IPv4 match not effective" 175 nft_zero_rule ip6 && die "nft IPv6 match not effective"
|
/linux-6.15/include/linux/ |
D | bpf-cgroup-defs.h | 56 /* array of effective progs in this cgroup */ 57 struct bpf_prog_array __rcu *effective[MAX_CGROUP_BPF_ATTACH_TYPE]; member 70 /* temp storage for effective prog array used by prog_attach/detach */
|
/linux-6.15/kernel/ |
D | capability.c | 132 * @dataptr: pointer to struct that contains the effective, permitted, 164 kdata[0].effective = pE.val; kdata[1].effective = pE.val >> 32; in SYSCALL_DEFINE2() 202 * @data: pointer to struct that contains the effective, permitted, 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()
|
/linux-6.15/arch/x86/lib/ |
D | insn-eval.c | 596 * computing the effective address. Thus, ensure that the first in get_reg_offset_16() 944 * get_eff_addr_reg() - Obtain effective address from register operand 947 * @regoff: Obtained operand offset, in pt_regs, with the effective address 948 * @eff_addr: Obtained effective address 950 * Obtain the effective address stored in the register operand as indicated by 952 * (i.e., ModRM.mod is 3). The effective address is saved in @eff_addr. The 960 * 0 on success. @eff_addr will have the effective address stored in the 994 * get_eff_addr_modrm() - Obtain referenced effective address via ModRM 998 * @eff_addr: Obtained effective address 1000 * Obtain the effective address referenced by the ModRM byte of @insn. After [all …]
|
/linux-6.15/Documentation/iio/ |
D | ad4695.rst | 187 oversampling on a channel raises the effective number of bits of sampled data to 246 Effective sample rate for buffered reads 256 individual conversion, the effective sample rate for each sample is actually 260 the ``in_voltageY_sampling_frequency`` attributes set to 1 MHz, the effective 263 With oversampling enabled, the effective sample rate also depends on the OSR 265 previous case is configured with an OSR of 4, the effective sample rate for that 266 channel becomes (1 MHz / 4 ) = 250 kHz. The effective sample rate for all
|
/linux-6.15/mm/ |
D | page_counter.c | 295 * This function calculates an individual page counter's effective 300 * The following rules apply to the effective protection values: 302 * 1. At the first level of reclaim, effective protection is equal to 306 * subsequent levels the effective protection is capped to the 307 * parent's effective protection. 311 * level. If that is the case, the parent's effective protection is 372 * is okay. With the overcommit distribution above, effective in effective_protection() 432 * Effective values of the reclaim targets are ignored so they in page_counter_calculate_protection()
|
/linux-6.15/include/uapi/linux/ |
D | securebits.h | 15 compatibility mode. We raise the effective and inheritable bitmasks 16 *of the executable file* if the effective uid of the new process is 17 0. If the real uid is 0, we raise the effective (legacy) bit of the
|
D | auxvec.h | 21 #define AT_EUID 12 /* effective uid */ 23 #define AT_EGID 14 /* effective gid */
|
/linux-6.15/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
D | ia_css_sdis_common_types.h | 46 in table, which cells have effective 56 in table, which cells have effective 74 in table, which cells have effective 84 in table, which cells have effective
|
/linux-6.15/kernel/bpf/ |
D | cgroup.c | 63 array = rcu_dereference(cgrp->effective[atype]); in bpf_prog_run_array_cg() 325 cgrp->bpf.effective[atype], in cgroup_bpf_release() 414 /* compute a chain of effective programs for a given cgroup: 430 /* count number of effective programs by walking parents */ in compute_effective_progs() 441 /* populate the array with effective progs */ in compute_effective_progs() 482 old_array = rcu_replace_pointer(cgrp->bpf.effective[atype], old_array, in activate_effective_progs() 491 * cgroup_bpf_inherit() - inherit effective programs from parent 499 #define NR ARRAY_SIZE(cgrp->bpf.effective) in cgroup_bpf_inherit() 543 /* allocate and recompute effective prog arrays */ in update_effective_progs() 574 /* oom while computing effective. Free all computed effective arrays in update_effective_progs() [all …]
|
/linux-6.15/arch/powerpc/include/asm/ |
D | page.h | 161 * __va(x) = (x) - [ PHYSICAL_START - Effective KERNELBASE ] 165 * Effective KERNELBASE = virtual_base = 172 * virt_phys_offset = Effective KERNELBASE - PHYSICAL_START 178 * __va(x) = x - PHYSICAL_START + Effective KERNELBASE 182 * __pa(x) = x + PHYSICAL_START - Effective KERNELBASE
|
/linux-6.15/Documentation/security/ |
D | credentials.rst | 137 - Effective, Saved and FS User ID 138 - Effective, Saved and FS Group ID 150 - Set of effective capabilities 160 itself to its effective or permitted sets through ``capset()``. This 163 The effective capabilities are the ones that a task is actually allowed to 321 uid_t current_euid(void) Current's effective UID 322 gid_t current_egid(void) Current's effective GID 325 kernel_cap_t current_cap(void) Current's effective capabilities 400 uid_t task_euid(task) Task's effective UID
|
/linux-6.15/Documentation/translations/zh_CN/security/ |
D | credentials.rst | 272 uid_t current_euid(void) Current's effective UID 273 gid_t current_egid(void) Current's effective GID 276 kernel_cap_t current_cap(void) Current's effective capabilities 343 uid_t task_euid(task) Task's effective UID
|
/linux-6.15/tools/perf/util/ |
D | cap.c | 41 cap_val = data[1].effective; in perf_cap__capable() 47 cap_val = data[0].effective; in perf_cap__capable()
|
/linux-6.15/tools/testing/selftests/cgroup/ |
D | test_cpuset_prs.sh | 26 CPULIST=$(cat $CGROUP2/cpuset.cpus.effective) 159 ACTUAL_VAL=$(cat cpuset.cpus.effective) 161 echo "cpuset.cpus.effective: expect '$EXPECTED_VAL', found '$ACTUAL_VAL'" 204 # ECPUs - effective CPUs of cpusets 310 # cpus.exclusive.effective clearing test 406 # affect cpuset.cpus.exclusive.effective. 472 # p1 as member, will get its effective CPUs from its parent rtest 628 ECPUS=$DIR/cpuset.cpus.effective 630 XECPUS=$DIR/cpuset.cpus.exclusive.effective 660 # Check effective cpus [all …]
|
/linux-6.15/kernel/cgroup/ |
D | cpuset-internal.h | 87 * The effective masks is the real masks that apply to the tasks 97 * The user-configured masks are always the same with effective masks. 104 /* effective CPUs and Memory Nodes allow to tasks */ 127 * it becomes a valid partition root. The effective set of exclusive
|
/linux-6.15/Documentation/driver-api/media/drivers/ |
D | sh_mobile_ceu_camera.rst | 76 2. Calculate "effective" input crop (sensor subwindow) - CEU crop scaled back at 81 3. Calculate new combined scales from "effective" input window to requested user 102 "effective" crop:
|
/linux-6.15/Documentation/admin-guide/cgroup-v1/ |
D | freezer-subsystem.rst | 66 When read, returns the effective state of the cgroup - "THAWED", 82 THAWED. Note that the effective state may not change to THAWED if 83 the parent-state is still freezing. If a cgroup's effective state
|