Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbacking-dev-defs.h74 #define __WB_COMPLETION_INIT(_waitq) \ argument
75 (struct wb_completion){ .cnt = ATOMIC_INIT(1), .waitq = (_waitq) }