Searched refs:should_load (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtest_loader.c572 bool should_load; local
599 should_load = false;
604 should_load = true;
609 should_load = true;
612 bpf_program__set_autoload(tprog_iter, should_load);
/linux-master/tools/lib/bpf/
H A Dlibbpf.c1052 int should_load = false; local
1072 should_load = true;
1076 prog->autoload = should_load;

Completed in 198 milliseconds