Home
last modified time | relevance | path

Searched refs:lm_lock (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_crtc.c31 spinlock_t lm_lock; /* protect REG_MDP5_LM_* registers */ member
235 spin_lock_irqsave(&mdp5_crtc->lm_lock, flags); in blend_setup()
358 spin_unlock_irqrestore(&mdp5_crtc->lm_lock, flags); in blend_setup()
384 spin_lock_irqsave(&mdp5_crtc->lm_lock, flags); in mdp5_crtc_mode_set_nofb()
407 spin_unlock_irqrestore(&mdp5_crtc->lm_lock, flags); in mdp5_crtc_mode_set_nofb()
1340 spin_lock_init(&mdp5_crtc->lm_lock); in mdp5_crtc_init()
/linux/fs/gfs2/
H A Dutil.c173 if (sdp->sd_lockstruct.ls_ops->lm_lock == NULL) { /* lock_nolock */ in signal_our_withdraw()
H A Dglock.c809 if (ls->ls_ops->lm_lock) { in do_xmote()
811 ret = ls->ls_ops->lm_lock(gl, target, lck_flags); in do_xmote()