Home
last modified time | relevance | path

Searched refs:poll_queue (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_request_mgr.c229 unsigned long poll_queue; in cc_queues_status() local
247 for (poll_queue = 0; poll_queue < CC_MAX_POLL_ITER ; poll_queue++) { in cc_queues_status()
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A 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()
/kernel/liteos_a/net/telnet/src/
H A Dtelnet_dev.c162 LOS_ListInit(&wait->poll_queue); in TelnetOpen()
182 LOS_ListDelete(&wait->poll_queue); in TelnetClose()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_core.c295 &tz->poll_queue, in thermal_zone_device_set_polling()
299 &tz->poll_queue, in thermal_zone_device_set_polling()
302 cancel_delayed_work(&tz->poll_queue); in thermal_zone_device_set_polling()
593 poll_queue.work); in thermal_zone_device_check()
1500 INIT_DELAYED_WORK(&tz->poll_queue, thermal_zone_device_check); in thermal_zone_device_register()
1572 cancel_delayed_work_sync(&tz->poll_queue); in thermal_zone_device_unregister()
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_core.c293 &tz->poll_queue, delay); in thermal_zone_device_set_polling()
295 cancel_delayed_work(&tz->poll_queue); in thermal_zone_device_set_polling()
523 poll_queue.work); in thermal_zone_device_check()
1373 INIT_DELAYED_WORK(&tz->poll_queue, thermal_zone_device_check); in thermal_zone_device_register_with_trips()
1466 cancel_delayed_work_sync(&tz->poll_queue); in thermal_zone_device_unregister()
/kernel/linux/linux-5.10/include/linux/
H A Dthermal.h147 * @poll_queue: delayed work for polling
180 struct delayed_work poll_queue; member
/kernel/linux/linux-6.6/include/linux/
H A Dthermal.h151 * @poll_queue: delayed work for polling
185 struct delayed_work poll_queue; member
/kernel/liteos_a/net/lwip-2.1/porting/src/
H A Dsockets.c286 wq_empty = LOS_ListEmpty(&(sock->wq.poll_queue)); in poll_check_waiters()

Completed in 10 milliseconds