/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.py | 23 def nsecs(secs, nsecs): argument 26 def nsecs_secs(nsecs): argument 29 def nsecs_nsecs(nsecs): argument 32 def nsecs_str(nsecs): argument
|
/linux/drivers/spi/ |
H A D | spi-gpio.c | 88 #define spidelay(nsecs) do {} while (0) argument 107 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode0() 116 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode1() 125 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode2() 134 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode3() 153 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode0() 163 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode1() 173 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode2() 183 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode3()
|
H A D | spi-bitbang-txrx.h | 50 unsigned nsecs, unsigned cpol, unsigned flags, in bitbang_txrx_be_cpha0() 82 unsigned nsecs, unsigned cpol, unsigned flags, in bitbang_txrx_be_cpha1() 114 unsigned int nsecs, unsigned int cpol, unsigned int flags, in bitbang_txrx_le_cpha0() 147 unsigned int nsecs, unsigned int cpol, unsigned int flags, in bitbang_txrx_le_cpha1()
|
H A D | spi-bitbang.c | 46 unsigned int nsecs; /* (clock cycle time) / 2 */ member 242 unsigned int nsecs = cs->nsecs; in spi_bitbang_bufs() local
|
H A D | spi-butterfly.c | 137 butterfly_txrx_word_mode0(struct spi_device *spi, unsigned nsecs, u32 word, in butterfly_txrx_word_mode0()
|
H A D | spi-lm70llp.c | 182 static u32 lm70_txrx(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits, in lm70_txrx()
|
H A D | spi-fsl-lib.h | 53 unsigned nsecs; /* (clock cycle time)/2 */ member
|
/linux/arch/um/os-Linux/ |
H A D | time.c | 47 int os_timer_set_interval(unsigned long long nsecs) in os_timer_set_interval() 63 int os_timer_one_shot(unsigned long long nsecs) in os_timer_one_shot()
|
/linux/kernel/time/ |
H A D | timekeeping.c | 749 u64 nsecs; in ktime_get_real_ts64() local 771 u64 nsecs; in ktime_get() local 790 u32 nsecs; in ktime_get_resolution_ns() local 814 u64 nsecs; in ktime_get_with_offset() local 835 u64 nsecs; in ktime_get_coarse_with_offset() local 886 u64 nsecs; in ktime_get_raw() local 1562 u64 nsecs; in ktime_get_raw_ts64() local 2343 u64 nsecs; in ktime_get_real_ts64_mg() local 2424 u64 nsecs; in ktime_get_update_offsets_now() local
|
/linux/tools/perf/scripts/python/ |
H A D | compaction-times.py | 96 def complete(self, secs, nsecs): argument 141 def complete_pending(cls, pid, secs, nsecs): argument 172 def mark_pending(self, secs, nsecs): argument 178 def make_complete(self, secs, nsecs): argument
|
H A D | check-perf-trace.py | 60 def print_header(event_name, cpu, secs, nsecs, pid, comm): argument
|
/linux/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.pm | 32 sub nsecs subroutine
|
/linux/arch/sh/lib/ |
H A D | delay.c | 50 void __ndelay(unsigned long nsecs) in __ndelay()
|
/linux/arch/x86/um/ |
H A D | delay.c | 53 void __ndelay(unsigned long nsecs) in __ndelay()
|
/linux/arch/alpha/lib/ |
H A D | udelay.c | 51 ndelay(unsigned long nsecs) in ndelay()
|
/linux/arch/um/include/asm/ |
H A D | delay.h | 7 static inline void um_ndelay(unsigned long nsecs) in um_ndelay()
|
/linux/arch/csky/lib/ |
H A D | delay.c | 35 void __ndelay(unsigned long nsecs) in __ndelay()
|
/linux/arch/s390/lib/ |
H A D | delay.c | 39 void __ndelay(unsigned long nsecs) in __ndelay()
|
/linux/arch/nios2/lib/ |
H A D | delay.c | 36 void __ndelay(unsigned long nsecs) in __ndelay()
|
/linux/arch/openrisc/lib/ |
H A D | delay.c | 55 void __ndelay(unsigned long nsecs) in __ndelay()
|
/linux/arch/arm64/lib/ |
H A D | delay.c | 65 void __ndelay(unsigned long nsecs) in __ndelay()
|
/linux/arch/riscv/lib/ |
H A D | delay.c | 102 void ndelay(unsigned long nsecs) in ndelay()
|
/linux/block/ |
H A D | blk-stat.h | 144 u64 nsecs) in blk_stat_activate_nsecs()
|
/linux/arch/arm/mach-omap1/ |
H A D | timer32k.c | 193 unsigned long long nsecs; in omap_read_persistent_clock64() local
|
/linux/lib/ |
H A D | test_lockup.c | 328 static void test_wait(unsigned int secs, unsigned int nsecs) in test_wait()
|