Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dzcrx.h34 atomic_t *user_refs; member
79 refcount_t user_refs; member
H A Dzcrx.c385 return &area->user_refs[net_iov_idx(niov)]; in io_get_user_counter()
467 kvfree(area->user_refs); in io_zcrx_free_area()
556 area->user_refs = kvmalloc_objs(area->user_refs[0], nr_iovs, in __zcrx_create_area()
558 if (!area->user_refs) in __zcrx_create_area()
566 atomic_set(&area->user_refs[i], 0); in __zcrx_create_area()
613 refcount_set(&ifq->user_refs, 1); in io_zcrx_ifq_alloc()
757 if (refcount_dec_and_test(&ifq->user_refs)) { in zcrx_unregister_user()
805 refcount_inc(&ifq->user_refs); in zcrx_export()
862 refcount_inc(&ifq->user_refs); in import_zcrx()
1157 if (refcount_read(&ifq->user_refs) == 0) in io_unregister_zcrx()