Home
last modified time | relevance | path

Searched refs:start_index (Results 1 – 2 of 2) sorted by relevance

/kernel/trace/
Dtrace_printk.c123 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()
[all …]
/kernel/
Dkcov.c233 u64 count, start_index, end_pos, max_pos; in write_comp_data() local
251 start_index = 1 + count * KCOV_WORDS_PER_CMP; in write_comp_data()
252 end_pos = (start_index + KCOV_WORDS_PER_CMP) * sizeof(u64); in write_comp_data()
257 area[start_index] = type; in write_comp_data()
258 area[start_index + 1] = arg1; in write_comp_data()
259 area[start_index + 2] = arg2; in write_comp_data()
260 area[start_index + 3] = ip; in write_comp_data()