Home
last modified time | relevance | path

Searched refs:old_ent (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/nvdimm/
H A Dbtt.c331 int old_ent, ret_ent; in btt_log_read() local
338 old_ent = btt_log_get_old(arena, &log); in btt_log_read()
339 if (old_ent < 0 || old_ent > 1) { in btt_log_read()
342 old_ent, lane, log.ent[arena->log_index[0]].seq, in btt_log_read()
348 ret_ent = (old_flag ? old_ent : (1 - old_ent)); in btt_log_read()