Searched refs:src_idx (Results 1 – 2 of 2) sorted by relevance
| /fs/pstore/ |
| A D | ftrace.c | 161 size_t dest_idx = 0, src_idx = 0, merged_idx = 0; in pstore_ftrace_combine_log() local 183 pstore_ftrace_read_timestamp(&srec[src_idx])) { in pstore_ftrace_combine_log() 187 mrec[merged_idx++] = srec[src_idx++]; in pstore_ftrace_combine_log() 198 mrec[merged_idx++] = srec[src_idx++]; in pstore_ftrace_combine_log()
|
| /fs/xfs/ |
| A D | xfs_trace.h | 2503 TP_PROTO(struct xfs_da_args *args, int src_idx, int dst_idx, int count), 2504 TP_ARGS(args, src_idx, dst_idx, count), 2509 __field(int, src_idx) 2517 __entry->src_idx = src_idx; 2526 __entry->src_idx,
|
Completed in 8 milliseconds