Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/netns/
Dmctp.h20 struct mutex bind_lock; member
/Linux-v6.1/net/mctp/
Daf_mctp.c557 mutex_lock(&net->mctp.bind_lock); in mctp_sk_hash()
559 mutex_unlock(&net->mctp.bind_lock); in mctp_sk_hash()
573 mutex_lock(&net->mctp.bind_lock); in mctp_sk_unhash()
575 mutex_unlock(&net->mctp.bind_lock); in mctp_sk_unhash()
Droute.c1367 mutex_init(&ns->bind_lock); in mctp_routes_net_init()
/Linux-v6.1/net/packet/
Dinternal.h117 spinlock_t bind_lock; member
Daf_packet.c355 lockdep_assert_held_once(&pkt_sk(sk)->bind_lock); in register_prot_hook()
369 lockdep_assert_held_once(&po->bind_lock); in __unregister_prot_hook()
381 spin_unlock(&po->bind_lock); in __unregister_prot_hook()
383 spin_lock(&po->bind_lock); in __unregister_prot_hook()
1784 spin_lock(&po->bind_lock); in fanout_add()
1803 spin_unlock(&po->bind_lock); in fanout_add()
3131 spin_lock(&po->bind_lock); in packet_release()
3139 spin_unlock(&po->bind_lock); in packet_release()
3194 spin_lock(&po->bind_lock); in packet_do_bind()
3266 spin_unlock(&po->bind_lock); in packet_do_bind()
[all …]
/Linux-v6.1/sound/pci/hda/
Dpatch_hdmi.c156 struct mutex bind_lock; /* for audio component binding */ member
2420 mutex_lock(&spec->bind_lock); in generic_hdmi_init()
2433 mutex_unlock(&spec->bind_lock); in generic_hdmi_init()
2549 mutex_init(&spec->bind_lock); in alloc_generic_hdmi()
2613 mutex_lock(&spec->bind_lock); in generic_acomp_notifier_set()
2623 mutex_unlock(&spec->bind_lock); in generic_acomp_notifier_set()