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()4438 if (!trtbl) { in log_replay()4439 trtbl = init_rsttbl(sizeof(struct TRANSACTION_ENTRY), in log_replay()4441 if (!trtbl) { in log_replay()4447 tr = Add2Ptr(trtbl, transact_id); in log_replay()4449 if (transact_id >= bytes_per_rt(trtbl) || in log_replay()4451 tr = alloc_rsttbl_from_idx(&trtbl, transact_id); in log_replay()4646 tr = Add2Ptr(trtbl, transact_id); in log_replay()[all …]