Home
last modified time | relevance | path

Searched refs:probe_should_run (Results 1 – 1 of 1) sorted by relevance

/arch/arm/kernel/
Dkprobes-test.c1076 static int probe_should_run; /* 0 = no, 1 = yes, -1 = unknown */ variable
1083 probe_should_run = 1; in test_context_cpsr()
1094 probe_should_run = test_check_cc(cc, cpsr) != 0; in test_context_cpsr()
1102 probe_should_run = test_check_cc(cc, cpsr) != 0; in test_context_cpsr()
1129 probe_should_run = test_check_cc((cpsr >> 12) & 0xf, cpsr) != 0; in test_context_cpsr()
1136 probe_should_run = 0; in test_context_cpsr()
1140 probe_should_run = 0; in test_context_cpsr()
1550 if (probe_should_run == 1) { in kprobes_test_case_end()
1555 } else if (probe_should_run == 0) { in kprobes_test_case_end()