Searched defs:cpu (Results 1 – 9 of 9) sorted by relevance
82 static void test_hash_prealloc(int cpu) in test_hash_prealloc()203 static void test_lru_hash_prealloc(int cpu) in test_lru_hash_prealloc()213 static void test_inner_lru_hash_prealloc(int cpu) in test_inner_lru_hash_prealloc()218 static void test_lru_hash_lookup(int cpu) in test_lru_hash_lookup()223 static void test_percpu_hash_prealloc(int cpu) in test_percpu_hash_prealloc()235 static void test_hash_kmalloc(int cpu) in test_hash_kmalloc()247 static void test_percpu_hash_kmalloc(int cpu) in test_percpu_hash_kmalloc()259 static void test_lpm_kmalloc(int cpu) in test_lpm_kmalloc()271 static void test_hash_lookup(int cpu) in test_hash_lookup()283 static void test_array_lookup(int cpu) in test_array_lookup()[all …]
31 int cpu = bpf_get_smp_processor_id(); in bpf_prog1() local75 int key, cpu; in bpf_prog2() local
68 u32 cpu = bpf_get_smp_processor_id(); in xdp_redirect_collect_stat() local131 u32 cpu = bpf_get_smp_processor_id(); in BPF_PROG() local160 u32 cpu; in BPF_PROG() local184 u32 cpu = bpf_get_smp_processor_id(); in BPF_PROG() local211 u32 cpu; in BPF_PROG() local
107 u32 key, cpu, pstate_idx; in bpf_prog1() local215 u32 key, cpu, pstate_idx; in bpf_prog2() local
44 u32 cpu = bpf_get_smp_processor_id(); in bpf_prog1() local
22 static void print_bpf_output(void *ctx, int cpu, void *data, __u32 size) in print_bpf_output()
25 static void check_on_cpu(int cpu, struct perf_event_attr *attr) in check_on_cpu()
216 int cpu = bpf_get_smp_processor_id(); in BPF_KSYSCALL() local
93 struct datarec *cpu; member
Completed in 15 milliseconds