Searched refs:worker_refs (Results 1 - 1 of 1) sorted by last modified time

/linux-master/io_uring/
H A Dio-wq.c103 atomic_t worker_refs; member in struct:io_wq
172 if (atomic_dec_and_test(&wq->worker_refs))
322 atomic_inc(&wq->worker_refs);
382 atomic_inc(&wq->worker_refs);
422 atomic_inc(&wq->worker_refs);
1185 atomic_set(&wq->worker_refs, 1);

Completed in 187 milliseconds