Searched refs:trtbl (Results 1 – 1 of 1) sorted by relevance
3747 struct RESTART_TABLE *trtbl = NULL; in log_replay() local4160 trtbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()4161 if (!trtbl) { in log_replay()4439 if (!trtbl) { in log_replay()4440 trtbl = init_rsttbl(sizeof(struct TRANSACTION_ENTRY), in log_replay()4442 if (!trtbl) { in log_replay()4448 tr = Add2Ptr(trtbl, transact_id); in log_replay()4450 if (transact_id >= bytes_per_rt(trtbl) || in log_replay()4452 tr = alloc_rsttbl_from_idx(&trtbl, transact_id); in log_replay()4648 tr = Add2Ptr(trtbl, transact_id); in log_replay()[all …]