Home
last modified time | relevance | path

Searched refs:test_cpu (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dnohz_tick.bpf.c11 const volatile s32 test_cpu; variable
31 scx_bpf_kick_cpu(test_cpu, SCX_KICK_IDLE); in BPF_STRUCT_OPS()
36 if (bpf_get_smp_processor_id() != test_cpu) in BPF_STRUCT_OPS()
47 if (bpf_get_smp_processor_id() == test_cpu && finite_phase) in BPF_STRUCT_OPS()
H A Dnohz_tick.c36 int test_cpu; member
191 ctx->test_cpu = cpu; in setup()
199 ctx->skel->rodata->test_cpu = cpu; in setup()
239 inf_worker = start_worker(ctx->test_cpu); in run()
264 finite_worker = start_worker(ctx->test_cpu); in run()
293 finite_worker = start_worker(ctx->test_cpu); in run()
320 ctx->test_cpu, in run()
/linux/tools/testing/selftests/cgroup/
H A DMakefile11 TEST_GEN_PROGS += test_cpu
27 $(OUTPUT)/test_cpu: $(LIBCGROUP_O)
H A D.gitignore3 test_cpu