Searched refs:trtbl (Results 1 – 1 of 1) sorted by relevance
3732 struct RESTART_TABLE *trtbl = NULL; in log_replay() local4145 trtbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()4146 if (!trtbl) { in log_replay()4424 if (!trtbl) { in log_replay()4425 trtbl = init_rsttbl(sizeof(struct TRANSACTION_ENTRY), in log_replay()4427 if (!trtbl) { in log_replay()4433 tr = Add2Ptr(trtbl, transact_id); in log_replay()4435 if (transact_id >= bytes_per_rt(trtbl) || in log_replay()4437 tr = alloc_rsttbl_from_idx(&trtbl, transact_id); in log_replay()4633 tr = Add2Ptr(trtbl, transact_id); in log_replay()[all …]