Home
last modified time | relevance | path

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

/Linux-v5.15/net/mctp/
Daf_mctp.c243 mutex_lock(&net->mctp.bind_lock); in mctp_sk_hash()
245 mutex_unlock(&net->mctp.bind_lock); in mctp_sk_hash()
259 mutex_lock(&net->mctp.bind_lock); in mctp_sk_unhash()
261 mutex_unlock(&net->mctp.bind_lock); in mctp_sk_unhash()
Droute.c1075 mutex_init(&ns->bind_lock); in mctp_routes_net_init()
/Linux-v5.15/include/net/netns/
Dmctp.h19 struct mutex bind_lock; member
/Linux-v5.15/net/packet/
Dinternal.h117 spinlock_t bind_lock; member
Daf_packet.c319 lockdep_assert_held_once(&pkt_sk(sk)->bind_lock); in register_prot_hook()
333 lockdep_assert_held_once(&po->bind_lock); in __unregister_prot_hook()
345 spin_unlock(&po->bind_lock); in __unregister_prot_hook()
347 spin_lock(&po->bind_lock); in __unregister_prot_hook()
1747 spin_lock(&po->bind_lock); in fanout_add()
1763 spin_unlock(&po->bind_lock); in fanout_add()
3074 spin_lock(&po->bind_lock); in packet_release()
3082 spin_unlock(&po->bind_lock); in packet_release()
3139 spin_lock(&po->bind_lock); in packet_do_bind()
3213 spin_unlock(&po->bind_lock); in packet_do_bind()
[all …]
/Linux-v5.15/sound/pci/hda/
Dpatch_hdmi.c149 struct mutex bind_lock; /* for audio component binding */ member
2415 mutex_lock(&spec->bind_lock); in generic_hdmi_init()
2428 mutex_unlock(&spec->bind_lock); in generic_hdmi_init()
2548 mutex_init(&spec->bind_lock); in alloc_generic_hdmi()
2612 mutex_lock(&spec->bind_lock); in generic_acomp_notifier_set()
2622 mutex_unlock(&spec->bind_lock); in generic_acomp_notifier_set()