Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c8308 bool *attached) in io_get_sq_data() argument
8312 *attached = false; in io_get_sq_data()
8316 *attached = true; in io_get_sq_data()
8913 bool attached; in io_sq_offload_create() local
8915 sqd = io_get_sq_data(p, &attached); in io_sq_offload_create()
8931 ret = (attached && !sqd->thread) ? -ENXIO : 0; in io_sq_offload_create()
8936 if (attached) in io_sq_offload_create()