Home
last modified time | relevance | path

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

/linux-5.19.10/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.c777 spin_lock_bh(&xs->map_list_lock); in xsk_get_map_list_entry()
785 spin_unlock_bh(&xs->map_list_lock); in xsk_get_map_list_entry()
1437 spin_lock_init(&xs->map_list_lock); in xsk_create()
/linux-5.19.10/include/net/
Dxdp_sock.h71 spinlock_t map_list_lock; member