Home
last modified time | relevance | path

Searched refs:oldctx (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/m68k/include/asm/
Dtlbflush.h120 unsigned char ctx, oldctx; in flush_tlb_all() local
122 oldctx = sun3_get_context(); in flush_tlb_all()
130 sun3_put_context(oldctx); in flush_tlb_all()
146 unsigned char oldctx; in flush_tlb_mm() local
150 oldctx = sun3_get_context(); in flush_tlb_mm()
164 sun3_put_context(oldctx); in flush_tlb_mm()
173 unsigned char oldctx; in flush_tlb_page() local
176 oldctx = sun3_get_context(); in flush_tlb_page()
186 sun3_put_context(oldctx); in flush_tlb_page()
195 unsigned char seg, oldctx; in flush_tlb_range() local
[all …]
/linux-4.4.14/arch/m68k/sun3/
Dmmu_emu.c210 unsigned char oldctx; in clear_context() local
222 oldctx = sun3_get_context(); in clear_context()
235 sun3_put_context(oldctx); in clear_context()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c406 struct ptlrpc_cli_ctx *oldctx, in sptlrpc_req_ctx_switch() argument
420 oldctx, oldctx->cc_vcred.vc_uid, sec2target_str(oldctx->cc_sec), in sptlrpc_req_ctx_switch()
422 oldctx->cc_sec, oldctx->cc_sec->ps_policy->sp_name, in sptlrpc_req_ctx_switch()
438 req->rq_cli_ctx = oldctx; in sptlrpc_req_ctx_switch()
474 struct ptlrpc_cli_ctx *oldctx = req->rq_cli_ctx; in sptlrpc_req_replace_dead_ctx() local
478 LASSERT(oldctx); in sptlrpc_req_replace_dead_ctx()
480 sptlrpc_cli_ctx_get(oldctx); in sptlrpc_req_replace_dead_ctx()
488 req->rq_cli_ctx = oldctx; in sptlrpc_req_replace_dead_ctx()
495 if (unlikely(newctx == oldctx && in sptlrpc_req_replace_dead_ctx()
496 test_bit(PTLRPC_CTX_DEAD_BIT, &oldctx->cc_flags))) { in sptlrpc_req_replace_dead_ctx()
[all …]