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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_txnmgr.c65 wait_queue_head_t freewait; /* eventlist of free tblock */ member in struct:__anon3147
252 init_waitqueue_head(&TxAnchor.freewait);
352 TXN_SLEEP(&TxAnchor.freewait);
361 TXN_SLEEP(&TxAnchor.freewait);
515 TXN_WAKEUP(&TxAnchor.freewait);
3048 char *freewait; local
3052 freewait =
3053 waitqueue_active(&TxAnchor.freewait) ? "active" : "empty";
3063 "freewait = %s\n"
3071 freewait,
[all...]

Completed in 132 milliseconds