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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_txnmgr.h50 wait_queue_head_t waitor; /* tids waiting on this tid */ member in struct:tblock
H A Djfs_txnmgr.c291 init_waitqueue_head(&TxBlock[k].waitor);
295 init_waitqueue_head(&TxBlock[k].waitor);
427 * awakened after sleeping on tblk->waitor
512 TXN_WAKEUP(&tblk->waitor);
851 TXN_SLEEP_DROP_LOCK(&tid_to_tblock(xtid)->waitor);
893 TXN_WAKEUP(&tblk->waitor);

Completed in 29 milliseconds