Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dtctx.h9 int io_uring_alloc_task_context(struct task_struct *task,
H A Dtctx.c71 __cold int io_uring_alloc_task_context(struct task_struct *task, in io_uring_alloc_task_context() function
113 ret = io_uring_alloc_task_context(current, ctx); in __io_uring_add_tctx_node()
H A Dio_uring.h101 int io_uring_alloc_task_context(struct task_struct *task,
H A Dsqpoll.c489 ret = io_uring_alloc_task_context(tsk, ctx); in io_sq_offload_create()