Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcpumap.c57 struct xdp_bulk_queue __percpu *bulkq; member
430 rcpu->bulkq = __alloc_percpu_gfp(sizeof(*rcpu->bulkq), in __cpu_map_entry_alloc()
432 if (!rcpu->bulkq) in __cpu_map_entry_alloc()
436 bq = per_cpu_ptr(rcpu->bulkq, i); in __cpu_map_entry_alloc()
479 free_percpu(rcpu->bulkq); in __cpu_map_entry_alloc()
496 free_percpu(rcpu->bulkq); in __cpu_map_entry_free()
710 struct xdp_bulk_queue *bq = this_cpu_ptr(rcpu->bulkq); in bq_enqueue()