Home
last modified time | relevance | path

Searched refs:CLOSURE_CALLBACK (Results 1 – 4 of 4) 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);
/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