Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/spufs/
Dsched.c1040 unsigned long long curtime; in spuctx_switch_state() local
1046 curtime = ktime_get_ns(); in spuctx_switch_state()
1047 delta = curtime - ctx->stats.tstamp; in spuctx_switch_state()
1055 ctx->stats.tstamp = curtime; in spuctx_switch_state()
1064 spu->stats.tstamp = curtime; in spuctx_switch_state()