Searched refs:switchtime (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_synch.c | 527 runtime = new_switchtime - PCPU_GET(switchtime); in mi_switch() 530 PCPU_SET(switchtime, new_switchtime); in mi_switch()
|
| H A D | kern_clock.c | 710 runtime = new_switchtime - PCPU_GET(switchtime); in statclock() 713 PCPU_SET(switchtime, new_switchtime); in statclock()
|
| H A D | kern_time.c | 253 uint64_t runtime, curtime, switchtime; in kern_thread_cputime() local 257 switchtime = PCPU_GET(switchtime); in kern_thread_cputime() 261 runtime += curtime - switchtime; in kern_thread_cputime() 282 runtime += cpu_ticks() - PCPU_GET(switchtime); in kern_process_cputime()
|
| H A D | kern_resource.c | 835 runtime = u - PCPU_GET(switchtime); in calcru() 838 PCPU_SET(switchtime, u); in calcru() 867 runtime = u - PCPU_GET(switchtime); in rufetchtd() 870 PCPU_SET(switchtime, u); in rufetchtd()
|
| H A D | kern_thread.c | 934 runtime = new_switchtime - PCPU_GET(switchtime); in thread_exit() 937 PCPU_SET(switchtime, new_switchtime); in thread_exit()
|
| H A D | init_main.c | 661 PCPU_SET(switchtime, cpu_ticks()); in proc0_post()
|
| H A D | sched_4bsd.c | 1676 PCPU_SET(switchtime, cpu_ticks()); in sched_throw()
|
| H A D | sched_ule.c | 2906 PCPU_SET(switchtime, cpu_ticks()); in sched_throw()
|
| /f-stack/freebsd/x86/acpica/ |
| H A D | acpi_wakeup.c | 332 PCPU_SET(switchtime, 0); in acpi_wakeup_machdep()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mp_x86.c | 1586 PCPU_SET(switchtime, 0); in cpususpend_handler()
|