Searched refs:should_load_fail (Results 1 – 2 of 2) sorted by relevance
26 bool should_load_fail; member43 .should_load_fail = true,52 bool *should_load_fail) in test_llvm__fetch_bpf_obj() argument65 if (should_load_fail) in test_llvm__fetch_bpf_obj()66 *should_load_fail = bpf_source_table[idx].should_load_fail; in test_llvm__fetch_bpf_obj()132 bool should_load_fail = false; in test__llvm() local138 subtest, false, &should_load_fail); in test__llvm()140 if (ret == TEST_OK && !should_load_fail) { in test__llvm()
27 bool *should_load_fail);
Completed in 3 milliseconds