Home
last modified time | relevance | path

Searched refs:DECLARE_COMPLETION_ONSTACK_MAP (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dcompletion.h71 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) \ macro
75 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) DECLARE_COMPLETION(work) macro
/OK3568_Linux_fs/kernel/block/
H A Dbio.c1157 DECLARE_COMPLETION_ONSTACK_MAP(done, bio->bi_disk->lockdep_map); in submit_bio_wait()