Lines Matching defs:cpu
1343 /* If set, run the test on the cpu specified by bpf_attr.test.cpu */
1524 __u32 cpu;
2327 * generating a variety of graphs (such as flame graphs or off-cpu
4802 * void *bpf_per_cpu_ptr(const void *percpu_ptr, u32 cpu)
4805 * pointer to the percpu kernel variable on *cpu*. A ksym is an
4809 * The returned pointer points to the global percpu var on *cpu*.
4813 * happens if *cpu* is larger than nr_cpu_ids. The caller of
4816 * A pointer pointing to the kernel percpu variable on *cpu*, or
4817 * NULL, if *cpu* is invalid.
4822 * pointer to the percpu kernel variable on this cpu. See the
4829 * A pointer pointing to the kernel percpu variable on this cpu.
5014 * For per_cpu maps, the map_value is the value on the cpu where the
5102 * configured callback will be invoked in soft irq context on some cpu
5104 * In such case the next invocation can migrate to a different cpu.
5418 * void *bpf_map_lookup_percpu_elem(struct bpf_map *map, const void *key, u32 cpu)
5421 * *key* on *cpu*.
5423 * Map value associated to *key* on *cpu*, or **NULL** if no entry
5424 * was found or *cpu* is invalid.