Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_synch.c515 runtime = new_switchtime - PCPU_GET(switchtime); in mi_switch()
518 PCPU_SET(switchtime, new_switchtime); in mi_switch()
H A Dkern_time.c255 uint64_t runtime, curtime, switchtime; in kern_thread_cputime() local
259 switchtime = PCPU_GET(switchtime); in kern_thread_cputime()
263 runtime += curtime - switchtime; in kern_thread_cputime()
284 runtime += cpu_ticks() - PCPU_GET(switchtime); in kern_process_cputime()
H A Dkern_clock.c755 runtime = new_switchtime - PCPU_GET(switchtime); in statclock()
758 PCPU_SET(switchtime, new_switchtime); in statclock()
H A Dkern_resource.c956 runtime = u - PCPU_GET(switchtime); in calcru()
959 PCPU_SET(switchtime, u); in calcru()
988 runtime = u - PCPU_GET(switchtime); in rufetchtd()
991 PCPU_SET(switchtime, u); in rufetchtd()
H A Dkern_thread.c1021 runtime = new_switchtime - PCPU_GET(switchtime); in thread_exit()
1024 PCPU_SET(switchtime, new_switchtime); in thread_exit()
H A Dinit_main.c681 PCPU_SET(switchtime, cpu_ticks()); in proc0_post()
H A Dsched_4bsd.c1743 PCPU_SET(switchtime, cpu_ticks()); in sched_ap_entry()
H A Dsched_ule.c3261 PCPU_SET(switchtime, cpu_ticks()); in sched_ap_entry()
/freebsd/sys/i386/acpica/
H A Dacpi_wakeup.c286 PCPU_SET(switchtime, 0); in acpi_wakeup_machdep()
/freebsd/sys/amd64/acpica/
H A Dacpi_wakeup.c264 PCPU_SET(switchtime, 0); in acpi_wakeup_machdep()
/freebsd/sys/x86/x86/
H A Dmp_x86.c1662 PCPU_SET(switchtime, 0); in cpususpend_handler()