Searched refs:lowlockwait (Results 1 – 1 of 1) sorted by relevance
70 wait_queue_head_t lowlockwait; /* eventlist of ample tlocks */ member229 TXN_WAKEUP(&TxAnchor.lowlockwait); in txLockFree()290 init_waitqueue_head(&TxAnchor.lowlockwait); in txInit()362 TXN_SLEEP(&TxAnchor.lowlockwait); in txBegin()454 TXN_SLEEP(&TxAnchor.lowlockwait); in txBeginAnon()2990 char *lowlockwait; in jfs_txanchor_read() local2996 lowlockwait = in jfs_txanchor_read()2997 waitqueue_active(&TxAnchor.lowlockwait) ? "active" : "empty"; in jfs_txanchor_read()3015 lowlockwait, in jfs_txanchor_read()