HomeSort by: relevance | last modified time | path
    Searched defs:lasttb (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/powerpc/ibm4xx/
clock.c 63 static volatile u_long lasttb, lasttb2; variable in typeref:typename:volatile u_long
155 * lasttb is used during microtime. Set it to the virtual
158 lasttb = lasttb2;
186 lasttb2 = lasttb = mftbl();

Completed in 34 milliseconds