Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbacking-dev-defs.h78 #define WB_COMPLETION_INIT(bdi) __WB_COMPLETION_INIT(&(bdi)->wb_waitq)
193 wait_queue_head_t wb_waitq; member
/linux/mm/
H A Dbacking-dev.c1011 init_waitqueue_head(&bdi->wb_waitq); in bdi_init()