OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btm
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/rpc.rstatd/
rstat_proc.c
184
struct timespec
btm
;
local in function:updatestat
219
len = sizeof(
btm
);
220
if (sysctl(mib, 2, &
btm
, &len, NULL, 0) < 0) {
224
stats_all.s3.boottime.tv_sec =
btm
.tv_sec;
225
stats_all.s3.boottime.tv_usec = (suseconds_t)(
btm
.tv_nsec / 1000L);
248
stats_all.s3.v_intr -= hz*(tm.tv_sec -
btm
.tv_sec) +
249
hz*(tm.tv_usec - (suseconds_t)(
btm
.tv_nsec / 1000))/1000000;
rstat_proc.c
184
struct timespec
btm
;
local in function:updatestat
219
len = sizeof(
btm
);
220
if (sysctl(mib, 2, &
btm
, &len, NULL, 0) < 0) {
224
stats_all.s3.boottime.tv_sec =
btm
.tv_sec;
225
stats_all.s3.boottime.tv_usec = (suseconds_t)(
btm
.tv_nsec / 1000L);
248
stats_all.s3.v_intr -= hz*(tm.tv_sec -
btm
.tv_sec) +
249
hz*(tm.tv_usec - (suseconds_t)(
btm
.tv_nsec / 1000))/1000000;
Completed in 34 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025