OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TICKS_TO_MSEC
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
timevar.cc
95
static double
ticks_to_msec
;
variable
96
#define
TICKS_TO_MSEC
(1 / (double)TICKS_PER_SECOND)
225
now->wall = times (&tms) *
ticks_to_msec
;
226
now->user = tms.tms_utime *
ticks_to_msec
;
227
now->sys = tms.tms_stime *
ticks_to_msec
;
274
ticks_to_msec
=
TICKS_TO_MSEC
;
/src/sys/netinet/
sctp_constants.h
455
#define
TICKS_TO_MSEC
(x) (((x) * 1000) / hz)
sctp_usrreq.c
1480
*tm =
TICKS_TO_MSEC
(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV]);
Completed in 18 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026