Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Ddebug.c113 static wait_queue_head_t debug_ctlwq; variable
356 wake_up(&debug_ctlwq); in libcfs_debug_dumplog_thread()
370 add_wait_queue(&debug_ctlwq, &wait); in libcfs_debug_dumplog()
382 remove_wait_queue(&debug_ctlwq, &wait); in libcfs_debug_dumplog()
392 init_waitqueue_head(&debug_ctlwq); in libcfs_debug_init()