Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dksyms_btf.c15 __u32 this_rq_cpu; in test_basic() local
61 this_rq_cpu = data->out__this_rq_cpu; in test_basic()
62 CHECK(this_rq_cpu != data->out__rq_cpu, "this_rq_cpu", in test_basic()
63 "got %u, exp %u\n", this_rq_cpu, data->out__rq_cpu); in test_basic()