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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_txnmgr.c69 wait_queue_head_t freelockwait; /* eventlist of free tlock */ member in struct:__anon3147
193 TXN_SLEEP(&TxAnchor.freelockwait);
215 TXN_WAKEUP(&TxAnchor.freelockwait);
273 init_waitqueue_head(&TxAnchor.freelockwait);
3049 char *freelockwait; local
3054 freelockwait =
3055 waitqueue_active(&TxAnchor.freelockwait) ? "active" : "empty";
3065 "freelockwait = %s\n"
3073 freelockwait,

Completed in 32 milliseconds