Searched refs:percpu_ref_init (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/lib/ |
D | percpu-refcount.c | 59 int percpu_ref_init(struct percpu_ref *ref, percpu_ref_func_t *release, in percpu_ref_init() function 89 EXPORT_SYMBOL_GPL(percpu_ref_init);
|
/linux-4.19.296/include/linux/ |
D | percpu-refcount.h | 101 int __must_check percpu_ref_init(struct percpu_ref *ref,
|
D | genhd.h | 661 if (percpu_ref_init(&part->ref, __delete_partition, 0, in hd_ref_init()
|
/linux-4.19.296/fs/ |
D | aio.c | 752 if (percpu_ref_init(&ctx->users, free_ioctx_users, 0, GFP_KERNEL)) in ioctx_alloc() 755 if (percpu_ref_init(&ctx->reqs, free_ioctx_reqs, 0, GFP_KERNEL)) in ioctx_alloc()
|
/linux-4.19.296/block/ |
D | blk-core.c | 1083 if (percpu_ref_init(&q->q_usage_counter, in blk_alloc_queue_node()
|