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.c346 return &area->user_refs[net_iov_idx(niov)]; in io_get_user_counter()
425 kvfree(area->user_refs); in io_zcrx_free_area()
484 area->user_refs = kvmalloc_objs(area->user_refs[0], nr_iovs, in io_zcrx_create_area()
486 if (!area->user_refs) in io_zcrx_create_area()
494 atomic_set(&area->user_refs[i], 0); in io_zcrx_create_area()
525 refcount_set(&ifq->user_refs, 1); in io_zcrx_ifq_alloc()
629 if (refcount_dec_and_test(&ifq->user_refs)) { in zcrx_unregister()
681 refcount_inc(&ifq->user_refs); in zcrx_export()
724 refcount_inc(&ifq->user_refs); in import_zcrx()