Home
last modified time | relevance | path

Searched refs:io_sq_thread (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A Dsqpoll.c222 static int io_sq_thread(void *data) in io_sq_thread() function
408 tsk = create_io_thread(io_sq_thread, sqd, NUMA_NO_NODE); in io_sq_offload_create()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c417 * For SQPOLL, only the single threaded io_sq_thread() will
7513 static int io_sq_thread(void *data) in io_sq_thread() function
8776 tsk = create_io_thread(io_sq_thread, sqd, NUMA_NO_NODE); in io_sq_offload_create()
10135 * polling again, they can rely on io_sq_thread to do polling in SYSCALL_DEFINE6()

Completed in 14 milliseconds