Searched refs:nsecs (Results 1 - 4 of 4) sorted by relevance

/include/asm-generic/
H A Ddelay.h9 extern void __ndelay(unsigned long nsecs);
/include/linux/spi/
H A Dspi_bitbang.h35 unsigned nsecs,
/include/linux/
H A Dktime.h77 * @nsecs: nanoseconds to set
81 static inline ktime_t ktime_set(const long secs, const unsigned long nsecs) argument
87 return (ktime_t) { .tv64 = (s64)secs * NSEC_PER_SEC + (s64)nsecs };
151 static inline ktime_t ktime_set(const long secs, const unsigned long nsecs) argument
153 return (ktime_t) { .tv = { .sec = secs, .nsec = nsecs } };
/include/xen/interface/
H A Dplatform.h35 * Set clock such that it would read <secs,nsecs> after 00:00:00 UTC,
42 uint32_t nsecs; member in struct:xenpf_settime

Completed in 956 milliseconds