Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcompletion.h70 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) \ macro
74 # define DECLARE_COMPLETION_ONSTACK_MAP(work, map) DECLARE_COMPLETION(work) macro
/openbmc/linux/block/
H A Dbio.c1368 DECLARE_COMPLETION_ONSTACK_MAP(done, in submit_bio_wait()