Searched refs:lck_flags (Results 1 – 2 of 2) sorted by relevance
254 unsigned long lck_flags; in sep_req_daemon_send_reply_command_handler() local259 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() local408 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() local595 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 …]
524 unsigned int lck_flags = gh ? gh->gh_flags : 0; in do_xmote() local527 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()