Searched refs:sq (Results 1 – 1 of 1) sorted by relevance
135 struct io_uring sq, cq; member1602 return READ_ONCE(r->sq.tail) - ctx->cached_sq_head == ctx->sq_entries; in io_sqring_full()2457 return smp_load_acquire(&rings->sq.tail) - ctx->cached_sq_head; in io_sqring_entries()7517 smp_store_release(&rings->sq.head, ctx->cached_sq_head); in io_commit_sqring()10372 struct io_sq_data *sq = ctx->sq_data; in __io_uring_show_fdinfo() local10374 if (mutex_trylock(&sq->lock)) { in __io_uring_show_fdinfo()10375 if (sq->thread) { in __io_uring_show_fdinfo()10376 sq_pid = task_pid_nr(sq->thread); in __io_uring_show_fdinfo()10377 sq_cpu = task_cpu(sq->thread); in __io_uring_show_fdinfo()10379 mutex_unlock(&sq->lock); in __io_uring_show_fdinfo()[all …]