Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbacking-dev-defs.h73 #define __WB_COMPLETION_INIT(_waitq) \ argument
74 (struct wb_completion){ .cnt = ATOMIC_INIT(1), .waitq = (_waitq) }