Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_txnmgr.c54 int freetid; /* index of a free tid structure */ member
284 TxAnchor.freetid = 1; in txInit()
394 if ((t = TxAnchor.freetid) == 0) { in txBegin()
411 TxAnchor.freetid = tblk->next; in txBegin()
533 tblk->next = TxAnchor.freetid; in txEnd()
534 TxAnchor.freetid = tid; in txEnd()
3008 "freetid = %d\n" in jfs_txanchor_proc_show()
3016 TxAnchor.freetid, in jfs_txanchor_proc_show()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_txnmgr.c54 int freetid; /* index of a free tid structure */ member
284 TxAnchor.freetid = 1; in txInit()
394 if ((t = TxAnchor.freetid) == 0) { in txBegin()
411 TxAnchor.freetid = tblk->next; in txBegin()
533 tblk->next = TxAnchor.freetid; in txEnd()
534 TxAnchor.freetid = tid; in txEnd()
2971 "freetid = %d\n" in jfs_txanchor_proc_show()
2979 TxAnchor.freetid, in jfs_txanchor_proc_show()

Completed in 6 milliseconds