/linux-3.3/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | Util.py | 22 def nsecs(secs, nsecs): function 25 def nsecs_secs(nsecs): argument 28 def nsecs_nsecs(nsecs): argument 31 def nsecs_str(nsecs): argument
|
/linux-3.3/drivers/spi/ |
D | spi-gpio.c | 129 #define spidelay(nsecs) do {} while (0) argument 148 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode0() 154 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode1() 160 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode2() 166 unsigned nsecs, u32 word, u8 bits) in spi_gpio_txrx_word_mode3() 182 unsigned nsecs, u32 word, u8 bits) in spi_gpio_spec_txrx_word_mode0() 189 unsigned nsecs, u32 word, u8 bits) in spi_gpio_spec_txrx_word_mode1() 196 unsigned nsecs, u32 word, u8 bits) in spi_gpio_spec_txrx_word_mode2() 203 unsigned nsecs, u32 word, u8 bits) in spi_gpio_spec_txrx_word_mode3()
|
D | spi-bitbang.c | 53 unsigned nsecs; /* (clock cycle time)/2 */ member 67 unsigned nsecs, in bitbang_txrx_8() 93 unsigned nsecs, in bitbang_txrx_16() 119 unsigned nsecs, in bitbang_txrx_32() 240 unsigned nsecs = cs->nsecs; in spi_bitbang_bufs() local 269 unsigned nsecs; in bitbang_work() local
|
D | spi-bitbang-txrx.h | 47 unsigned nsecs, unsigned cpol, unsigned flags, in bitbang_txrx_be_cpha0() 74 unsigned nsecs, unsigned cpol, unsigned flags, in bitbang_txrx_be_cpha1()
|
D | spi-sh-sci.c | 85 unsigned nsecs, u32 word, u8 bits) in sh_sci_spi_txrx_mode0() 91 unsigned nsecs, u32 word, u8 bits) in sh_sci_spi_txrx_mode1() 97 unsigned nsecs, u32 word, u8 bits) in sh_sci_spi_txrx_mode2() 103 unsigned nsecs, u32 word, u8 bits) in sh_sci_spi_txrx_mode3()
|
/linux-3.3/arch/um/os-Linux/ |
D | time.c | 93 static unsigned long long sleep_time(unsigned long long nsecs) in sleep_time() 124 static unsigned long long sleep_time(unsigned long long nsecs) in sleep_time() 167 void idle_sleep(unsigned long long nsecs) in idle_sleep()
|
/linux-3.3/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
D | Util.pm | 32 sub nsecs subroutine
|
/linux-3.3/arch/m32r/lib/ |
D | delay.c | 121 void __ndelay(unsigned long nsecs) in __ndelay()
|
/linux-3.3/arch/tile/lib/ |
D | delay.c | 30 void __ndelay(unsigned long nsecs) in __ndelay()
|
/linux-3.3/arch/sh/lib/ |
D | delay.c | 49 void __ndelay(unsigned long nsecs) in __ndelay()
|
/linux-3.3/kernel/time/ |
D | timekeeping.c | 220 s64 nsecs; in getnstimeofday() local 243 s64 secs, nsecs; in ktime_get() local 276 s64 nsecs; in ktime_get_ts() local 490 s64 nsecs; in getrawmonotonic() local 1099 s64 nsecs; in get_monotonic_boottime() local
|
/linux-3.3/arch/sh/lib64/ |
D | udelay.c | 46 void __ndelay(unsigned long nsecs) in __ndelay()
|
/linux-3.3/arch/x86/um/ |
D | delay.c | 56 void __ndelay(unsigned long nsecs) in __ndelay()
|
/linux-3.3/arch/alpha/lib/ |
D | udelay.c | 49 ndelay(unsigned long nsecs) in ndelay()
|
/linux-3.3/arch/blackfin/include/asm/ |
D | delay.h | 44 static inline void ndelay(unsigned long nsecs) in ndelay()
|
/linux-3.3/arch/openrisc/lib/ |
D | delay.c | 56 void __ndelay(unsigned long nsecs) in __ndelay()
|
/linux-3.3/arch/avr32/lib/ |
D | delay.c | 54 void __ndelay(unsigned long nsecs) in __ndelay()
|
/linux-3.3/arch/arm/plat-omap/ |
D | counter_32k.c | 56 unsigned long long nsecs; in read_persistent_clock() local
|
/linux-3.3/arch/x86/lib/ |
D | delay.c | 136 void __ndelay(unsigned long nsecs) in __ndelay()
|
/linux-3.3/arch/s390/lib/ |
D | delay.c | 122 void __ndelay(unsigned long long nsecs) in __ndelay()
|
/linux-3.3/include/linux/ |
D | ktime.h | 81 static inline ktime_t ktime_set(const long secs, const unsigned long nsecs) in ktime_set() 151 static inline ktime_t ktime_set(const long secs, const unsigned long nsecs) in ktime_set()
|
/linux-3.3/arch/um/kernel/ |
D | time.c | 105 long long nsecs = os_nsecs(); in read_persistent_clock() local
|
/linux-3.3/tools/perf/scripts/python/ |
D | check-perf-trace.py | 60 def print_header(event_name, cpu, secs, nsecs, pid, comm): argument
|
/linux-3.3/arch/tile/kernel/ |
D | time.c | 231 cycles_t ns2cycles(unsigned long nsecs) in ns2cycles()
|
/linux-3.3/drivers/net/wireless/ath/ath9k/ |
D | dfs.c | 49 u32 nsecs; in dur_to_usecs() local
|