Home
last modified time | relevance | path

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

/linux-6.3-rc2/io_uring/
A Dio_uring.c332 init_llist_head(&ctx->work_llist); in io_ring_ctx_alloc()
1338 node = llist_del_all(&ctx->work_llist); in io_move_task_work_from_local()
1359 node = io_llist_xchg(&ctx->work_llist, NULL); in __io_run_local_work()
1371 if (!llist_empty(&ctx->work_llist)) in __io_run_local_work()
1375 if (!llist_empty(&ctx->work_llist)) in __io_run_local_work()
1387 if (llist_empty(&ctx->work_llist)) in io_run_local_work_locked()
2482 !llist_empty(&ctx->work_llist); in io_has_work()
2514 if (!llist_empty(&ctx->work_llist)) { in io_run_task_work_sig()
2532 if (unlikely(!llist_empty(&ctx->work_llist))) in io_cqring_wait_schedule()
2561 if (!llist_empty(&ctx->work_llist)) in io_cqring_wait()
[all …]
A Dio_uring.h299 return task_work_pending(current) || !wq_list_empty(&ctx->work_llist); in io_task_work_pending()
/linux-6.3-rc2/include/linux/
A Dio_uring_types.h309 struct llist_head work_llist; member

Completed in 13 milliseconds