Searched refs:trtbl (Results 1 – 1 of 1) sorted by relevance
3749 struct RESTART_TABLE *trtbl = NULL; in log_replay() local4162 trtbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()4163 if (!trtbl) { in log_replay()4440 if (!trtbl) { in log_replay()4441 trtbl = init_rsttbl(sizeof(struct TRANSACTION_ENTRY), in log_replay()4443 if (!trtbl) { in log_replay()4449 tr = Add2Ptr(trtbl, transact_id); in log_replay()4451 if (transact_id >= bytes_per_rt(trtbl) || in log_replay()4453 tr = alloc_rsttbl_from_idx(&trtbl, transact_id); in log_replay()4648 tr = Add2Ptr(trtbl, transact_id); in log_replay()[all …]