Home
last modified time | relevance | path

Searched refs:CLOSURE_CALLBACK (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/md/bcache/
H A Drequest.c28 static CLOSURE_CALLBACK(bch_data_insert_start);
58 static CLOSURE_CALLBACK(bch_data_insert_keys) in CLOSURE_CALLBACK() function
139 static CLOSURE_CALLBACK(bch_data_insert_error) in CLOSURE_CALLBACK() function
187 static CLOSURE_CALLBACK(bch_data_insert_start) in CLOSURE_CALLBACK() function
308 CLOSURE_CALLBACK(bch_data_insert) in CLOSURE_CALLBACK() function
592 static CLOSURE_CALLBACK(cache_lookup) in CLOSURE_CALLBACK() function
715 static CLOSURE_CALLBACK(search_free) in CLOSURE_CALLBACK() function
766 static CLOSURE_CALLBACK(cached_dev_bio_complete) in CLOSURE_CALLBACK() function
777 static CLOSURE_CALLBACK(cached_dev_read_error_done) in CLOSURE_CALLBACK() function
790 static CLOSURE_CALLBACK(cached_dev_read_error) in CLOSURE_CALLBACK() function
[all …]
H A Drequest.h37 CLOSURE_CALLBACK(bch_data_insert);
H A Dsuper.c329 static CLOSURE_CALLBACK(bch_write_bdev_super_unlock) in CLOSURE_CALLBACK() function
365 static CLOSURE_CALLBACK(bcache_write_super_unlock) in CLOSURE_CALLBACK() function
409 static CLOSURE_CALLBACK(uuid_io_unlock) in CLOSURE_CALLBACK() function
1353 static CLOSURE_CALLBACK(cached_dev_free) in CLOSURE_CALLBACK() function
1387 static CLOSURE_CALLBACK(cached_dev_flush) in CLOSURE_CALLBACK() function
1503 static CLOSURE_CALLBACK(flash_dev_free) in CLOSURE_CALLBACK() function
1516 static CLOSURE_CALLBACK(flash_dev_flush) in CLOSURE_CALLBACK() function
1673 static CLOSURE_CALLBACK(cache_set_free) in CLOSURE_CALLBACK() function
1714 static CLOSURE_CALLBACK(cache_set_flush) in CLOSURE_CALLBACK() function
1816 static CLOSURE_CALLBACK(__cache_set_unregister) in CLOSURE_CALLBACK() function
H A Dbtree.c296 static CLOSURE_CALLBACK(btree_node_write_unlock) in CLOSURE_CALLBACK() function
303 static CLOSURE_CALLBACK(__btree_node_write_done) in CLOSURE_CALLBACK() function
318 static CLOSURE_CALLBACK(btree_node_write_done) in CLOSURE_CALLBACK() function
/linux/lib/
H A Dclosure.c122 static CLOSURE_CALLBACK(closure_sync_fn) in CLOSURE_CALLBACK() function
/linux/include/linux/
H A Dclosure.h352 #define CLOSURE_CALLBACK(name) void name(struct work_struct *ws) macro