Lines Matching refs:start_index
122 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format() argument
135 if (!v || start_index == *pos) { in find_next_mod_format()
140 if (start_index == *pos) in find_next_mod_format()
142 start_index++; in find_next_mod_format()
179 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format() argument
256 int start_index; in find_next() local
259 start_index = __stop___trace_bprintk_fmt - __start___trace_bprintk_fmt; in find_next()
261 if (*pos < start_index) in find_next()
276 last_index = start_index; in find_next()
277 start_index = __stop___tracepoint_str - __start___tracepoint_str; in find_next()
279 if (*pos < last_index + start_index) in find_next()
282 start_index += last_index; in find_next()
283 return find_next_mod_format(start_index, v, fmt, pos); in find_next()