Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dzcrx.h28 atomic_t *user_refs; member
59 refcount_t user_refs; member
H A Dzcrx.c330 return &area->user_refs[net_iov_idx(niov)]; in io_get_user_counter()
405 kvfree(area->user_refs); in io_zcrx_free_area()
450 area->user_refs = kvmalloc_array(nr_iovs, sizeof(area->user_refs[0]), in io_zcrx_create_area()
452 if (!area->user_refs) in io_zcrx_create_area()
460 atomic_set(&area->user_refs[i], 0); in io_zcrx_create_area()
491 refcount_set(&ifq->user_refs, 1); in io_zcrx_ifq_alloc()
597 if (refcount_dec_and_test(&ifq->user_refs)) { in zcrx_unregister()
649 refcount_inc(&ifq->user_refs); in zcrx_export()
690 refcount_inc(&ifq->user_refs); in import_zcrx()