Searched defs:bpf_cpu_map_entry (Results 1 – 2 of 2) sorted by relevance
36734 struct bpf_cpu_map_entry { struct36735 u32 cpu;36736 int map_id;36737 struct xdp_bulk_queue __attribute__((btf_type_tag("percpu"))) *bulkq;36738 struct ptr_ring *queue;36739 struct task_struct *kthread;36740 struct bpf_cpumap_val value;36741 struct bpf_prog *prog;36742 struct completion kthread_running;36743 struct rcu_work free_work;
46398 struct bpf_cpu_map_entry { struct46399 u32 cpu;46400 int map_id;46401 struct xdp_bulk_queue __attribute__((btf_type_tag("percpu"))) *bulkq;46402 struct ptr_ring *queue;46403 struct task_struct *kthread;46404 struct bpf_cpumap_val value;46405 struct bpf_prog *prog;46406 struct completion kthread_running;46407 struct rcu_work free_work;