Home
last modified time | relevance | path

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

/Linux-v6.1/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.h340 percpu_ref_get_many(&css->refcnt, n); in css_get_many()
Dmemcontrol.h785 percpu_ref_get_many(&objcg->refcnt, nr); in obj_cgroup_get_many()
/Linux-v6.1/mm/
Dmemremap.c272 percpu_ref_get_many(&pgmap->ref, pfn_len(pgmap, range_id)); in pagemap_range()
/Linux-v6.1/io_uring/
Drsrc.c158 percpu_ref_get_many(&ctx->rsrc_node->refs, IO_RSRC_REF_BATCH); in io_rsrc_refs_refill()
Dio_uring.c948 percpu_ref_get_many(&ctx->refs, ret); in __io_alloc_req_refill()
/Linux-v6.1/block/
Dblk-mq.c434 percpu_ref_get_many(&data->q->q_usage_counter, nr - 1); in __blk_mq_alloc_requests_batch()