Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/devfreq/
Ddevfreq.c511 if (devfreq->stop_polling) { in devfreq_monitor_suspend()
517 devfreq->stop_polling = true; in devfreq_monitor_suspend()
540 if (!devfreq->stop_polling) in devfreq_monitor_resume()
553 devfreq->stop_polling = false; in devfreq_monitor_resume()
580 if (devfreq->stop_polling) in devfreq_update_interval()
605 if (!devfreq->stop_polling) in devfreq_update_interval()
1633 if (!df->stop_polling && in trans_stat_show()
/Linux-v5.10/include/linux/
Ddevfreq.h192 bool stop_polling; member
/Linux-v5.10/drivers/s390/cio/
Dqdio.h153 unsigned int stop_polling; member
Dqdio_main.c406 qperf_inc(q, stop_polling); in qdio_stop_polling()