Home
last modified time | relevance | path

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

/io_uring/
Dio-wq.c457 if (!test_bit(hash, &wq->hash->map)) { in io_wait_on_hash()
492 if (!test_and_set_bit(hash, &wqe->wq->hash->map)) { in io_get_next_work()
602 clear_bit(hash, &wq->hash->map); in io_worker_handle_work()
Dio-wq.h117 unsigned long map; member