Home
last modified time | relevance | path

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

/io_uring/
Dsqpoll.c133 bool *attached) in io_get_sq_data() argument
137 *attached = false; in io_get_sq_data()
141 *attached = true; in io_get_sq_data()
359 bool attached; in io_sq_offload_create() local
365 sqd = io_get_sq_data(p, &attached); in io_sq_offload_create()
381 ret = (attached && !sqd->thread) ? -ENXIO : 0; in io_sq_offload_create()
386 if (attached) in io_sq_offload_create()