OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tv64
(Results
26 - 26
of
26
) sorted by null
1
2
/external/kernel-headers/original/linux/
ktime.h
39
* mathematical operations on the
tv64
member of the union too, which
47
s64
tv64
;
member in union:__anon7962
79
return (ktime_t){ .
tv64
= KTIME_MAX };
81
return (ktime_t) { .
tv64
= (s64)secs * NSEC_PER_SEC + (s64)nsecs };
86
({ (ktime_t){ .
tv64
= (lhs).
tv64
- (rhs).
tv64
}; })
90
({ (ktime_t){ .
tv64
= (lhs).
tv64
+ (rhs).
tv64
}; })
[
all
...]
Completed in 40 milliseconds
1
2