Searched refs:trtbl (Results 1 – 1 of 1) sorted by relevance
3728 struct RESTART_TABLE *trtbl = NULL; in log_replay() local4151 trtbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()4152 if (!trtbl) { in log_replay()4410 if (!trtbl) { in log_replay()4411 trtbl = init_rsttbl(sizeof(struct TRANSACTION_ENTRY), in log_replay()4413 if (!trtbl) { in log_replay()4419 tr = Add2Ptr(trtbl, transact_id); in log_replay()4421 if (transact_id >= bytes_per_rt(trtbl) || in log_replay()4423 tr = alloc_rsttbl_from_idx(&trtbl, transact_id); in log_replay()4619 tr = Add2Ptr(trtbl, transact_id); in log_replay()[all …]