Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_crtc.c27 spinlock_t lm_lock; /* protect REG_MDP5_LM_* registers */ member
237 spin_lock_irqsave(&mdp5_crtc->lm_lock, flags); in blend_setup()
359 spin_unlock_irqrestore(&mdp5_crtc->lm_lock, flags); in blend_setup()
385 spin_lock_irqsave(&mdp5_crtc->lm_lock, flags); in mdp5_crtc_mode_set_nofb()
408 spin_unlock_irqrestore(&mdp5_crtc->lm_lock, flags); in mdp5_crtc_mode_set_nofb()
1222 spin_lock_init(&mdp5_crtc->lm_lock); in mdp5_crtc_init()
/Linux-v5.4/fs/gfs2/
Dglock.h129 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state, member
Dglock.c578 if (sdp->sd_lockstruct.ls_ops->lm_lock) { in do_xmote()
580 ret = sdp->sd_lockstruct.ls_ops->lm_lock(gl, target, lck_flags); in do_xmote()
Dlock_dlm.c1344 .lm_lock = gdlm_lock,