jump_label_type     8 arch/arm/kernel/jump_label.c 					enum jump_label_type type,
jump_label_type    26 arch/arm/kernel/jump_label.c 			       enum jump_label_type type)
jump_label_type    32 arch/arm/kernel/jump_label.c 				      enum jump_label_type type)
jump_label_type    13 arch/arm64/kernel/jump_label.c 			       enum jump_label_type type)
jump_label_type    30 arch/arm64/kernel/jump_label.c 				      enum jump_label_type type)
jump_label_type    39 arch/mips/kernel/jump_label.c 			       enum jump_label_type type)
jump_label_type    22 arch/parisc/kernel/jump_label.c 			       enum jump_label_type type)
jump_label_type    47 arch/parisc/kernel/jump_label.c 				      enum jump_label_type type)
jump_label_type    11 arch/powerpc/kernel/jump_label.c 			       enum jump_label_type type)
jump_label_type    52 arch/s390/kernel/jump_label.c 				   enum jump_label_type type,
jump_label_type    80 arch/s390/kernel/jump_label.c 			       enum jump_label_type type)
jump_label_type    87 arch/s390/kernel/jump_label.c 				      enum jump_label_type type)
jump_label_type    13 arch/sparc/kernel/jump_label.c 			       enum jump_label_type type)
jump_label_type    39 arch/x86/kernel/jump_label.c 				       enum jump_label_type type,
jump_label_type    68 arch/x86/kernel/jump_label.c 					 enum jump_label_type type,
jump_label_type    97 arch/x86/kernel/jump_label.c 			       enum jump_label_type type)
jump_label_type   109 arch/x86/kernel/jump_label.c 				     enum jump_label_type type)
jump_label_type   180 arch/x86/kernel/jump_label.c 				      enum jump_label_type type)
jump_label_type    75 arch/xtensa/kernel/jump_label.c 			       enum jump_label_type type)
jump_label_type   215 include/linux/jump_label.h 				      enum jump_label_type type);
jump_label_type   217 include/linux/jump_label.h 					     enum jump_label_type type);
jump_label_type   219 include/linux/jump_label.h 					    enum jump_label_type type);
jump_label_type   340 kernel/jump_label.c 					    enum jump_label_type type)
jump_label_type   391 kernel/jump_label.c static enum jump_label_type jump_label_type(struct jump_entry *entry)
jump_label_type   427 kernel/jump_label.c 			arch_jump_label_transform(entry, jump_label_type(entry));
jump_label_type   441 kernel/jump_label.c 		if (!arch_jump_label_transform_queue(entry, jump_label_type(entry))) {
jump_label_type   446 kernel/jump_label.c 			BUG_ON(!arch_jump_label_transform_queue(entry, jump_label_type(entry)));
jump_label_type   480 kernel/jump_label.c 		if (jump_label_type(iter) == JUMP_LABEL_NOP)
jump_label_type   500 kernel/jump_label.c static enum jump_label_type jump_label_init_type(struct jump_entry *entry)
jump_label_type   661 kernel/jump_label.c 		if (jump_label_type(iter) != jump_label_init_type(iter))