Lines Matching defs:stop
80 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop)
88 size = (((unsigned long)stop - (unsigned long)start)
494 struct jump_entry *stop,
497 for (; (entry < stop) && (jump_entry_key(entry) == key); entry++) {
505 struct jump_entry *stop,
508 for (; (entry < stop) && (jump_entry_key(entry) == key); entry++) {
679 struct jump_entry *stop;
691 stop = __stop___jump_table;
693 stop = m->jump_entries + m->num_jump_entries;
694 __jump_label_update(key, mod->entries, stop,
897 struct jump_entry *stop = __stop___jump_table;
911 stop = mod->jump_entries + mod->num_jump_entries;
919 __jump_label_update(key, entry, stop, init);