Searched refs:poll_queue (Results 1 – 3 of 3) 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()
293 &tz->poll_queue, delay); in thermal_zone_device_set_polling()295 cancel_delayed_work(&tz->poll_queue); in thermal_zone_device_set_polling()528 poll_queue.work); in thermal_zone_device_check()1382 INIT_DELAYED_WORK(&tz->poll_queue, thermal_zone_device_check); in thermal_zone_device_register_with_trips()1478 cancel_delayed_work_sync(&tz->poll_queue); in thermal_zone_device_unregister()
187 struct delayed_work poll_queue; member