Home
last modified time | relevance | path

Searched refs:closure_get (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dclosure.h21 * The refcount may be manipulated with closure_get() and closure_put().
52 * closure_get(cl);
57 * closure_get(cl);
72 * Then, the rule is - if you got the refcount with closure_get(), release it
254 * closure_get - increment a closure's refcount
256 static inline void closure_get(struct closure *cl) in closure_get() function
277 closure_get(parent); in closure_init()
H A Dsuper.c350 closure_get(cl); in bch_write_bdev_super()
394 closure_get(cl); in bcache_write_super()
745 closure_get(&d->cl); in open_dev()
859 closure_get(&c->caching); in bcache_device_attach()
1209 closure_get(&dc->disk.cl); in bch_cached_dev_detach()
H A Dbcache.h939 closure_get(cl); in closure_bio_submit()
H A Djournal.c627 closure_get(&ca->set->cl); in do_journal_discard()
H A Drequest.c848 closure_get(&dc->disk.cl); in cached_dev_read_done()
1107 * no need to call closure_get(&dc->disk.cl), in detached_dev_do_request()
1109 * which would call closure_get(&dc->disk.cl) in detached_dev_do_request()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dclosure.h21 * The refcount may be manipulated with closure_get() and closure_put().
52 * closure_get(cl);
57 * closure_get(cl);
72 * Then, the rule is - if you got the refcount with closure_get(), release it
254 * closure_get - increment a closure's refcount
256 static inline void closure_get(struct closure *cl) in closure_get() function
277 closure_get(parent); in closure_init()
H A Dsuper.c349 closure_get(cl); in bch_write_bdev_super()
392 closure_get(cl); in bcache_write_super()
742 closure_get(&d->cl); in open_dev()
856 closure_get(&c->caching); in bcache_device_attach()
1183 closure_get(&dc->disk.cl); in bch_cached_dev_detach()
H A Dbcache.h938 closure_get(cl); in closure_bio_submit()
H A Djournal.c624 closure_get(&ca->set->cl); in do_journal_discard()
H A Drequest.c849 closure_get(&dc->disk.cl); in cached_dev_read_done()
1103 * no need to call closure_get(&dc->disk.cl), in detached_dev_do_request()
1105 * which would call closure_get(&dc->disk.cl) in detached_dev_do_request()

Completed in 17 milliseconds