Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
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()
Dcgroup_refcnt.h26 percpu_ref_get_many(&css->refcnt, n); in CGROUP_REF_EXPORT()
Dmemcontrol.h770 percpu_ref_get_many(&objcg->refcnt, nr); in obj_cgroup_get_many()
/linux-6.14.4/mm/
Dmemremap.c273 percpu_ref_get_many(&pgmap->ref, pfn_len(pgmap, range_id)); in pagemap_range()
/linux-6.14.4/io_uring/
Dio_uring.c978 percpu_ref_get_many(&ctx->refs, ret); in __io_alloc_req_refill()
/linux-6.14.4/block/
Dblk-mq.c489 percpu_ref_get_many(&data->q->q_usage_counter, nr - 1); in __blk_mq_alloc_requests_batch()