Searched refs:iter_stop (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/kernel/
H A Djump_label.c96 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries; local
100 if (iter_start == iter_stop)
103 for (iter = iter_start; iter < iter_stop; iter++) {
/linux-master/kernel/
H A Djump_label.c347 struct jump_entry *iter_stop, void *start, void *end, bool init)
352 while (iter < iter_stop) {
490 struct jump_entry *iter_stop = __stop___jump_table; local
508 jump_label_sort_entries(iter_start, iter_stop);
510 for (iter = iter_start; iter < iter_stop; iter++) {
626 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries; local
632 if (iter_start == iter_stop)
635 jump_label_sort_entries(iter_start, iter_stop);
637 for (iter = iter_start; iter < iter_stop; iter++) {
679 __jump_label_update(key, iter, iter_stop, tru
346 __jump_label_text_reserved(struct jump_entry *iter_start, struct jump_entry *iter_stop, void *start, void *end, bool init) argument
688 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries; local
[all...]
H A Dstatic_call_inline.c305 struct static_call_site *iter_stop,
310 while (iter < iter_stop) {
304 __static_call_text_reserved(struct static_call_site *iter_start, struct static_call_site *iter_stop, void *start, void *end, bool init) argument

Completed in 160 milliseconds