Home
last modified time | relevance | path

Searched refs:lck_flags (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/sep/
Dsep_driver.c254 unsigned long lck_flags; in sep_req_daemon_send_reply_command_handler() local
259 spin_lock_irqsave(&sep->snd_rply_lck, lck_flags); in sep_req_daemon_send_reply_command_handler()
267 spin_unlock_irqrestore(&sep->snd_rply_lck, lck_flags); in sep_req_daemon_send_reply_command_handler()
400 unsigned long lck_flags; in sep_request_daemon_poll() local
408 spin_lock_irqsave(&sep->snd_rply_lck, lck_flags); in sep_request_daemon_poll()
411 spin_unlock_irqrestore(&sep->snd_rply_lck, lck_flags); in sep_request_daemon_poll()
429 spin_unlock_irqrestore(&sep->snd_rply_lck, lck_flags); in sep_request_daemon_poll()
559 unsigned long lck_flags; in sep_poll() local
595 spin_lock_irqsave(&sep->snd_rply_lck, lck_flags); in sep_poll()
598 spin_unlock_irqrestore(&sep->snd_rply_lck, lck_flags); in sep_poll()
[all …]
/linux-2.6.39/fs/gfs2/
Dglock.c524 unsigned int lck_flags = gh ? gh->gh_flags : 0; in do_xmote() local
527 lck_flags &= (LM_FLAG_TRY | LM_FLAG_TRY_1CB | LM_FLAG_NOEXP | in do_xmote()
547 !(lck_flags & (LM_FLAG_TRY | LM_FLAG_TRY_1CB))) in do_xmote()
548 lck_flags |= LM_FLAG_TRY_1CB; in do_xmote()
552 ret = sdp->sd_lockstruct.ls_ops->lm_lock(gl, target, lck_flags); in do_xmote()