OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ts_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libperfuse/
debug.c
190
struct timespec
ts_max
[FUSE_OPCODE_MAX];
local
205
(void)memset(&
ts_max
, 0, sizeof(
ts_max
));
240
if (timespeccmp(&ts, &
ts_max
[pt->pt_opcode], >))
241
ts_max
[pt->pt_opcode] = ts;
267
(long long)
ts_max
[i].tv_sec,
ts_max
[i].tv_nsec);
debug.c
190
struct timespec
ts_max
[FUSE_OPCODE_MAX];
local
205
(void)memset(&
ts_max
, 0, sizeof(
ts_max
));
240
if (timespeccmp(&ts, &
ts_max
[pt->pt_opcode], >))
241
ts_max
[pt->pt_opcode] = ts;
267
(long long)
ts_max
[i].tv_sec,
ts_max
[i].tv_nsec);
Completed in 27 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026