Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ublk/
H A Dkublk.h559 static inline unsigned ublk_queue_idx_in_thread(const struct ublk_thread *t, in ublk_queue_idx_in_thread() function
577 unsigned short base = ublk_queue_idx_in_thread(t, q) * q->q_depth + tag; in ublk_batch_io_buf_idx()
H A Dbatch.c526 unsigned q_t_idx = ublk_queue_idx_in_thread(t, q); in ublk_batch_complete_io()