Searched refs:iter_start (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/mips/kernel/
H A Djump_label.c95 struct jump_entry *iter_start = mod->jump_entries; local
96 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries;
100 if (iter_start == iter_stop)
103 for (iter = iter_start; iter < iter_stop; iter++) {
/linux-master/kernel/
H A Djump_label.c346 static int __jump_label_text_reserved(struct jump_entry *iter_start, argument
351 iter = iter_start;
489 struct jump_entry *iter_start = __start___jump_table; local
508 jump_label_sort_entries(iter_start, iter_stop);
510 for (iter = iter_start; iter < iter_stop; iter++) {
625 struct jump_entry *iter_start = mod->jump_entries; local
626 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries;
632 if (iter_start == iter_stop)
635 jump_label_sort_entries(iter_start, iter_stop);
637 for (iter = iter_start; ite
687 struct jump_entry *iter_start = mod->jump_entries; local
[all...]
H A Dstatic_call_inline.c304 static int __static_call_text_reserved(struct static_call_site *iter_start, argument
308 struct static_call_site *iter = iter_start;
/linux-master/arch/x86/tools/
H A Dinsn_sanity.c34 static unsigned long iter_start; /* Start of iteration number */ variable
188 iter_start = strtoul(optarg, &tmp, 0);
205 if (iter_end < iter_start)
236 if (i < iter_start) /* Skip to given iteration number */
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c539 int iter_start; local
545 iter_start = I40E_FILTER_PCTYPE_NONF_IPV4_OTHER;
548 iter_start = I40E_FILTER_PCTYPE_NONF_IPV6_OTHER;
552 for (i = iter_start; i <= iter_end; i++) {
/linux-master/fs/ext4/
H A Dmballoc.c5122 ext4_lblk_t iter_start, new_start; local
5129 iter_start = iter_pa->pa_lstart;
5133 if (new_start < iter_start)

Completed in 130 milliseconds