/Linux-v5.4/drivers/md/bcache/ |
D | closure.h | 105 struct closure; 107 typedef void (closure_fn) (struct closure *); 143 struct closure { struct 154 struct closure *parent; argument 169 void closure_sub(struct closure *cl, int v); argument 170 void closure_put(struct closure *cl); 172 bool closure_wait(struct closure_waitlist *list, struct closure *cl); 173 void __closure_sync(struct closure *cl); 181 static inline void closure_sync(struct closure *cl) in closure_sync() 190 void closure_debug_create(struct closure *cl); [all …]
|
D | closure.c | 16 static inline void closure_put_after_sub(struct closure *cl, int flags) in closure_put_after_sub() 29 struct closure *parent = cl->parent; in closure_put_after_sub() 44 void closure_sub(struct closure *cl, int v) in closure_sub() 53 void closure_put(struct closure *cl) in closure_put() 65 struct closure *cl, *t; in __closure_wake_up() 88 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) in closure_wait() 106 static void closure_sync_fn(struct closure *cl) in closure_sync_fn() 118 void __sched __closure_sync(struct closure *cl) in __closure_sync() 141 void closure_debug_create(struct closure *cl) in closure_debug_create() 154 void closure_debug_destroy(struct closure *cl) in closure_debug_destroy() [all …]
|
D | journal.h | 110 struct closure io; 169 struct closure; 176 struct closure *parent); 179 void bch_journal_meta(struct cache_set *c, struct closure *cl);
|
D | request.c | 28 static void bch_data_insert_start(struct closure *cl); 58 static void bch_data_insert_keys(struct closure *cl) in bch_data_insert_keys() 120 static void bch_data_invalidate(struct closure *cl) in bch_data_invalidate() 151 static void bch_data_insert_error(struct closure *cl) in bch_data_insert_error() 183 struct closure *cl = bio->bi_private; in bch_data_insert_endio() 199 static void bch_data_insert_start(struct closure *cl) in bch_data_insert_start() 320 void bch_data_insert(struct closure *cl) in bch_data_insert() 470 struct closure cl; 492 struct closure *cl = bio->bi_private; in bch_cache_read_endio() 582 static void cache_lookup(struct closure *cl) in cache_lookup() [all …]
|
D | movinggc.c | 16 struct closure cl; 38 static void moving_io_destructor(struct closure *cl) in moving_io_destructor() 45 static void write_moving_finish(struct closure *cl) in write_moving_finish() 92 static void write_moving(struct closure *cl) in write_moving() 116 static void read_moving_submit(struct closure *cl) in read_moving_submit() 131 struct closure cl; in read_moving()
|
D | request.h | 6 struct closure cl; 37 void bch_data_insert(struct closure *cl);
|
D | bcache.h | 250 struct closure cl; 306 struct closure sb_write; 414 struct closure prio; 503 struct closure cl; 527 struct closure caching; 529 struct closure sb_write; 670 struct closure uuid_write; 917 struct closure *cl) in closure_bio_submit() 981 void bch_write_bdev_super(struct cached_dev *dc, struct closure *parent);
|
D | stats.h | 30 struct closure cl; 47 struct closure *parent);
|
D | journal.c | 30 struct closure *cl = bio->bi_private; in journal_read_endio() 43 struct closure cl; in journal_read_bucket() 662 static void journal_write(struct closure *cl); 664 static void journal_write_done(struct closure *cl) in journal_write_done() 675 static void journal_write_unlock(struct closure *cl) in journal_write_unlock() 684 static void journal_write_unlocked(struct closure *cl) in journal_write_unlocked() 766 static void journal_write(struct closure *cl) in journal_write() 777 struct closure *cl = &c->journal.io; in journal_try_write() 795 struct closure cl; in journal_wait_for_write() 865 struct closure *parent) in bch_journal() [all …]
|
D | btree.h | 140 struct closure io; 244 void __bch_btree_node_write(struct btree *b, struct closure *parent); 245 void bch_btree_node_write(struct btree *b, struct closure *parent);
|
D | super.c | 244 static void bch_write_bdev_super_unlock(struct closure *cl) in bch_write_bdev_super_unlock() 251 void bch_write_bdev_super(struct cached_dev *dc, struct closure *parent) in bch_write_bdev_super() 253 struct closure *cl = &dc->sb_write; in bch_write_bdev_super() 281 static void bcache_write_super_unlock(struct closure *cl) in bcache_write_super_unlock() 290 struct closure *cl = &c->sb_write; in bcache_write_super() 324 struct closure *cl = bio->bi_private; in uuid_endio() 332 static void uuid_io_unlock(struct closure *cl) in uuid_io_unlock() 340 struct bkey *k, struct closure *parent) in uuid_io() 342 struct closure *cl = &c->uuid_write; in uuid_io() 380 static char *uuid_read(struct cache_set *c, struct jset *j, struct closure *cl) in uuid_read() [all …]
|
D | writeback.c | 242 struct closure cl; 263 static void dirty_io_destructor(struct closure *cl) in dirty_io_destructor() 270 static void write_dirty_finish(struct closure *cl) in write_dirty_finish() 322 static void write_dirty(struct closure *cl) in write_dirty() 384 static void read_dirty_submit(struct closure *cl) in read_dirty_submit() 400 struct closure cl; in read_dirty()
|
D | Makefile | 5 bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\
|
D | btree.c | 294 struct closure *cl = bio->bi_private; in btree_node_read_endio() 302 struct closure cl; in bch_btree_node_read() 352 static void btree_node_write_unlock(struct closure *cl) in btree_node_write_unlock() 359 static void __btree_node_write_done(struct closure *cl) in __btree_node_write_done() 374 static void btree_node_write_done(struct closure *cl) in btree_node_write_done() 384 struct closure *cl = bio->bi_private; in btree_node_write_endio() 396 struct closure *cl = &b->io; in do_btree_node_write() 459 void __bch_btree_node_write(struct btree *b, struct closure *parent) in __bch_btree_node_write() 490 void bch_btree_node_write(struct btree *b, struct closure *parent) in bch_btree_node_write() 510 struct closure cl; in bch_btree_node_write_sync() [all …]
|
D | io.c | 169 struct closure *cl = bio->bi_private; in bch_bbio_endio()
|
D | stats.c | 232 struct closure *parent) in bch_cache_accounting_init()
|
D | util.h | 20 struct closure;
|
/Linux-v5.4/include/uapi/linux/ |
D | firewire-cdev.h | 62 __u64 closure; member 86 __u64 closure; member 117 __u64 closure; member 139 __u64 closure; member 198 __u64 closure; member 264 __u64 closure; member 303 __u64 closure; member 330 __u64 closure; member 354 __u64 closure; member 515 __u64 closure; member [all …]
|
/Linux-v5.4/drivers/gpu/drm/ |
D | drm_edid.c | 1959 typedef void detailed_cb(struct detailed_timing *timing, void *closure); 1962 cea_for_each_detailed_block(u8 *ext, detailed_cb *cb, void *closure) in cea_for_each_detailed_block() argument 1970 cb((struct detailed_timing *)(det_base + 18 * i), closure); in cea_for_each_detailed_block() 1974 vtb_for_each_detailed_block(u8 *ext, detailed_cb *cb, void *closure) in vtb_for_each_detailed_block() argument 1983 cb((struct detailed_timing *)(det_base + 18 * i), closure); in vtb_for_each_detailed_block() 1987 drm_for_each_detailed_block(u8 *raw_edid, detailed_cb *cb, void *closure) in drm_for_each_detailed_block() argument 1996 cb(&(edid->detailed_timings[i]), closure); in drm_for_each_detailed_block() 2002 cea_for_each_detailed_block(ext, cb, closure); in drm_for_each_detailed_block() 2005 vtb_for_each_detailed_block(ext, cb, closure); in drm_for_each_detailed_block() 2573 struct detailed_mode_closure *closure = c; in do_inferred_modes() local [all …]
|
/Linux-v5.4/drivers/firewire/ |
D | core-cdev.c | 100 __u64 closure; member 345 event->closure = client->bus_reset_closure; in fill_bus_reset_event() 596 e->response.closure = request->closure; in init_request() 718 req->closure = handler->closure; in handle_request() 732 req->closure = handler->closure; in handle_request() 781 r->closure = a->closure; in ioctl_allocate() 922 e->interrupt.closure = client->iso_closure; in iso_callback() 941 e->interrupt.closure = client->iso_closure; in iso_mc_callback() 1019 client->iso_closure = a->closure; in ioctl_create_iso_context() 1373 e1->iso_resource.closure = request->closure; in init_iso_resource() [all …]
|
/Linux-v5.4/sound/drivers/opl3/ |
D | opl3_oss.c | 11 static int snd_opl3_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure); 131 static int snd_opl3_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure) in snd_opl3_open_seq_oss() argument 133 struct snd_opl3 *opl3 = closure; in snd_opl3_open_seq_oss()
|
/Linux-v5.4/include/sound/ |
D | seq_oss.h | 39 int (*open)(struct snd_seq_oss_arg *p, void *closure);
|
/Linux-v5.4/sound/synth/emux/ |
D | emux_oss.c | 19 static int snd_emux_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure); 96 snd_emux_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure) in snd_emux_open_seq_oss() argument 103 emu = closure; in snd_emux_open_seq_oss()
|
/Linux-v5.4/Documentation/input/devices/ |
D | atarikbd.rst | 29 closure) codes start at 1, and are defined in Appendix A. For example, the 459 Enter JOYSTICK EVENT REPORTING mode (DEFAULT). Each opening or closure of a 528 TX ; length (in tenths of seconds) of joystick closure 531 TY ; length (in tenths of seconds) of joystick closure 534 VX ; length (in tenths of seconds) of joystick closure 537 VY ; length (in tenths of seconds) of joystick closure 542 On initial closure, a keystroke pair (make/break) is generated. Then up to Rn
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 208 void *closure; /* caller's opaque information */ member
|