Home
last modified time | relevance | path

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

/external/bcc/examples/networking/xdp/
Dxdp_redirect_cpu.py26 max_cpu = cpu_count() variable
27 if (cpu_id > max_cpu):
69 """, cflags=["-w", "-D__MAX_CPU__=%u" % max_cpu], debug=0)