jump_entry         63 include/linux/jump_label.h 	struct jump_entry *entries;
jump_entry         98 include/linux/jump_label.h inline struct jump_entry *jump_label_get_entries(struct static_key *key)
jump_entry        100 include/linux/jump_label.h 	return (struct jump_entry *)((unsigned long)key->entries
jump_entry        122 include/linux/jump_label.h extern struct jump_entry __start___jump_table[];
jump_entry        123 include/linux/jump_label.h extern struct jump_entry __stop___jump_table[];
jump_entry        128 include/linux/jump_label.h extern void arch_jump_label_transform(struct jump_entry *entry,
jump_entry        130 include/linux/jump_label.h extern void arch_jump_label_transform_static(struct jump_entry *entry,
jump_entry        351 include/linux/module.h 	struct jump_entry *jump_entries;