Searched refs:switchtime (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/sys/kern/ |
| D | kern_synch.c | 457 runtime = new_switchtime - PCPU_GET(switchtime); in mi_switch() 460 PCPU_SET(switchtime, new_switchtime); in mi_switch()
|
| D | kern_resource.c | 860 runtime = u - PCPU_GET(switchtime); in calcru() 863 PCPU_SET(switchtime, u); in calcru() 892 runtime = u - PCPU_GET(switchtime); in rufetchtd() 895 PCPU_SET(switchtime, u); in rufetchtd()
|
| D | kern_time.c | 258 uint64_t runtime, curtime, switchtime; in get_thread_cputime() local 262 switchtime = PCPU_GET(switchtime); in get_thread_cputime() 266 runtime += curtime - switchtime; in get_thread_cputime()
|
| D | kern_thread.c | 482 runtime = new_switchtime - PCPU_GET(switchtime); in thread_exit() 485 PCPU_SET(switchtime, new_switchtime); in thread_exit()
|
| D | init_main.c | 633 PCPU_SET(switchtime, cpu_ticks()); in proc0_post()
|
| D | sched_4bsd.c | 1649 PCPU_SET(switchtime, cpu_ticks()); in sched_throw()
|
| D | sched_ule.c | 2708 PCPU_SET(switchtime, cpu_ticks()); in sched_throw()
|
| /freebsd-10-stable/sys/x86/acpica/ |
| D | acpi_wakeup.c | 271 PCPU_SET(switchtime, 0); in acpi_wakeup_machdep()
|
| /freebsd-10-stable/sys/i386/i386/ |
| D | mp_machdep.c | 1554 PCPU_SET(switchtime, 0); in cpususpend_handler()
|
| /freebsd-10-stable/sys/amd64/amd64/ |
| D | mp_machdep.c | 1514 PCPU_SET(switchtime, 0); in cpususpend_handler()
|