Home
last modified time | relevance | path

Searched refs:ns_to_timespec64 (Results 1 – 4 of 4) sorted by relevance

/kernel/time/
Ditimer.c72 value->it_value = ns_to_timespec64(val); in get_cpu_itimer()
73 value->it_interval = ns_to_timespec64(interval); in get_cpu_itimer()
195 ovalue->it_value = ns_to_timespec64(oval); in set_cpu_itimer()
196 ovalue->it_interval = ns_to_timespec64(ointerval); in set_cpu_itimer()
Dposix-cpu-timers.c371 *tp = ns_to_timespec64(t); in posix_cpu_clock_get()
701 old->it_value = ns_to_timespec64(old_expires); in posix_cpu_timer_set()
777 old->it_interval = ns_to_timespec64(old_incr); in posix_cpu_timer_set()
811 itp->it_value = ns_to_timespec64(expires - now); in posix_cpu_timer_get()
1618 t = ns_to_timespec64(restart_block->nanosleep.expires); in posix_cpu_nsleep_restart()
Dtime.c454 struct timespec64 ts = ns_to_timespec64(nsec); in ns_to_kernel_old_timeval()
506 struct timespec64 ns_to_timespec64(const s64 nsec) in ns_to_timespec64() function
526 EXPORT_SYMBOL(ns_to_timespec64);
Dtimekeeping.c1594 *boot_offset = ns_to_timespec64(local_clock()); in read_persistent_wall_and_boot_offset()
1795 ts_delta = ns_to_timespec64(nsec); in timekeeping_resume()