Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c928 unsigned needs_async_setup : 1; member
942 .needs_async_setup = 1,
951 .needs_async_setup = 1,
985 .needs_async_setup = 1,
993 .needs_async_setup = 1,
1015 .needs_async_setup = 1,
3384 if (!force && !io_op_defs[req->opcode].needs_async_setup) in io_setup_async_rw()
6390 if (!io_op_defs[req->opcode].needs_async_setup) in io_req_prep_async()