Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpercpu-refcount.h198 static inline void percpu_ref_get_many(struct percpu_ref *ref, unsigned long nr) in percpu_ref_get_many() function
222 percpu_ref_get_many(ref, 1); in percpu_ref_get()
H A Dcgroup_refcnt.h26 percpu_ref_get_many(&css->refcnt, n); in CGROUP_REF_EXPORT()
/linux/mm/
H A Dmemremap.c247 percpu_ref_get_many(&pgmap->ref, pfn_len(pgmap, range_id)); in pagemap_range()
/linux/io_uring/
H A Dio_uring.c1020 percpu_ref_get_many(&ctx->refs, ret); in __io_alloc_req_refill()