Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/devfreq/
Ddevfreq.c448 if (devfreq->stop_polling) { in devfreq_monitor_suspend()
454 devfreq->stop_polling = true; in devfreq_monitor_suspend()
473 if (!devfreq->stop_polling) in devfreq_monitor_resume()
482 devfreq->stop_polling = false; in devfreq_monitor_resume()
509 if (devfreq->stop_polling) in devfreq_interval_update()
531 if (!devfreq->stop_polling) in devfreq_interval_update()
1400 if (!devfreq->stop_polling && in trans_stat_show()
/Linux-v5.4/include/linux/
Ddevfreq.h168 bool stop_polling; member
/Linux-v5.4/drivers/s390/cio/
Dqdio.h153 unsigned int stop_polling; member
Dqdio_main.c399 qperf_inc(q, stop_polling); in qdio_stop_polling()