Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.c69 wait_queue_head_t freelockwait; /* eventlist of free tlock */ member
209 TXN_SLEEP(&TxAnchor.freelockwait); in txLockAlloc()
231 TXN_WAKEUP(&TxAnchor.freelockwait); in txLockFree()
289 init_waitqueue_head(&TxAnchor.freelockwait); in txInit()
2989 char *freelockwait; in jfs_txanchor_read() local
2994 freelockwait = in jfs_txanchor_read()
2995 waitqueue_active(&TxAnchor.freelockwait) ? "active" : "empty"; in jfs_txanchor_read()
3014 freelockwait, in jfs_txanchor_read()