Home
last modified time | relevance | path

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

/linux/include/net/netns/
H A Dmctp.h26 struct mutex bind_lock; member
/linux/net/mctp/
H A Daf_mctp.c725 mutex_lock(&net->mctp.bind_lock); in mctp_sk_hash()
751 mutex_unlock(&net->mctp.bind_lock); in mctp_sk_hash()
764 mutex_lock(&net->mctp.bind_lock); in mctp_sk_unhash()
766 mutex_unlock(&net->mctp.bind_lock); in mctp_sk_unhash()
H A Droute.c1726 mutex_init(&ns->bind_lock);
/linux/net/packet/
H A Daf_packet.c353 lockdep_assert_held_once(&pkt_sk(sk)->bind_lock); in register_prot_hook()
358 * the po->bind_lock and do a synchronize_net to make sure no
367 lockdep_assert_held_once(&po->bind_lock); in __unregister_prot_hook()
379 spin_unlock(&po->bind_lock); in __unregister_prot_hook()
381 spin_lock(&po->bind_lock); in __unregister_prot_hook()
1781 spin_lock(&po->bind_lock); in fanout_add()
1801 spin_unlock(&po->bind_lock); in fanout_add()
3137 spin_lock(&po->bind_lock); in packet_release()
3146 spin_unlock(&po->bind_lock); in packet_release()
3200 spin_lock(&po->bind_lock); in packet_do_bind()
[all...]
/linux/sound/hda/codecs/hdmi/
H A Dhdmi_local.h124 struct mutex bind_lock; /* for audio component binding */ member
H A Dhdmi.c1997 guard(mutex)(&spec->bind_lock); in snd_hda_hdmi_generic_init()
2116 mutex_init(&spec->bind_lock); in snd_hda_hdmi_generic_alloc()
2180 guard(mutex)(&spec->bind_lock); in generic_acomp_notifier_set()