Home
last modified time | relevance | path

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

/Linux-v5.10/net/packet/
Dinternal.h116 spinlock_t bind_lock; member
Daf_packet.c317 lockdep_assert_held_once(&pkt_sk(sk)->bind_lock); in register_prot_hook()
331 lockdep_assert_held_once(&po->bind_lock); in __unregister_prot_hook()
343 spin_unlock(&po->bind_lock); in __unregister_prot_hook()
345 spin_lock(&po->bind_lock); in __unregister_prot_hook()
1727 spin_lock(&po->bind_lock); in fanout_add()
1743 spin_unlock(&po->bind_lock); in fanout_add()
3047 spin_lock(&po->bind_lock); in packet_release()
3055 spin_unlock(&po->bind_lock); in packet_release()
3112 spin_lock(&po->bind_lock); in packet_do_bind()
3188 spin_unlock(&po->bind_lock); in packet_do_bind()
[all …]
/Linux-v5.10/sound/pci/hda/
Dpatch_hdmi.c144 struct mutex bind_lock; /* for audio component binding */ member
2332 mutex_lock(&spec->bind_lock); in generic_hdmi_init()
2345 mutex_unlock(&spec->bind_lock); in generic_hdmi_init()
2452 mutex_init(&spec->bind_lock); in alloc_generic_hdmi()
2516 mutex_lock(&spec->bind_lock); in generic_acomp_notifier_set()
2526 mutex_unlock(&spec->bind_lock); in generic_acomp_notifier_set()