Searched refs:REC_SIZE (Results 1 – 1 of 1) sorted by relevance
50 #define REC_SIZE sizeof(struct pstore_ftrace_record) macro72 data->off = ps->total_size % REC_SIZE; in pstore_ftrace_seq_start()73 data->off += *pos * REC_SIZE; in pstore_ftrace_seq_start()74 if (data->off + REC_SIZE > ps->total_size) { in pstore_ftrace_seq_start()94 data->off += REC_SIZE; in pstore_ftrace_seq_next()95 if (data->off + REC_SIZE > ps->total_size) in pstore_ftrace_seq_next()