Searched refs:freewait (Results 1 – 1 of 1) sorted by relevance
56 wait_queue_head_t freewait; /* eventlist of free tblock */ member285 init_waitqueue_head(&TxAnchor.freewait); in txInit()392 TXN_SLEEP(&TxAnchor.freewait); in txBegin()402 TXN_SLEEP(&TxAnchor.freewait); in txBegin()563 TXN_WAKEUP(&TxAnchor.freewait); in txEnd()2952 char *freewait; in jfs_txanchor_proc_show() local2956 freewait = in jfs_txanchor_proc_show()2957 waitqueue_active(&TxAnchor.freewait) ? "active" : "empty"; in jfs_txanchor_proc_show()2975 freewait, in jfs_txanchor_proc_show()