Searched refs:out__rq_cpu (Results 1 – 2 of 2) sorted by relevance
56 CHECK(data->out__rq_cpu == -1, "rq_cpu", in test_basic()57 "got %u, exp != -1\n", data->out__rq_cpu); in test_basic()64 CHECK(this_rq_cpu != data->out__rq_cpu, "this_rq_cpu", in test_basic()65 "got %u, exp %u\n", this_rq_cpu, data->out__rq_cpu); in test_basic()
11 __u32 out__rq_cpu = -1; /* percpu struct fields */ variable37 out__rq_cpu = rq->cpu; in handler()
Completed in 4 milliseconds