Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/ccree/
Dcc_request_mgr.c228 unsigned long poll_queue; in cc_queues_status() local
246 for (poll_queue = 0; poll_queue < CC_MAX_POLL_ITER ; poll_queue++) { in cc_queues_status()
/linux-6.12.1/drivers/thermal/
Dthermal_core.c329 mod_delayed_work(system_freezable_power_efficient_wq, &tz->poll_queue, delay); in thermal_zone_device_set_polling()
485 poll_queue.work); in thermal_zone_device_check()
493 INIT_DELAYED_WORK(&tz->poll_queue, thermal_zone_device_check); in thermal_zone_device_init()
1600 cancel_delayed_work_sync(&tz->poll_queue); in thermal_zone_device_unregister()
1661 tz = container_of(work, struct thermal_zone_device, poll_queue.work); in thermal_zone_device_resume()
1721 cancel_delayed_work(&tz->poll_queue); in thermal_pm_notify()
1731 INIT_DELAYED_WORK(&tz->poll_queue, in thermal_pm_notify()
1735 &tz->poll_queue, 0); in thermal_pm_notify()
Dthermal_core.h135 struct delayed_work poll_queue; member