Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Djump_label.c96 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries; in jump_label_apply_nops() local
100 if (iter_start == iter_stop) in jump_label_apply_nops()
103 for (iter = iter_start; iter < iter_stop; iter++) { in jump_label_apply_nops()
/linux/kernel/
H A Dstatic_call_inline.c305 struct static_call_site *iter_stop, in __static_call_text_reserved() argument
310 while (iter < iter_stop) { in __static_call_text_reserved()