Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_logmgr.h382 wait_queue_head_t syncwait; /* 4: */ member
Djfs_txnmgr.c369 TXN_SLEEP(&log->syncwait); in txBegin()
463 TXN_SLEEP(&log->syncwait); in txBeginAnon()
552 TXN_WAKEUP(&log->syncwait); in txEnd()
2866 TXN_WAKEUP(&log->syncwait); in txResume()
Djfs_logmgr.c1095 init_waitqueue_head(&log->syncwait); in lmLogOpen()
1162 init_waitqueue_head(&log->syncwait); in open_inline_log()
1199 init_waitqueue_head(&dummy_log->syncwait); in open_dummy_log()