Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_crtc.c41 spinlock_t lm_lock; /* protect REG_MDP5_LM_* registers */ member
201 spin_lock_irqsave(&mdp5_crtc->lm_lock, flags); in blend_setup()
236 spin_unlock_irqrestore(&mdp5_crtc->lm_lock, flags); in blend_setup()
260 spin_lock_irqsave(&mdp5_crtc->lm_lock, flags); in mdp5_crtc_mode_set_nofb()
264 spin_unlock_irqrestore(&mdp5_crtc->lm_lock, flags); in mdp5_crtc_mode_set_nofb()
668 spin_lock_init(&mdp5_crtc->lm_lock); in mdp5_crtc_init()
/linux-4.1.27/fs/gfs2/
Dglock.h131 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state, member
Dglock.c536 if (sdp->sd_lockstruct.ls_ops->lm_lock) { in do_xmote()
538 ret = sdp->sd_lockstruct.ls_ops->lm_lock(gl, target, lck_flags); in do_xmote()
Dlock_dlm.c1332 .lm_lock = gdlm_lock,