Searched refs:policy (Results 1 - 25 of 505) sorted by path

1234567891011>>

/linux-master/arch/sparc/kernel/
H A Dtime_64.c659 for_each_cpu(cpu, freq->policy->cpus) {
/linux-master/drivers/hwtracing/stm/
H A DMakefile4 stm_core-y := core.o policy.o
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dvendor.c115 .policy = VENDOR_CMD_RAW_DATA,
/linux-master/drivers/net/wireless/st/cw1200/
H A Dtxrx.h33 struct tx_policy policy; member in struct:tx_policy_cache_entry
42 spinlock_t lock; /* Protect policy cache */
46 /* TX policy cache */
47 /* Intention of TX policy cache is an overcomplicated WSM API.
49 * It uses "tx retry policy id" instead, so driver code has to sync
50 * linux tx retry sequences with a retry policy table in the device.
/linux-master/include/linux/mfd/wm8350/
H A Dsupply.h108 /* charger state machine policy - set in machine driver */
124 struct wm8350_charger_policy *policy; member in struct:wm8350_power
/linux-master/tools/perf/trace/beauty/
H A Dsched_policy.c26 int policy = arg->val, local
27 flags = policy & ~SCHED_POLICY_MASK;
29 policy &= SCHED_POLICY_MASK;
30 if (policy <= SCHED_DEADLINE)
31 printed = scnprintf(bf, size, "%s%s", show_prefix ? prefix : "", policies[policy]);
33 printed = scnprintf(bf, size, "%#x", policy);
/linux-master/tools/testing/selftests/cpufreq/
H A Dcpufreq.sh31 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
32 for policy in $policies; do
33 $@ $policy
39 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
40 for policy in $policies; do
41 $@ $policy &
120 # $1: policy
126 # $1: policy
134 # $1: policy
H A Dspecial-tests.sh20 # $1: policy
47 # $1: policy
68 echo ondemand | sudo tee $CPUFREQROOT/policy*/scaling_governor &
69 echo userspace | sudo tee $CPUFREQROOT/policy*/scaling_governor &
/linux-master/arch/arm/kernel/
H A Dsmp.c797 struct cpumask *cpus = freq->policy->cpus;
/linux-master/arch/arm/mach-tegra/
H A Dsleep-tegra20.S234 mov32 r4, ((1 << 28) | (4)) @ burst policy is PLLP
314 mov r0, #0 /* brust policy = 32KHz */
H A Dsleep-tegra30.S451 movw r4, #:lower16:((1 << 28) | (0x4)) @ burst policy is PLLP
H A Dsleep.S143 /* in LP2 idle (SDRAM active), set the CPU burst policy to PLLP */
145 mov r0, #(2 << 28) @ burst policy = run mode
/linux-master/arch/arm/mm/
H A Dmmu.c73 const char policy[16]; member in struct:cachepolicy
81 .policy = "uncached",
86 .policy = "buffered",
91 .policy = "writethrough",
96 .policy = "writeback",
101 .policy = "writealloc",
114 * the C code sets the page tables up with the same policy as the head
133 pr_err("ERROR: could not find cache policy\n");
146 int len = strlen(cache_policies[i].policy);
148 if (memcmp(p, cache_policies[i].policy, le
[all...]
/linux-master/arch/arm64/kernel/
H A Dproton-pack.c388 enum spectre_v4_policy policy; member in struct:spectre_v4_param
407 __spectre_v4_policy = param->policy;
H A Dtopology.c216 struct cpufreq_policy *policy = data; local
219 amu_fie_setup(policy->related_cpus);
/linux-master/arch/mips/kernel/
H A Dcevt-r4k.c269 for_each_cpu(cpu, freq->policy->cpus) {
H A Dtime.c40 struct cpumask *cpus = freq->policy->cpus;
/linux-master/arch/powerpc/include/asm/
H A Dplpks.h17 // Object policy flags from supported_policies
55 u32 policy; member in struct:plpks_var
/linux-master/arch/powerpc/platforms/cell/
H A Dcpufreq_spudemand.c25 struct cpufreq_policy *policy; member in struct:spu_gov_info_struct
36 cpu = info->policy->cpu;
43 return info->policy->max * info->busy_spus / FIXED_1;
54 /* after cancel_delayed_work_sync we unset info->policy */
55 BUG_ON(info->policy == NULL);
58 __cpufreq_driver_target(info->policy, target_freq, CPUFREQ_RELATION_H);
61 schedule_delayed_work_on(info->policy->cpu, &info->work, delay);
68 schedule_delayed_work_on(info->policy->cpu, &info->work, delay);
76 static int spu_gov_start(struct cpufreq_policy *policy) argument
78 unsigned int cpu = policy
107 spu_gov_stop(struct cpufreq_policy *policy) argument
[all...]
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsched.c115 * policy so we have to look at ->prio in this case.
121 ctx->policy = current->policy;
913 if (ctx->policy == SCHED_FIFO)
H A Dspufs.h112 int policy; member in struct:spu_context
/linux-master/arch/powerpc/platforms/pseries/
H A Dplpks-secvar.c144 var.policy = get_policy(key);
H A Dplpks.c441 if (!(var->policy & PLPKS_SIGNEDUPDATE))
461 label->size, var->policy, flags,
495 if (var.policy & PLPKS_SIGNEDUPDATE)
509 virt_to_phys(label), label->size, var.policy,
605 var->policy = retbuf[1];
H A Dplpks_sed_ops.c60 var->policy = PLPKS_WORLDREADABLE;
/linux-master/arch/x86/include/asm/
H A Defi.h279 #define __efi64_argmap_load_file(protocol, path, policy, bufsize, buf) \
280 ((protocol), (path), (policy), efi64_zero_upper(bufsize), (buf))

Completed in 340 milliseconds

1234567891011>>