Searched refs:insert_test_cpu (Results 1 – 2 of 2) sorted by relevance
26 int insert_test_cpu = -1; /* Set to the cpu that performs the test */ variable115 last_insert_test_cpu = __sync_val_compare_and_swap(&insert_test_cpu, -1, cpu); in BPF_STRUCT_OPS()147 if (insert_test_cpu == cpu && dsq_peek_result2 == -1) { in BPF_STRUCT_OPS()185 insert_test_cpu = -1; in BPF_STRUCT_OPS_SLEEPABLE()
150 printf("DSQ insert test done on cpu: %d\n", skel->data->insert_test_cpu); in run()151 if (skel->data->insert_test_cpu != -1) in run()