Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dcpufreq.c77 static void handle_update(struct work_struct *work);
1036 INIT_WORK(&policy->update, handle_update); in cpufreq_policy_alloc()
1483 static void handle_update(struct work_struct *work) in handle_update() function