Home
last modified time | relevance | path

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

/linux/samples/bpf/
A Dxsk_fwd.c665 cpu_set_t cpu_cores; in thread_func() local
668 CPU_ZERO(&cpu_cores); in thread_func()
669 CPU_SET(t->cpu_core_id, &cpu_cores); in thread_func()
670 pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpu_cores); in thread_func()

Completed in 5 milliseconds