Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_crtc.c35 spinlock_t lm_lock; /* protect REG_MDP5_LM_* registers */ member
245 spin_lock_irqsave(&mdp5_crtc->lm_lock, flags); in blend_setup()
367 spin_unlock_irqrestore(&mdp5_crtc->lm_lock, flags); in blend_setup()
400 spin_lock_irqsave(&mdp5_crtc->lm_lock, flags); in mdp5_crtc_mode_set_nofb()
423 spin_unlock_irqrestore(&mdp5_crtc->lm_lock, flags); in mdp5_crtc_mode_set_nofb()
1228 spin_lock_init(&mdp5_crtc->lm_lock); in mdp5_crtc_init()
/Linux-v4.19/fs/gfs2/
Dglock.h132 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state, member
Dglock.c570 if (sdp->sd_lockstruct.ls_ops->lm_lock) { in do_xmote()
572 ret = sdp->sd_lockstruct.ls_ops->lm_lock(gl, target, lck_flags); in do_xmote()
Dlock_dlm.c1346 .lm_lock = gdlm_lock,