Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dthermal.h212 struct delayed_work poll_queue; member
/linux-4.4.14/drivers/thermal/
Dthermal_core.c399 mod_delayed_work(system_freezable_wq, &tz->poll_queue, in thermal_zone_device_set_polling()
402 mod_delayed_work(system_freezable_wq, &tz->poll_queue, in thermal_zone_device_set_polling()
405 cancel_delayed_work(&tz->poll_queue); in thermal_zone_device_set_polling()
581 poll_queue.work); in thermal_zone_device_check()
1942 INIT_DELAYED_WORK(&(tz->poll_queue), thermal_zone_device_check); in thermal_zone_device_register()