Searched hist:155455 (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/amd64/ia32/
H A Dia32_syscall.cdiff 155455 Wed Feb 08 06:09:17 MST 2006 phk Simplify system time accounting for profiling.

Rename struct thread's td_sticks to td_pticks, we will need the
other name for more appropriately named use shortly. Reduce it
from uint64_t to u_int.

Clear td_pticks whenever we enter the kernel instead of recording
its value as reference for userret(). Use the absolute value of
td->pticks in userret() and eliminate third argument.
/freebsd-11-stable/sys/arm/arm/
H A Dsyscall.cdiff 155455 Wed Feb 08 06:09:17 MST 2006 phk Simplify system time accounting for profiling.

Rename struct thread's td_sticks to td_pticks, we will need the
other name for more appropriately named use shortly. Reduce it
from uint64_t to u_int.

Clear td_pticks whenever we enter the kernel instead of recording
its value as reference for userret(). Use the absolute value of
td->pticks in userret() and eliminate third argument.
H A Dtrap-v4.cdiff 155455 Wed Feb 08 06:09:17 MST 2006 phk Simplify system time accounting for profiling.

Rename struct thread's td_sticks to td_pticks, we will need the
other name for more appropriately named use shortly. Reduce it
from uint64_t to u_int.

Clear td_pticks whenever we enter the kernel instead of recording
its value as reference for userret(). Use the absolute value of
td->pticks in userret() and eliminate third argument.
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dtrap.cdiff 155455 Wed Feb 08 06:09:17 MST 2006 phk Simplify system time accounting for profiling.

Rename struct thread's td_sticks to td_pticks, we will need the
other name for more appropriately named use shortly. Reduce it
from uint64_t to u_int.

Clear td_pticks whenever we enter the kernel instead of recording
its value as reference for userret(). Use the absolute value of
td->pticks in userret() and eliminate third argument.
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dtrap.cdiff 155455 Wed Feb 08 06:09:17 MST 2006 phk Simplify system time accounting for profiling.

Rename struct thread's td_sticks to td_pticks, we will need the
other name for more appropriately named use shortly. Reduce it
from uint64_t to u_int.

Clear td_pticks whenever we enter the kernel instead of recording
its value as reference for userret(). Use the absolute value of
td->pticks in userret() and eliminate third argument.
/freebsd-11-stable/sys/kern/
H A Dkern_clock.cdiff 155455 Wed Feb 08 06:09:17 MST 2006 phk Simplify system time accounting for profiling.

Rename struct thread's td_sticks to td_pticks, we will need the
other name for more appropriately named use shortly. Reduce it
from uint64_t to u_int.

Clear td_pticks whenever we enter the kernel instead of recording
its value as reference for userret(). Use the absolute value of
td->pticks in userret() and eliminate third argument.
H A Dsubr_syscall.cdiff 155455 Wed Feb 08 06:09:17 MST 2006 phk Simplify system time accounting for profiling.

Rename struct thread's td_sticks to td_pticks, we will need the
other name for more appropriately named use shortly. Reduce it
from uint64_t to u_int.

Clear td_pticks whenever we enter the kernel instead of recording
its value as reference for userret(). Use the absolute value of
td->pticks in userret() and eliminate third argument.
H A Dkern_fork.cdiff 155455 Wed Feb 08 06:09:17 MST 2006 phk Simplify system time accounting for profiling.

Rename struct thread's td_sticks to td_pticks, we will need the
other name for more appropriately named use shortly. Reduce it
from uint64_t to u_int.

Clear td_pticks whenever we enter the kernel instead of recording
its value as reference for userret(). Use the absolute value of
td->pticks in userret() and eliminate third argument.
/freebsd-11-stable/sys/sys/
H A Dproc.hdiff 155455 Wed Feb 08 06:09:17 MST 2006 phk Simplify system time accounting for profiling.

Rename struct thread's td_sticks to td_pticks, we will need the
other name for more appropriately named use shortly. Reduce it
from uint64_t to u_int.

Clear td_pticks whenever we enter the kernel instead of recording
its value as reference for userret(). Use the absolute value of
td->pticks in userret() and eliminate third argument.

Completed in 462 milliseconds