Searched refs:ondemand (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/power/cpupower/bench/
H A Dcpufreq-bench_script.sh30 echo $up_threshold >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
31 echo $sampling_rate >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate
32 up_threshold_set=$(cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold)
33 sampling_rate_set=$(cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate)
/linux-master/fs/cachefiles/
H A DMakefile19 cachefiles-$(CONFIG_CACHEFILES_ONDEMAND) += ondemand.o
H A Dondemand.c12 struct cachefiles_ondemand_info *info = object->ondemand;
245 object->ondemand->ondemand_id = object_id;
284 info = object->ondemand;
346 msg->object_id = req->object->ondemand->ondemand_id;
436 WARN_ON_ONCE(object->ondemand->ondemand_id == 0);
542 if (!object->ondemand)
575 object->ondemand = kzalloc(sizeof(struct cachefiles_ondemand_info),
577 if (!object->ondemand)
580 object->ondemand->object = object;
581 INIT_WORK(&object->ondemand
[all...]
H A Dinternal.h77 struct cachefiles_ondemand_info *ondemand; member in struct:cachefiles_object
297 * ondemand.c
323 return object->ondemand->state == CACHEFILES_ONDEMAND_OBJSTATE_##_STATE; \
329 object->ondemand->state = CACHEFILES_ONDEMAND_OBJSTATE_##_STATE; \
/linux-master/tools/testing/selftests/cpufreq/
H A Dspecial-tests.sh23 # switch to ondemand
24 __switch_governor $1 "ondemand"
26 # cat ondemand files
27 local ondir=$(find_gov_directory $1 "ondemand")
68 echo ondemand | sudo tee $CPUFREQROOT/policy*/scaling_governor &
90 # switch to ondemand
91 __switch_governor_for_cpu $1 "ondemand"
/linux-master/drivers/isdn/mISDN/
H A Dl1oip.h58 int ondemand; /* if transmis. is on demand */ member in struct:l1oip
H A Dl1oip_core.c54 * ondemand:
192 If the ondemand parameter is given, the remote IP is set to 0 on timeout.
241 static u_int ondemand[MAX_CARDS]; variable
254 module_param_array(ondemand, uint, NULL, S_IRUGO | S_IWUSR);
852 /* if we have ondemand set, we remove ip address */
853 if (hc->ondemand) {
1329 hc->ondemand = ondemand[l1oip_cnt];
1330 if (hc->ondemand && !hc->id) {
1331 printk(KERN_ERR "%s: ondemand optio
[all...]
/linux-master/drivers/cpufreq/
H A DKconfig.x86184 This adds AMD-specific powersave bias function to the ondemand
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c1895 static void iwlagn_fw_error(struct iwl_priv *priv, bool ondemand) argument
1915 if (!ondemand) {

Completed in 274 milliseconds