Home
last modified time | relevance | path

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

/linux-6.1.9/net/xdp/
Dxskmap.c41 spin_lock_bh(&xs->map_list_lock); in xsk_map_sock_add()
43 spin_unlock_bh(&xs->map_list_lock); in xsk_map_sock_add()
51 spin_lock_bh(&xs->map_list_lock); in xsk_map_sock_delete()
58 spin_unlock_bh(&xs->map_list_lock); in xsk_map_sock_delete()
Dxsk.c780 spin_lock_bh(&xs->map_list_lock); in xsk_get_map_list_entry()
788 spin_unlock_bh(&xs->map_list_lock); in xsk_get_map_list_entry()
1440 spin_lock_init(&xs->map_list_lock); in xsk_create()
/linux-6.1.9/include/net/
Dxdp_sock.h71 spinlock_t map_list_lock; member