Searched refs:switchtime (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dkern_synch.c472 runtime = new_switchtime - PCPU_GET(switchtime);
475 PCPU_SET(switchtime, new_switchtime);
H A Dkern_resource.c843 runtime = u - PCPU_GET(switchtime);
846 PCPU_SET(switchtime, u);
875 runtime = u - PCPU_GET(switchtime);
878 PCPU_SET(switchtime, u);
H A Dkern_time.c256 uint64_t runtime, curtime, switchtime; local
260 switchtime = PCPU_GET(switchtime);
264 runtime += curtime - switchtime;
H A Dkern_thread.c477 runtime = new_switchtime - PCPU_GET(switchtime);
480 PCPU_SET(switchtime, new_switchtime);
H A Dinit_main.c618 PCPU_SET(switchtime, cpu_ticks());
H A Dsched_4bsd.c1669 PCPU_SET(switchtime, cpu_ticks());
H A Dsched_ule.c2702 PCPU_SET(switchtime, cpu_ticks());
/freebsd-10.0-release/sys/x86/acpica/
H A Dacpi_wakeup.c256 PCPU_SET(switchtime, 0);
/freebsd-10.0-release/sys/amd64/amd64/
H A Dmp_machdep.c1473 PCPU_SET(switchtime, 0);
/freebsd-10.0-release/sys/i386/i386/
H A Dmp_machdep.c1532 PCPU_SET(switchtime, 0);

Completed in 202 milliseconds