Home
last modified time | relevance | path

Searched refs:nb_max (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/cpufreq/
Dcpufreq.c1142 struct cpufreq_policy *policy = container_of(nb, struct cpufreq_policy, nb_max); in cpufreq_notifier_max()
1208 policy->nb_max.notifier_call = cpufreq_notifier_max; in cpufreq_policy_alloc()
1219 &policy->nb_max); in cpufreq_policy_alloc()
1267 &policy->nb_max); in cpufreq_policy_free()
/Linux-v5.4/include/linux/
Dcpufreq.h148 struct notifier_block nb_max; member