Lines Matching refs:start_index
116 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format() argument
129 if (!v || start_index == *pos) { in find_next_mod_format()
134 if (start_index == *pos) in find_next_mod_format()
136 start_index++; in find_next_mod_format()
173 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format() argument
244 int start_index; in find_next() local
247 start_index = __stop___trace_bprintk_fmt - __start___trace_bprintk_fmt; in find_next()
249 if (*pos < start_index) in find_next()
264 last_index = start_index; in find_next()
265 start_index = __stop___tracepoint_str - __start___tracepoint_str; in find_next()
267 if (*pos < last_index + start_index) in find_next()
270 return find_next_mod_format(start_index, v, fmt, pos); in find_next()