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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dcpu_frequency.h201 int ondemand = 0; local
202 if (strncmp (temp, "ondemand", sizeof ("ondemand") - 1) == 0)
203 ondemand = 1;
210 if (intel_pstate || ondemand || performance)
240 if (strchr (temp, ' ') != strrchr (temp, ' ') && ondemand)
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dcpu_frequency.h201 int ondemand = 0; local
202 if (strncmp (temp, "ondemand", sizeof ("ondemand") - 1) == 0)
203 ondemand = 1;
210 if (intel_pstate || ondemand || performance)
240 if (strchr (temp, ' ') != strrchr (temp, ' ') && ondemand)
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Dsysctl.h298 struct xen_ondemand ondemand; member in union:xen_get_cpufreq_para::__anon9121

Completed in 204 milliseconds