Home
last modified time | relevance | path

Searched refs:devfreq_monitor (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/trace/events/
H A Ddevfreq.h11 TRACE_EVENT(devfreq_monitor,
/kernel/linux/linux-6.6/include/trace/events/
H A Ddevfreq.h39 TRACE_EVENT(devfreq_monitor,
/kernel/linux/linux-5.10/drivers/devfreq/
H A Ddevfreq.c426 * devfreq_monitor() - Periodically poll devfreq objects.
427 * @work: the work struct used to run devfreq_monitor periodically.
430 static void devfreq_monitor(struct work_struct *work) in devfreq_monitor() function
472 INIT_DEFERRABLE_WORK(&devfreq->work, devfreq_monitor); in devfreq_monitor_start()
475 INIT_DELAYED_WORK(&devfreq->work, devfreq_monitor); in devfreq_monitor_start()
/kernel/linux/linux-6.6/drivers/devfreq/
H A Ddevfreq.c449 * devfreq_monitor() - Periodically poll devfreq objects.
450 * @work: the work struct used to run devfreq_monitor periodically.
453 static void devfreq_monitor(struct work_struct *work) in devfreq_monitor() function
496 INIT_DEFERRABLE_WORK(&devfreq->work, devfreq_monitor); in devfreq_monitor_start()
499 INIT_DELAYED_WORK(&devfreq->work, devfreq_monitor); in devfreq_monitor_start()

Completed in 6 milliseconds