Searched defs:cpu_cores (Results 1 - 1 of 1) sorted by relevance
| /kernel/linux/linux-5.10/samples/bpf/ | ||
| H A D | xsk_fwd.c | 665 cpu_set_t cpu_cores; in thread_func() local 670 pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpu_cores); in thread_func() local |
Completed in 3 milliseconds