Home
last modified time | relevance | path

Searched refs:mc_lock (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/stm/
Dcore.c190 lockdep_assert_held(&stm->mc_lock); in stm_output_claim()
207 lockdep_assert_held(&stm->mc_lock); in stm_output_disclaim()
301 spin_lock(&stm->mc_lock); in stm_output_assign()
335 spin_unlock(&stm->mc_lock); in stm_output_assign()
342 spin_lock(&stm->mc_lock); in stm_output_free()
349 spin_unlock(&stm->mc_lock); in stm_output_free()
885 spin_lock_init(&stm->mc_lock); in stm_register_device()
Dstm.h44 spinlock_t mc_lock; member
/kernel/linux/linux-5.10/include/net/
Dif_inet6.h178 spinlock_t mc_lock; member
/kernel/linux/linux-5.10/net/ipv6/
Dmcast.c756 spin_lock_bh(&idev->mc_lock); in mld_add_delrec()
759 spin_unlock_bh(&idev->mc_lock); in mld_add_delrec()
768 spin_lock_bh(&idev->mc_lock); in mld_del_delrec()
781 spin_unlock_bh(&idev->mc_lock); in mld_del_delrec()
805 spin_lock_bh(&idev->mc_lock); in mld_clear_delrec()
808 spin_unlock_bh(&idev->mc_lock); in mld_clear_delrec()
1909 spin_lock(&idev->mc_lock); in mld_send_cr()
1943 spin_unlock(&idev->mc_lock); in mld_send_cr()
2577 spin_lock_init(&idev->mc_lock); in ipv6_mc_init_dev()
/kernel/linux/linux-5.10/drivers/edac/
Dxgene_edac.c61 struct mutex mc_lock; member
255 mutex_lock(&ctx->edac->mc_lock); in xgene_edac_mc_irq_ctl()
306 mutex_unlock(&ctx->edac->mc_lock); in xgene_edac_mc_irq_ctl()
1862 mutex_init(&edac->mc_lock); in xgene_edac_probe()