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

/freebsd-10.0-release/sys/ia64/ia32/
H A Dia32_trap.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-10.0-release/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-10.0-release/sys/arm/arm/
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-10.0-release/sys/powerpc/aim/
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-10.0-release/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-10.0-release/sys/ia64/ia64/
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-10.0-release/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 Dsubr_trap.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-10.0-release/sys/i386/i386/
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-10.0-release/sys/amd64/amd64/
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.

Completed in 789 milliseconds