Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c871 static struct test_state test_states[ARRAY_SIZE(prog_test_defs)];
1425 struct test_state *state = &test_states[test_num]; in run_one_test()
1596 state = &test_states[test_to_run]; in dispatch_thread()
1649 struct test_state *state = &test_states[i]; in calculate_summary_and_print_errors()
1690 struct test_state *state = &test_states[i]; in calculate_summary_and_print_errors()
1788 struct test_state *state = &test_states[i]; in server_main()
1920 struct test_state *state = &test_states[test_to_run]; in worker_main()
1985 struct test_state *test_state = &test_states[i]; in main()
2137 struct test_state *state = &test_states[i]; in main()
867 static struct test_state test_states[ARRAY_SIZE(prog_test_defs)]; global() variable
/linux/kernel/sched/
H A Dpsi.c243 static u32 test_states(unsigned int *tasks, u32 state_mask) in test_states() function
861 state_mask = test_states(groupc->tasks, state_mask); in psi_group_change()