Searched refs:REC_SIZE (Results 1 – 1 of 1) sorted by relevance
47 #define REC_SIZE sizeof(struct pstore_ftrace_record) macro69 data->off = ps->total_size % REC_SIZE; in pstore_ftrace_seq_start()70 data->off += *pos * REC_SIZE; in pstore_ftrace_seq_start()71 if (data->off + REC_SIZE > ps->total_size) { in pstore_ftrace_seq_start()91 data->off += REC_SIZE; in pstore_ftrace_seq_next()92 if (data->off + REC_SIZE > ps->total_size) in pstore_ftrace_seq_next()