Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_txnmgr.c56 wait_queue_head_t freewait; /* eventlist of free tblock */ member
285 init_waitqueue_head(&TxAnchor.freewait); in txInit()
397 TXN_SLEEP(&TxAnchor.freewait); in txBegin()
407 TXN_SLEEP(&TxAnchor.freewait); in txBegin()
568 TXN_WAKEUP(&TxAnchor.freewait); in txEnd()
2994 char *freewait; in jfs_txanchor_proc_show() local
2998 freewait = in jfs_txanchor_proc_show()
2999 waitqueue_active(&TxAnchor.freewait) ? "active" : "empty"; in jfs_txanchor_proc_show()
3009 "freewait = %s\n" in jfs_txanchor_proc_show()
3017 freewait, in jfs_txanchor_proc_show()
[all...]
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_txnmgr.c56 wait_queue_head_t freewait; /* eventlist of free tblock */ member
285 init_waitqueue_head(&TxAnchor.freewait); in txInit()
397 TXN_SLEEP(&TxAnchor.freewait); in txBegin()
407 TXN_SLEEP(&TxAnchor.freewait); in txBegin()
568 TXN_WAKEUP(&TxAnchor.freewait); in txEnd()
2957 char *freewait; in jfs_txanchor_proc_show() local
2961 freewait = in jfs_txanchor_proc_show()
2962 waitqueue_active(&TxAnchor.freewait) ? "active" : "empty"; in jfs_txanchor_proc_show()
2972 "freewait = %s\n" in jfs_txanchor_proc_show()
2980 freewait, in jfs_txanchor_proc_show()
[all...]

Completed in 6 milliseconds