Home
last modified time | relevance | path

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

/drivers/devfreq/
Ddevfreq.c278 if (devfreq->stop_polling) { in devfreq_monitor_suspend()
284 devfreq->stop_polling = true; in devfreq_monitor_suspend()
303 if (!devfreq->stop_polling) in devfreq_monitor_resume()
312 devfreq->stop_polling = false; in devfreq_monitor_resume()
339 if (devfreq->stop_polling) in devfreq_interval_update()
361 if (!devfreq->stop_polling) in devfreq_interval_update()
1001 if (!devfreq->stop_polling && in trans_stat_show()
/drivers/s390/cio/
Dqdio.h152 unsigned int stop_polling; member
Dqdio_main.c403 qperf_inc(q, stop_polling); in qdio_stop_polling()