Searched refs:policy (Results 1 – 12 of 12) sorted by relevance
/arch/powerpc/platforms/cell/ |
D | cpufreq_spudemand.c | 37 struct cpufreq_policy *policy; member 48 cpu = info->policy->cpu; in calc_freq() 55 return info->policy->max * info->busy_spus / FIXED_1; in calc_freq() 67 BUG_ON(info->policy == NULL); in spu_gov_work() 70 __cpufreq_driver_target(info->policy, target_freq, CPUFREQ_RELATION_H); in spu_gov_work() 73 schedule_delayed_work_on(info->policy->cpu, &info->work, delay); in spu_gov_work() 80 schedule_delayed_work_on(info->policy->cpu, &info->work, delay); in spu_gov_init_work() 88 static int spu_gov_govern(struct cpufreq_policy *policy, unsigned int event) in spu_gov_govern() argument 90 unsigned int cpu = policy->cpu; in spu_gov_govern() 105 if (!policy->cur) { in spu_gov_govern() [all …]
|
/arch/arm/mm/ |
D | mmu.c | 77 const char policy[16]; member 85 #define s2_policy(policy) policy argument 87 #define s2_policy(policy) 0 argument 92 .policy = "uncached", 98 .policy = "buffered", 104 .policy = "writethrough", 110 .policy = "writeback", 116 .policy = "writealloc", 162 int len = strlen(cache_policies[i].policy); in early_cachepolicy() 164 if (memcmp(p, cache_policies[i].policy, len) == 0) { in early_cachepolicy() [all …]
|
D | Kconfig | 789 policy. Unless you specifically require this or are unsure, say N.
|
/arch/arm/mach-tegra/ |
D | sleep.S | 154 mov r0, #(2 << 28) @ burst policy = run mode
|
D | sleep-tegra20.S | 383 mov32 r4, ((1 << 28) | (4)) @ burst policy is PLLP
|
D | sleep-tegra30.S | 404 movweq r4, #:lower16:((1 << 28) | (0x8)) @ burst policy is PLLX
|
/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 133 ctx->policy = current->policy; in __spu_update_sched_info() 931 if (ctx->policy == SCHED_FIFO) in spusched_tick()
|
D | spufs.h | 127 int policy; member
|
/arch/s390/kernel/ |
D | compat_wrapper.c | 103 COMPAT_SYSCALL_WRAP3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, para…
|
/arch/ia64/include/asm/ |
D | pal.h | 1507 ia64_pal_set_hw_policy (u64 policy) in ia64_pal_set_hw_policy() argument 1510 PAL_CALL(iprv, PAL_SET_HW_POLICY, policy, 0, 0); in ia64_pal_set_hw_policy()
|
/arch/x86/kvm/ |
D | x86.c | 5815 struct cpufreq_policy policy; in kvm_timer_init() local 5816 memset(&policy, 0, sizeof(policy)); in kvm_timer_init() 5818 cpufreq_get_policy(&policy, cpu); in kvm_timer_init() 5819 if (policy.cpuinfo.max_freq) in kvm_timer_init() 5820 max_tsc_khz = policy.cpuinfo.max_freq; in kvm_timer_init()
|
/arch/blackfin/ |
D | Kconfig | 1057 prompt "External memory DCACHE policy" 1104 prompt "L2 SRAM DCACHE policy"
|