Searched refs:REC_SIZE (Results 1 – 1 of 1) sorted by relevance
59 #define REC_SIZE sizeof(struct pstore_ftrace_record) macro81 data->off = ps->total_size % REC_SIZE; in pstore_ftrace_seq_start()82 data->off += *pos * REC_SIZE; in pstore_ftrace_seq_start()83 if (data->off + REC_SIZE > ps->total_size) { in pstore_ftrace_seq_start()103 data->off += REC_SIZE; in pstore_ftrace_seq_next()104 if (data->off + REC_SIZE > ps->total_size) in pstore_ftrace_seq_next()