jlstate           177 arch/x86/kernel/jump_label.c } jlstate __initdata_or_module = JL_STATE_START;
jlstate           189 arch/x86/kernel/jump_label.c 	if (jlstate == JL_STATE_START) {
jlstate           194 arch/x86/kernel/jump_label.c 			jlstate = JL_STATE_UPDATE;
jlstate           196 arch/x86/kernel/jump_label.c 			jlstate = JL_STATE_NO_UPDATE;
jlstate           198 arch/x86/kernel/jump_label.c 	if (jlstate == JL_STATE_UPDATE)