Searched refs:run_parallel (Results 1 – 3 of 3) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_maps.c | 1127 #define run_parallel(N, FN, DATA) \ macro 1158 run_parallel(100, test_hashmap, NULL); in test_map_stress() 1159 run_parallel(100, test_hashmap_percpu, NULL); in test_map_stress() 1160 run_parallel(100, test_hashmap_sizes, NULL); in test_map_stress() 1161 run_parallel(100, test_hashmap_walk, NULL); in test_map_stress() 1163 run_parallel(100, test_arraymap, NULL); in test_map_stress() 1164 run_parallel(100, test_arraymap_percpu, NULL); in test_map_stress() 1212 run_parallel(TASKS, test_update_delete, data); in test_map_parallel() 1235 run_parallel(TASKS, test_update_delete, data); in test_map_parallel()
|
/external/autotest/client/tests/netperf2/ |
D | netperf2.py | 174 out = utils.run_parallel(cmds, timeout=test_time + 500,
|
/external/autotest/client/common_lib/ |
D | utils.py | 765 def run_parallel(commands, timeout=None, ignore_status=False, function 1040 run_parallel(commands, timeout=timeout, ignore_status=ignore_status, 1080 in run_parallel(commands, timeout=timeout, 1084 out = [bg_job.stdout for bg_job in run_parallel(commands,
|