Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dbacking-dev-defs.h68 #define __WB_COMPLETION_INIT(_waitq) \ argument
69 (struct wb_completion){ .cnt = ATOMIC_INIT(1), .waitq = (_waitq) }