Home
last modified time | relevance | path

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

/kernel/time/
Dtime.c460 struct timespec ns_to_timespec(const s64 nsec) in ns_to_timespec() function
477 EXPORT_SYMBOL(ns_to_timespec);
487 struct timespec ts = ns_to_timespec(nsec); in ns_to_timeval()