Searched refs:freewait (Results 1 – 1 of 1) sorted by relevance
56 wait_queue_head_t freewait; /* eventlist of free tblock */ member286 init_waitqueue_head(&TxAnchor.freewait); in txInit()398 TXN_SLEEP(&TxAnchor.freewait); in txBegin()408 TXN_SLEEP(&TxAnchor.freewait); in txBegin()569 TXN_WAKEUP(&TxAnchor.freewait); in txEnd()2960 char *freewait; in jfs_txanchor_proc_show() local2964 freewait = in jfs_txanchor_proc_show()2965 waitqueue_active(&TxAnchor.freewait) ? "active" : "empty"; in jfs_txanchor_proc_show()2983 freewait, in jfs_txanchor_proc_show()