Home
last modified time | relevance | path

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

/linux-3.4.99/fs/jfs/
Djfs_txnmgr.c69 wait_queue_head_t freewait; /* eventlist of free tblock */ member
299 init_waitqueue_head(&TxAnchor.freewait); in txInit()
406 TXN_SLEEP(&TxAnchor.freewait); in txBegin()
416 TXN_SLEEP(&TxAnchor.freewait); in txBegin()
577 TXN_WAKEUP(&TxAnchor.freewait); in txEnd()
3013 char *freewait; in jfs_txanchor_proc_show() local
3017 freewait = in jfs_txanchor_proc_show()
3018 waitqueue_active(&TxAnchor.freewait) ? "active" : "empty"; in jfs_txanchor_proc_show()
3036 freewait, in jfs_txanchor_proc_show()