Home
last modified time | relevance | path

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

/Linux-v5.4/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()
895 spin_lock_init(&stm->mc_lock); in stm_register_device()
Dstm.h44 spinlock_t mc_lock; member
/Linux-v5.4/include/net/
Dif_inet6.h170 spinlock_t mc_lock; member
/Linux-v5.4/net/ipv6/
Dmcast.c759 spin_lock_bh(&idev->mc_lock); in mld_add_delrec()
762 spin_unlock_bh(&idev->mc_lock); in mld_add_delrec()
771 spin_lock_bh(&idev->mc_lock); in mld_del_delrec()
784 spin_unlock_bh(&idev->mc_lock); in mld_del_delrec()
808 spin_lock_bh(&idev->mc_lock); in mld_clear_delrec()
811 spin_unlock_bh(&idev->mc_lock); in mld_clear_delrec()
1915 spin_lock(&idev->mc_lock); in mld_send_cr()
1949 spin_unlock(&idev->mc_lock); in mld_send_cr()
2583 spin_lock_init(&idev->mc_lock); in ipv6_mc_init_dev()
/Linux-v5.4/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()
1865 mutex_init(&edac->mc_lock); in xgene_edac_probe()