Home
last modified time | relevance | path

Searched refs:handle_update (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dcpufreq.c1143 static void handle_update(struct work_struct *work) in handle_update() function
1148 pr_debug("handle_update for cpu %u called\n", policy->cpu); in handle_update()
1255 INIT_WORK(&policy->update, handle_update); in cpufreq_policy_alloc()
1680 * So either call to cpufreq_update_policy() or schedule handle_update()).
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dcpufreq.c1187 static void handle_update(struct work_struct *work) in handle_update() function
1192 pr_debug("handle_update for cpu %u called\n", policy->cpu); in handle_update()
1299 INIT_WORK(&policy->update, handle_update); in cpufreq_policy_alloc()
1743 * cpufreq_update_policy(), or scheduling handle_update().

Completed in 8 milliseconds