Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Ddebug.c226 static wait_queue_head_t debug_ctlwq; variable
469 wake_up(&debug_ctlwq); in libcfs_debug_dumplog_thread()
483 add_wait_queue(&debug_ctlwq, &wait); in libcfs_debug_dumplog()
495 remove_wait_queue(&debug_ctlwq, &wait); in libcfs_debug_dumplog()
505 init_waitqueue_head(&debug_ctlwq); in libcfs_debug_init()