Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcpumap.c56 local_lock_t bq_lock; member
456 local_lock_init(&bq->bq_lock); in __cpu_map_entry_alloc()
728 lockdep_assert_held(&bq->bq_lock); in bq_flush_to_queue()
764 local_lock_nested_bh(&rcpu->bulkq->bq_lock); 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()
826 local_unlock_nested_bh(&bq->obj->bulkq->bq_lock); in __cpu_map_flush()
H A Ddevmap.c64 local_lock_t bq_lock; member
386 lockdep_assert_held(&bq->bq_lock); in bq_xmit_all()
432 local_lock_nested_bh(&bq->dev->xdp_bulkq->bq_lock); in __dev_flush()
437 local_unlock_nested_bh(&bq->dev->xdp_bulkq->bq_lock); in __dev_flush()
468 local_lock_nested_bh(&dev->xdp_bulkq->bq_lock); in bq_enqueue()
491 local_unlock_nested_bh(&dev->xdp_bulkq->bq_lock); in bq_enqueue()
1147 local_lock_init(&bq->bq_lock); in dev_map_notification()