Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dcpumap.c62 struct xdp_bulk_queue __percpu *bulkq; member
405 rcpu->bulkq = bpf_map_alloc_percpu(map, sizeof(*rcpu->bulkq), in __cpu_map_entry_alloc()
407 if (!rcpu->bulkq) in __cpu_map_entry_alloc()
411 bq = per_cpu_ptr(rcpu->bulkq, i); in __cpu_map_entry_alloc()
460 free_percpu(rcpu->bulkq); in __cpu_map_entry_alloc()
489 free_percpu(rcpu->bulkq); in __cpu_map_entry_free()
708 struct xdp_bulk_queue *bq = this_cpu_ptr(rcpu->bulkq); in bq_enqueue()