Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcpumap.c65 struct xdp_bulk_queue __percpu *bulkq; member
448 rcpu->bulkq = bpf_map_alloc_percpu(map, sizeof(*rcpu->bulkq), in __cpu_map_entry_alloc()
450 if (!rcpu->bulkq) in __cpu_map_entry_alloc()
454 bq = per_cpu_ptr(rcpu->bulkq, i); in __cpu_map_entry_alloc()
511 free_percpu(rcpu->bulkq); in __cpu_map_entry_alloc()
541 free_percpu(rcpu->bulkq); in __cpu_map_entry_free()
764 local_lock_nested_bh(&rcpu->bulkq->bq_lock); in bq_enqueue()
765 bq = this_cpu_ptr(rcpu->bulkq); in bq_enqueue()
787 local_unlock_nested_bh(&rcpu->bulkq->bq_lock); in bq_enqueue()
824 local_lock_nested_bh(&bq->obj->bulkq->bq_lock); in __cpu_map_flush()
[all …]