Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/stm/
Dcore.c198 lockdep_assert_held(&stm->mc_lock); in stm_output_claim()
215 lockdep_assert_held(&stm->mc_lock); in stm_output_disclaim()
306 spin_lock(&stm->mc_lock); in stm_output_assign()
325 spin_unlock(&stm->mc_lock); in stm_output_assign()
332 spin_lock(&stm->mc_lock); in stm_output_free()
337 spin_unlock(&stm->mc_lock); in stm_output_free()
714 spin_lock_init(&stm->mc_lock); in stm_register_device()
Dstm.h44 spinlock_t mc_lock; member
/Linux-v4.19/include/net/
Dif_inet6.h173 spinlock_t mc_lock; member
/Linux-v4.19/net/ipv6/
Dmcast.c763 spin_lock_bh(&idev->mc_lock); in mld_add_delrec()
766 spin_unlock_bh(&idev->mc_lock); in mld_add_delrec()
775 spin_lock_bh(&idev->mc_lock); in mld_del_delrec()
788 spin_unlock_bh(&idev->mc_lock); in mld_del_delrec()
811 spin_lock_bh(&idev->mc_lock); in mld_clear_delrec()
814 spin_unlock_bh(&idev->mc_lock); in mld_clear_delrec()
1916 spin_lock(&idev->mc_lock); in mld_send_cr()
1950 spin_unlock(&idev->mc_lock); in mld_send_cr()
2584 spin_lock_init(&idev->mc_lock); in ipv6_mc_init_dev()
/Linux-v4.19/drivers/edac/
Dxgene_edac.c73 struct mutex mc_lock; member
267 mutex_lock(&ctx->edac->mc_lock); in xgene_edac_mc_irq_ctl()
318 mutex_unlock(&ctx->edac->mc_lock); in xgene_edac_mc_irq_ctl()
1877 mutex_init(&edac->mc_lock); in xgene_edac_probe()