Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.c70 wait_queue_head_t freelockwait; /* eventlist of free tlock */ member
203 TXN_SLEEP(&TxAnchor.freelockwait); in txLockAlloc()
226 TXN_WAKEUP(&TxAnchor.freelockwait); in txLockFree()
319 init_waitqueue_head(&TxAnchor.freelockwait); in txInit()
3008 char *freelockwait; in jfs_txanchor_proc_show() local
3013 freelockwait = in jfs_txanchor_proc_show()
3014 waitqueue_active(&TxAnchor.freelockwait) ? "active" : "empty"; in jfs_txanchor_proc_show()
3032 freelockwait, in jfs_txanchor_proc_show()