Searched refs:attached (Results 1 – 1 of 1) sorted by relevance
8308 bool *attached) in io_get_sq_data() argument8312 *attached = false; in io_get_sq_data()8316 *attached = true; in io_get_sq_data()8913 bool attached; in io_sq_offload_create() local8915 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()