OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CONVTCK
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/gen/
times.c
55
#define
CONVTCK
(r) \
83
tp->tms_utime =
CONVTCK
(ru.ru_utime);
84
tp->tms_stime =
CONVTCK
(ru.ru_stime);
87
tp->tms_cutime =
CONVTCK
(ru.ru_utime);
88
tp->tms_cstime =
CONVTCK
(ru.ru_stime);
91
return ((clock_t)(
CONVTCK
(t)));
/src/sys/compat/linux32/common/
linux32_time.c
153
#define
CONVTCK
(r) (r.tv_sec * hz + r.tv_usec / (1000000 / hz))
173
ltms32.ltms32_utime =
CONVTCK
(ru.ru_utime);
174
ltms32.ltms32_stime =
CONVTCK
(ru.ru_stime);
175
ltms32.ltms32_cutime =
CONVTCK
(p->p_stats->p_cru.ru_utime);
176
ltms32.ltms32_cstime =
CONVTCK
(p->p_stats->p_cru.ru_stime);
186
retval[0] = ((linux32_clock_t)(
CONVTCK
(t)));
190
#undef
CONVTCK
/src/sys/compat/linux/common/
linux_misc.c
702
#define
CONVTCK
(r) (r.tv_sec * hz + r.tv_usec / (1000000 / hz))
722
ltms.ltms_utime =
CONVTCK
(ru.ru_utime);
723
ltms.ltms_stime =
CONVTCK
(ru.ru_stime);
724
ltms.ltms_cutime =
CONVTCK
(p->p_stats->p_cru.ru_utime);
725
ltms.ltms_cstime =
CONVTCK
(p->p_stats->p_cru.ru_stime);
734
retval[0] = ((linux_clock_t)(
CONVTCK
(t)));
738
#undef
CONVTCK
Completed in 41 milliseconds
Indexes created Sun Sep 21 16:09:51 GMT 2025