Lines Matching full:variable
30 * On 64-bit CPUs a single 64-bit variable is used to store the hrtimers
75 * ktime_set - Set a ktime_t variable from a seconds/nanoseconds value
99 * Add a ktime_t variable and a scalar nanosecond value.
106 * Subtract a scalar nanosecod from a ktime_t variable
150 /* Set a ktime_t variable to a value in sec/nsec representation: */
201 * ktime_add_ns - Add a scalar nanoseconds value to a ktime_t variable
210 * ktime_sub_ns - Subtract a scalar nanoseconds value from a ktime_t variable
220 * @ts: the timespec variable to convert
222 * Returns a ktime_t variable with the converted timespec value
232 * @tv: the timeval variable to convert
234 * Returns a ktime_t variable with the converted timeval value
243 * ktime_to_timespec - convert a ktime_t variable to timespec format
244 * @kt: the ktime_t variable to convert
255 * ktime_to_timeval - convert a ktime_t variable to timeval format
256 * @kt: the ktime_t variable to convert
268 * ktime_to_ns - convert a ktime_t variable to scalar nanoseconds
269 * @kt: the ktime_t variable to convert