Searched refs:closure_sync (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/drivers/md/bcache/
H A Dclosure.c115 * closure_sync - sleep until a closure a closure has nothing left to wait on
120 void closure_sync(struct closure *cl) closure_sync() function
135 EXPORT_SYMBOL(closure_sync); variable
H A Dsuper.c414 closure_sync(cl); uuid_read()
453 closure_sync(&cl); __uuid_write()
541 closure_sync(cl); prio_io()
593 closure_sync(&cl); bch_prio_write()
896 closure_sync(&cl); bch_cached_dev_run()
928 closure_sync(&cl); cached_dev_detach_finish()
1032 closure_sync(&cl); bch_cached_dev_attach()
1718 closure_sync(&cl);
1730 closure_sync(&cl);
H A Dbtree.c306 closure_sync(&cl); bch_btree_node_read()
441 closure_sync(cl); do_btree_node_write()
505 closure_sync(&cl); bch_btree_node_write_sync()
649 closure_sync(&cl); mca_reap()
1411 closure_sync(&cl); btree_gc_coalesce()
1449 closure_sync(&cl); btree_gc_coalesce()
1743 closure_sync(&writes); bch_btree_gc()
2052 closure_sync(&cl); btree_split()
2057 closure_sync(&cl); btree_split()
2061 closure_sync(&cl); btree_split()
2128 closure_sync(&cl); bch_btree_insert_node()
2263 closure_sync(&cl); bch_btree_set_root()
H A Dmovinggc.c185 closure_sync(&cl); read_moving()
H A Dclosure.h25 * wait synchronously, use closure_sync() - you will sleep until your closure's
178 void closure_sync(struct closure *cl);
H A Djournal.c65 closure_sync(&cl); journal_read_bucket()
726 closure_sync(&cl); journal_wait_for_write()
H A Dwriteback.c284 closure_sync(&cl); read_dirty()
H A Dbtree.h68 * to it, so a closure_sync() later can be used to wait for the write to
H A Drequest.c71 closure_sync(&s->cl); bch_data_insert_keys()

Completed in 129 milliseconds