Searched refs:poll_queue (Results 1 – 2 of 2) sorted by relevance
228 unsigned long poll_queue; in cc_queues_status() local246 for (poll_queue = 0; poll_queue < CC_MAX_POLL_ITER ; poll_queue++) { in cc_queues_status()
316 mod_delayed_work(system_freezable_power_efficient_wq, &tz->poll_queue, delay); in thermal_zone_device_set_polling()1395 poll_queue.work); in thermal_zone_device_check()1403 INIT_DELAYED_WORK(&tz->poll_queue, thermal_zone_device_check); in thermal_zone_device_init()1723 cancel_delayed_work_sync(&tz->poll_queue); in thermal_zone_device_unregister()1784 tz = container_of(work, struct thermal_zone_device, poll_queue.work); in thermal_zone_device_resume()1832 cancel_delayed_work(&tz->poll_queue); in thermal_zone_pm_complete()1841 INIT_DELAYED_WORK(&tz->poll_queue, thermal_zone_device_resume); in thermal_zone_pm_complete()1843 mod_delayed_work(system_freezable_power_efficient_wq, &tz->poll_queue, 0); in thermal_zone_pm_complete()