Searched refs:probe_should_run (Results 1 – 1 of 1) sorted by relevance
1017 static int probe_should_run; /* 0 = no, 1 = yes, -1 = unknown */ variable1024 probe_should_run = 1; in test_context_cpsr()1035 probe_should_run = test_check_cc(cc, cpsr) != 0; in test_context_cpsr()1043 probe_should_run = test_check_cc(cc, cpsr) != 0; in test_context_cpsr()1070 probe_should_run = test_check_cc((cpsr >> 12) & 0xf, cpsr) != 0; in test_context_cpsr()1077 probe_should_run = 0; in test_context_cpsr()1081 probe_should_run = 0; in test_context_cpsr()1509 if (probe_should_run == 1) { in kprobes_test_case_end()1514 } else if (probe_should_run == 0) { in kprobes_test_case_end()