Searched refs:freelockwait (Results 1 – 1 of 1) sorted by relevance
57 wait_queue_head_t freelockwait; /* eventlist of free tlock */ member190 TXN_SLEEP(&TxAnchor.freelockwait); in txLockAlloc()213 TXN_WAKEUP(&TxAnchor.freelockwait); in txLockFree()306 init_waitqueue_head(&TxAnchor.freelockwait); in txInit()2953 char *freelockwait; in jfs_txanchor_proc_show() local2958 freelockwait = in jfs_txanchor_proc_show()2959 waitqueue_active(&TxAnchor.freelockwait) ? "active" : "empty"; in jfs_txanchor_proc_show()2977 freelockwait, in jfs_txanchor_proc_show()