Home
last modified time | relevance | path

Searched refs:percpu_ref_get (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/lib/
Dpercpu-refcount.c183 percpu_ref_get(ref); /* put after confirmation */ in __percpu_ref_switch_to_atomic()
366 percpu_ref_get(ref); in percpu_ref_reinit()
/Linux-v4.19/include/linux/
Dpercpu-refcount.h198 static inline void percpu_ref_get(struct percpu_ref *ref) in percpu_ref_get() function
Dbacking-dev-defs.h252 percpu_ref_get(&wb->refcnt); in wb_get()
Dcgroup.h307 percpu_ref_get(&css->refcnt); in css_get()
Dgenhd.h667 percpu_ref_get(&part->ref); in hd_struct_get()
/Linux-v4.19/include/rdma/
Drdmavt_mr.h132 percpu_ref_get(&mr->refcount); in rvt_get_mr()
/Linux-v4.19/kernel/
Dmemremap.c270 percpu_ref_get(pgmap->ref); in devm_memremap_pages()
/Linux-v4.19/block/
Dblk.h149 percpu_ref_get(&q->q_usage_counter); in blk_queue_enter_live()
/Linux-v4.19/fs/
Daio.c765 percpu_ref_get(&ctx->users); /* io_setup() will drop this ref */ in ioctx_alloc()
766 percpu_ref_get(&ctx->reqs); /* free_ioctx_users() will drop this */ in ioctx_alloc()
1014 percpu_ref_get(&ctx->reqs); in aio_get_req()
/Linux-v4.19/drivers/target/
Dtarget_core_device.c127 percpu_ref_get(&se_lun->lun_ref); in transport_lookup_cmd_lun()
/Linux-v4.19/drivers/nvme/target/
Dcore.c344 percpu_ref_get(&ns->ref); in nvmet_find_namespace()
/Linux-v4.19/drivers/md/
Dmd.c8134 percpu_ref_get(&mddev->writes_pending); in md_write_start()
8179 percpu_ref_get(&mddev->writes_pending); in md_write_inc()