Home
last modified time | relevance | path

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

/third_party/NuttX/fs/vfs/
Dfs_poll.c69 } poll_wait_node; typedef
75 poll_wait_node items[N_POLL_ITEMS];
83 poll_wait_node inline_items[N_POLL_ITEMS];
123 poll_wait_node *wait_node = NULL; in destroy_poll_wait()
158 static poll_wait_node *get_poll_item(poll_wait_head wait) in get_poll_item()
171 return (poll_wait_node *)NULL; in get_poll_item()
186 poll_wait_node *new_node = get_poll_item(wait); in add_pollwait_queue()
323 poll_wait_node *curr = NULL; in notify_poll_with_key()
326 LOS_DL_LIST_FOR_EACH_ENTRY(curr, &(wait_address->poll_queue), poll_wait_node, queue_node) in notify_poll_with_key()