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.c1731 mutex_init(&ns->bind_lock); in mctp_routes_net_init()
/linux/net/packet/
H A Daf_packet.c352 lockdep_assert_held_once(&pkt_sk(sk)->bind_lock); in register_prot_hook()
366 lockdep_assert_held_once(&po->bind_lock); in __unregister_prot_hook()
378 spin_unlock(&po->bind_lock); in __unregister_prot_hook()
380 spin_lock(&po->bind_lock); in __unregister_prot_hook()
1780 spin_lock(&po->bind_lock); in fanout_add()
1800 spin_unlock(&po->bind_lock); in fanout_add()
3136 spin_lock(&po->bind_lock); in packet_release()
3144 spin_unlock(&po->bind_lock); in packet_release()
3198 spin_lock(&po->bind_lock); in packet_do_bind()
3273 spin_unlock(&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()