Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcore.c116 fp->active = __alloc_percpu_gfp(sizeof(u8[BPF_NR_CONTEXTS]), 4, in bpf_prog_alloc_no_stats()
/linux/include/linux/
H A Dbpf.h1773 #define BPF_NR_CONTEXTS 4 /* normal, softirq, hardirq, NMI */ macro