Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/ !
Djfs_txnmgr.c69 wait_queue_head_t freewait; /* eventlist of free tblock */ member
298 init_waitqueue_head(&TxAnchor.freewait); in txInit()
410 TXN_SLEEP(&TxAnchor.freewait); in txBegin()
420 TXN_SLEEP(&TxAnchor.freewait); in txBegin()
581 TXN_WAKEUP(&TxAnchor.freewait); in txEnd()
3007 char *freewait; in jfs_txanchor_proc_show() local
3011 freewait = in jfs_txanchor_proc_show()
3012 waitqueue_active(&TxAnchor.freewait) ? "active" : "empty"; in jfs_txanchor_proc_show()
3030 freewait, in jfs_txanchor_proc_show()