Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dtw.c70 struct llist_node *node = mpscq_pop(&tctx->task_list, in tctx_task_work_run()
261 node = mpscq_pop(&ctx->work_list, &ctx->work_head); in io_cancel_local_task_work()
292 struct llist_node *node = mpscq_pop(&ctx->work_list, &ctx->work_head); in __io_run_local_work_loop()
H A Dmpscq.h90 static inline struct llist_node *mpscq_pop(struct mpscq *q, in mpscq_pop() function