Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_txnmgr.c57 wait_queue_head_t freelockwait; /* eventlist of free tlock */ member
190 TXN_SLEEP(&TxAnchor.freelockwait); in txLockAlloc()
213 TXN_WAKEUP(&TxAnchor.freelockwait); in txLockFree()
306 init_waitqueue_head(&TxAnchor.freelockwait); in txInit()
2995 char *freelockwait; in jfs_txanchor_proc_show() local
3000 freelockwait = in jfs_txanchor_proc_show()
3001 waitqueue_active(&TxAnchor.freelockwait) ? "active" : "empty"; in jfs_txanchor_proc_show()
3011 "freelockwait = %s\n" in jfs_txanchor_proc_show()
3019 freelockwait, in jfs_txanchor_proc_show()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_txnmgr.c57 wait_queue_head_t freelockwait; /* eventlist of free tlock */ member
190 TXN_SLEEP(&TxAnchor.freelockwait); in txLockAlloc()
213 TXN_WAKEUP(&TxAnchor.freelockwait); in txLockFree()
306 init_waitqueue_head(&TxAnchor.freelockwait); in txInit()
2958 char *freelockwait; in jfs_txanchor_proc_show() local
2963 freelockwait = in jfs_txanchor_proc_show()
2964 waitqueue_active(&TxAnchor.freelockwait) ? "active" : "empty"; in jfs_txanchor_proc_show()
2974 "freelockwait = %s\n" in jfs_txanchor_proc_show()
2982 freelockwait, in jfs_txanchor_proc_show()

Completed in 7 milliseconds