Home
last modified time | relevance | path

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

/io_uring/
Dslist.h108 struct io_wq_work_node *stack) in wq_stack_add_head() argument
110 node->next = stack->next; in wq_stack_add_head()
111 stack->next = node; in wq_stack_add_head()
122 struct io_wq_work_node *wq_stack_extract(struct io_wq_work_node *stack) in wq_stack_extract() argument
124 struct io_wq_work_node *node = stack->next; in wq_stack_extract()
126 stack->next = node->next; in wq_stack_extract()