Searched refs:poll_queue (Results 1 – 5 of 5) sorted by relevance
229 unsigned long poll_queue; in cc_queues_status() local247 for (poll_queue = 0; poll_queue < CC_MAX_POLL_ITER ; poll_queue++) { in cc_queues_status()
162 LOS_ListInit(&wait->poll_queue); in TelnetOpen()182 LOS_ListDelete(&wait->poll_queue); in TelnetClose()
295 &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()1498 INIT_DELAYED_WORK(&tz->poll_queue, thermal_zone_device_check); in thermal_zone_device_register()1570 cancel_delayed_work_sync(&tz->poll_queue); in thermal_zone_device_unregister()
180 struct delayed_work poll_queue; member
286 wq_empty = LOS_ListEmpty(&(sock->wq.poll_queue)); in poll_check_waiters()