Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcompletion.h39 #define COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) \ macro
72 struct completion work = COMPLETION_INITIALIZER_ONSTACK_MAP(work, map)
/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c2810 .done = COMPLETION_INITIALIZER_ONSTACK_MAP(this_flusher.done, wq->lockdep_map), in flush_workqueue()