Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dwait.h57 LOS_DL_LIST poll_queue; member
65 { &wq.poll_queue, &wq.poll_queue } }
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_semaphore.c137 LOS_ListInit(&wait->poll_queue); in __init_waitqueue_head()
/third_party/NuttX/fs/vfs/
Dfs_poll.c193 LOS_ListAdd(&queue->poll_queue, &new_node->queue_node); in add_pollwait_queue()
326 LOS_DL_LIST_FOR_EACH_ENTRY(curr, &(wait_address->poll_queue), poll_wait_node, queue_node) in notify_poll_with_key()
/third_party/NuttX/drivers/pipes/
Dpipe_common.c142 LOS_ListInit(&dev->wq.poll_queue); in pipecommon_allocdev()