Lines Matching refs:start_index
123 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format() argument
136 if (!v || start_index == *pos) { in find_next_mod_format()
141 if (start_index == *pos) in find_next_mod_format()
143 start_index++; in find_next_mod_format()
180 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format() argument
268 int start_index; in find_next() local
271 start_index = __stop___trace_bprintk_fmt - __start___trace_bprintk_fmt; in find_next()
273 if (*pos < start_index) in find_next()
288 last_index = start_index; in find_next()
289 start_index = __stop___tracepoint_str - __start___tracepoint_str; in find_next()
291 if (*pos < last_index + start_index) in find_next()
294 start_index += last_index; in find_next()
295 return find_next_mod_format(start_index, v, fmt, pos); in find_next()