Searched refs:test_cpu (Results 1 – 4 of 4) sorted by relevance
11 const volatile s32 test_cpu; variable31 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()
36 int test_cpu; member191 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()
11 TEST_GEN_PROGS += test_cpu27 $(OUTPUT)/test_cpu: $(LIBCGROUP_O)
3 test_cpu