Searched refs:runner (Results 1 – 17 of 17) sorted by relevance
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | Makefile | 7 TEST_GEN_PROGS := runner 195 $(SCXOBJ_DIR)/runner.o: runner.c | $(SCXOBJ_DIR) $(BPFOBJ) 204 $(testcase-targets): $(SCXOBJ_DIR)/%.o: %.c $(SCXOBJ_DIR)/runner.o $(all_test_bpfprogs) | $(SCXOBJ_… 211 $(OUTPUT)/runner: $(SCXOBJ_DIR)/runner.o $(SCXOBJ_DIR)/util.o $(BPFOBJ) $(testcase-targets)
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | task_work_stress.c | 19 void *runner(void *test_data) in runner() function 76 if (pthread_create(&tid[i], NULL, runner, &td_sched) != 0) { in task_work_run() 87 if (pthread_create(&tid_del, NULL, runner, &td_del) != 0) { in task_work_run()
|
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | load.py | 84 self.runner = Iperf3Runner(env, port) 86 self._iperf_server = self.runner.start_server() 87 self._iperf_client = self.runner.start_client(background=True, streams=16, duration=86400)
|
| /linux/drivers/gpu/drm/ci/ |
| H A D | igt_runner.sh | 69 igt-runner \ 82 deqp-runner junit \
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv.c | 341 if (vc->runner == vcpu && vc->vcore_state >= VCORE_SLEEPING) in kvmppc_core_vcpu_load_hv() 377 if (vc->runner == vcpu && vc->vcore_state >= VCORE_SLEEPING) in kvmppc_core_vcpu_put_hv() 1062 vcore->runner) in kvm_arch_vcpu_yield_to() 1063 target = vcore->runner; in kvm_arch_vcpu_yield_to() 3612 if (pvc->runner == NULL) { in collect_piggybacks() 3697 } else if (vc->runner) { in post_guest_process() 3703 if (vc->n_runnable > 0 && vc->runner == NULL) { in post_guest_process() 3805 if (vc->runner->arch.state != KVMPPC_VCPU_RUNNABLE) in kvmppc_run_core() 4617 ++vc->runner->stat.generic.halt_attempted_poll; in kvmppc_vcore_blocked() 4634 ++vc->runner->stat.generic.halt_successful_poll; in kvmppc_vcore_blocked() [all …]
|
| H A D | trace_hv.h | 419 __entry->runner_vcpu = vc->runner->vcpu_id;
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | devlink_rate_tc_bw.py | 263 runner = Iperf3Runner(cfg, server_ip=server_ip, client_ip=client_ip) 270 bw_gbps = runner.measure_bandwidth(reverse=True)
|
| /linux/tools/testing/memblock/ |
| H A D | README | 74 |-- Makefile `- test runner 87 at the end of the test run. The structure of a test runner checking allocation
|
| /linux/tools/testing/selftests/ |
| H A D | run_kselftest.sh | 23 . ./kselftest/runner.sh
|
| H A D | lib.mk | 105 . $(selfdir)/kselftest/runner.sh; \
|
| H A D | Makefile | 271 install -m 744 kselftest/runner.sh $(INSTALL_PATH)/kselftest/
|
| /linux/tools/testing/selftests/kselftest/ |
| H A D | runner.sh | 159 source $BASE_DIR/kselftest/runner.sh
|
| /linux/Documentation/target/ |
| H A D | tcmu-design.rst | 296 First, consider instead writing a plugin for tcmu-runner. tcmu-runner
|
| /linux/Documentation/dev-tools/ |
| H A D | kselftest.rst | 192 which will run the tests you can configure a test runner on those systems to 326 using a shell script test runner. ``kselftest/module.sh`` is designed
|
| /linux/arch/powerpc/include/asm/ |
| H A D | kvm_book3s.h | 86 struct kvm_vcpu *runner; member
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | README.rst | 245 Few sub-tests of core_reloc test suit (part of test_progs test runner) require
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | lib.sh | 776 $TEAMD -t $if_name -d -c '{"runner": {"name": "'$mode'"}}'
|