Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio-wq.c130 refcount_t use_refs; member
1153 refcount_set(&wq->use_refs, 1); in io_wq_create()
1176 return refcount_inc_not_zero(&wq->use_refs); in io_wq_get()
1204 if (refcount_dec_and_test(&wq->use_refs)) in io_wq_destroy()