Home | History | Annotate | Download | only in linux

Lines Matching full:variable

30  * On 64-bit CPUs a single 64-bit variable is used to store the hrtimers
69 * ktime_set - Set a ktime_t variable from a seconds/nanoseconds value
93 * Add a ktime_t variable and a scalar nanosecond value.
137 /* Set a ktime_t variable to a value in sec/nsec representation: */
188 * ktime_add_ns - Add a scalar nanoseconds value to a ktime_t variable
198 * @ts: the timespec variable to convert
200 * Returns a ktime_t variable with the converted timespec value
210 * @tv: the timeval variable to convert
212 * Returns a ktime_t variable with the converted timeval value
221 * ktime_to_timespec - convert a ktime_t variable to timespec format
222 * @kt: the ktime_t variable to convert
233 * ktime_to_timeval - convert a ktime_t variable to timeval format
234 * @kt: the ktime_t variable to convert
246 * ktime_to_ns - convert a ktime_t variable to scalar nanoseconds
247 * @kt: the ktime_t variable to convert