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

/linux-master/fs/jfs/
H A Djfs_txnmgr.c56 wait_queue_head_t freewait; /* eventlist of free tblock */ member in struct:__anon371
285 init_waitqueue_head(&TxAnchor.freewait);
397 TXN_SLEEP(&TxAnchor.freewait);
407 TXN_SLEEP(&TxAnchor.freewait);
568 TXN_WAKEUP(&TxAnchor.freewait);
2959 char *freewait; local
2963 freewait =
2964 waitqueue_active(&TxAnchor.freewait) ? "active" : "empty";
2974 "freewait = %s\n"
2982 freewait,
[all...]

Completed in 114 milliseconds