Home
last modified time | relevance | path

Searched refs:ns_to_timespec (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dtime.c394 struct timespec ns_to_timespec(const s64 nsec) in ns_to_timespec() function
411 EXPORT_SYMBOL(ns_to_timespec);
421 struct timespec ts = ns_to_timespec(nsec); in ns_to_timeval()
Dposix-cpu-timers.c69 *tp = ns_to_timespec(cpu.sched); in sample_to_timespec()