Searched refs:old_state (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/kvm/ |
D | book3s_hv_rm_xics.c | 249 union kvmppc_icp_state old_state, new_state; in icp_rm_try_to_deliver() local 253 old_state = new_state = READ_ONCE(icp->state); in icp_rm_try_to_deliver() 279 } while (!icp_rm_try_update(icp, old_state, new_state)); in icp_rm_try_to_deliver() 419 union kvmppc_icp_state old_state, new_state; in icp_rm_down_cppr() local 452 old_state = new_state = READ_ONCE(icp->state); in icp_rm_down_cppr() 476 } while (!icp_rm_try_update(icp, old_state, new_state)); in icp_rm_down_cppr() 492 union kvmppc_icp_state old_state, new_state; in xics_rm_h_xirr() local 511 old_state = new_state = READ_ONCE(icp->state); in xics_rm_h_xirr() 513 xirr = old_state.xisr | (((u32)old_state.cppr) << 24); in xics_rm_h_xirr() 514 if (!old_state.xisr) in xics_rm_h_xirr() [all …]
|
D | book3s_xics.c | 339 union kvmppc_icp_state old_state, new_state; in icp_try_to_deliver() local 346 old_state = new_state = READ_ONCE(icp->state); in icp_try_to_deliver() 372 } while (!icp_try_update(icp, old_state, new_state, false)); in icp_try_to_deliver() 516 union kvmppc_icp_state old_state, new_state; in icp_down_cppr() local 549 old_state = new_state = READ_ONCE(icp->state); in icp_down_cppr() 575 } while (!icp_try_update(icp, old_state, new_state, true)); in icp_down_cppr() 588 union kvmppc_icp_state old_state, new_state; in kvmppc_h_xirr() local 603 old_state = new_state = READ_ONCE(icp->state); in kvmppc_h_xirr() 605 xirr = old_state.xisr | (((u32)old_state.cppr) << 24); in kvmppc_h_xirr() 606 if (!old_state.xisr) in kvmppc_h_xirr() [all …]
|
/arch/mips/alchemy/common/ |
D | platform.c | 32 unsigned int old_state) in alchemy_8250_pm() argument 38 serial8250_do_pm(port, state, old_state); in alchemy_8250_pm() 41 serial8250_do_pm(port, state, old_state); in alchemy_8250_pm() 45 serial8250_do_pm(port, state, old_state); in alchemy_8250_pm()
|
/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 1031 enum spu_utilization_state old_state; in spuctx_switch_state() local 1041 old_state = ctx->stats.util_state; in spuctx_switch_state() 1049 ctx->stats.times[old_state] += delta; in spuctx_switch_state() 1050 spu->stats.times[old_state] += delta; in spuctx_switch_state() 1054 if (old_state == SPU_UTIL_USER) in spuctx_switch_state()
|
/arch/ia64/kernel/ |
D | perfmon.c | 4606 int state, old_state; in pfm_check_task_state() local 4684 old_state = state; in pfm_check_task_state() 4695 if (ctx->ctx_state != old_state) { in pfm_check_task_state() 4696 DPRINT(("old_state=%d new_state=%d\n", old_state, ctx->ctx_state)); in pfm_check_task_state()
|