| /kernel/linux/linux-5.10/include/linux/ |
| D | timecounter.h | 27 * @mult: cycle to nanosecond multiplier 28 * @shift: cycle to nanosecond divisor (power of two) 42 * corresponding nanosecond counts with timecounter_cyc2time(). Users 45 * more often than the cycle counter wraps around. The nanosecond
|
| D | clocksource.h | 41 * @mult: Cycle to nanosecond multiplier 42 * @shift: Cycle to nanosecond divisor (power of two) 188 * @mult: cycle to nanosecond multiplier 189 * @shift: cycle to nanosecond divisor (power of two)
|
| D | ktime.h | 4 * ktime_t - nanosecond-resolution time format. 28 /* Nanosecond scalar representation for kernel time values */ 59 * Add a ktime_t variable and a scalar nanosecond value.
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | timecounter.h | 27 * @mult: cycle to nanosecond multiplier 28 * @shift: cycle to nanosecond divisor (power of two) 42 * corresponding nanosecond counts with timecounter_cyc2time(). Users 45 * more often than the cycle counter wraps around. The nanosecond
|
| D | ktime.h | 4 * ktime_t - nanosecond-resolution time format. 28 /* Nanosecond scalar representation for kernel time values */ 59 * Add a ktime_t variable and a scalar nanosecond value.
|
| D | clocksource.h | 42 * @mult: Cycle to nanosecond multiplier 43 * @shift: Cycle to nanosecond divisor (power of two) 194 * @mult: cycle to nanosecond multiplier 195 * @shift: cycle to nanosecond divisor (power of two)
|
| /kernel/liteos_a/testsuites/unittest/libc/time/clock/smoke/ |
| D | clock_test_smoke.cpp | 48 printf("the clock current time: %lld second, %ld nanosecond\n", oldtp.tv_sec, oldtp.tv_nsec); in ClockSmokeTest() 54 printf("the clock setting time: %lld second, %ld nanosecond\n", setts.tv_sec, setts.tv_nsec); in ClockSmokeTest() 58 …printf("obtaining the current time after setting: %lld second, %ld nanosecond\n", ts.tv_sec, ts.tv… in ClockSmokeTest()
|
| /kernel/liteos_a/testsuites/unittest/libc/time/clock/full/ |
| D | clock_test_003.cpp | 50 …printf("Obtaining the process running time: %lld second, %ld nanosecond\n", ts.tv_sec, ts.tv_nsec); in ClockTest() 61 …printf("Obtaining the process running time: %lld second, %ld nanosecond\n", ts.tv_sec, ts.tv_nsec); in ClockTest() 72 …printf("Obtaining the process running time: %lld second, %ld nanosecond\n", ts.tv_sec, ts.tv_nsec); in ClockTest()
|
| /kernel/linux/linux-5.10/include/linux/platform_data/txx9/ |
| D | ndfmc.h | 17 unsigned int hold; /* hold time in nanosecond */ 18 unsigned int spw; /* strobe pulse width in nanosecond */
|
| /kernel/linux/linux-6.6/include/linux/platform_data/txx9/ |
| D | ndfmc.h | 17 unsigned int hold; /* hold time in nanosecond */ 18 unsigned int spw; /* strobe pulse width in nanosecond */
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
| D | mvpp2_tai.c | 61 u64 period; // nanosecond period in 32.32 fixed point 319 /* As the fractional nanosecond is a signed offset, if the MSB (sign) in mvpp22_tai_set_step() 406 /* The step size consists of three registers - a 16-bit nanosecond step in mvpp22_tai_probe() 407 * size, and a 32-bit fractional nanosecond step size split over two in mvpp22_tai_probe() 408 * registers. The fractional nanosecond step size has units of 2^-32ns. in mvpp22_tai_probe() 412 * which gives us the nanosecond step to the nearest integer in 16.32 in mvpp22_tai_probe() 414 * the MSB inverted. With rounding of the fractional nanosecond, and in mvpp22_tai_probe()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
| D | mvpp2_tai.c | 61 u64 period; // nanosecond period in 32.32 fixed point 319 /* As the fractional nanosecond is a signed offset, if the MSB (sign) in mvpp22_tai_set_step() 406 /* The step size consists of three registers - a 16-bit nanosecond step in mvpp22_tai_probe() 407 * size, and a 32-bit fractional nanosecond step size split over two in mvpp22_tai_probe() 408 * registers. The fractional nanosecond step size has units of 2^-32ns. in mvpp22_tai_probe() 412 * which gives us the nanosecond step to the nearest integer in 16.32 in mvpp22_tai_probe() 414 * the MSB inverted. With rounding of the fractional nanosecond, and in mvpp22_tai_probe()
|
| /kernel/linux/linux-6.6/Documentation/timers/ |
| D | timekeeping.rst | 55 into a nanosecond value as an unsigned long long (unsigned 64 bit) number. 58 possible to a nanosecond value using only the arithmetic operations 130 i.e. after 64 bits. Since this is a nanosecond value this will mean it wraps 147 counter to derive a 64-bit nanosecond value, so for example on the ARM 149 sched_clock() nanosecond base from a 16- or 32-bit counter. Sometimes the
|
| /kernel/linux/linux-5.10/Documentation/timers/ |
| D | timekeeping.rst | 55 into a nanosecond value as an unsigned long long (unsigned 64 bit) number. 58 possible to a nanosecond value using only the arithmetic operations 130 i.e. after 64 bits. Since this is a nanosecond value this will mean it wraps 147 counter to derive a 64-bit nanosecond value, so for example on the ARM 149 sched_clock() nanosecond base from a 16- or 32-bit counter. Sometimes the
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | pfrut.h | 160 * @low_auth_time: Low 32bit value of image authentication time in nanosecond. 161 * @high_auth_time: High 32bit value of image authentication time in nanosecond. 162 * @low_exec_time: Low 32bit value of image execution time in nanosecond. 163 * @high_exec_time: High 32bit value of image execution time in nanosecond.
|
| /kernel/liteos_a/kernel/base/include/ |
| D | los_tick_pri.h | 47 * Cycle to nanosecond scale 74 * Convert from the cycle count to nanosecond.
|
| /kernel/linux/linux-6.6/drivers/rtc/ |
| D | rtc-efi.c | 61 eft->nanosecond = 0; in convert_to_efi_time() 207 eft.hour, eft.minute, eft.second, eft.nanosecond, in efi_procfs() 224 alm.hour, alm.minute, alm.second, alm.nanosecond, in efi_procfs()
|
| /kernel/linux/linux-5.10/drivers/rtc/ |
| D | rtc-efi.c | 61 eft->nanosecond = 0; in convert_to_efi_time() 206 eft.hour, eft.minute, eft.second, eft.nanosecond, in efi_procfs() 222 alm.hour, alm.minute, alm.second, alm.nanosecond, in efi_procfs()
|
| /kernel/linux/linux-6.6/include/net/tc_act/ |
| D | tc_police.h | 90 * = ---------------- bytes/nanosecond in tcf_police_burst() 138 * = ---------------- pkts/nanosecond in tcf_police_burst_pkt()
|
| /kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
| D | stat.h | 24 nanosecond resolution times, and padding for expansion. */
|
| /kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
| D | stat.h | 24 nanosecond resolution times, and padding for expansion. */
|
| /kernel/linux/linux-5.10/arch/nds32/include/asm/ |
| D | vdso_datapage.h | 22 u32 cs_shift; /* Cycle to nanosecond divisor (power of two) */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | ptp.c | 117 * represent number of nanosecond betwen each cycle. In this in ptp_adjfine() 120 * and lower is fractions of nanosecond. in ptp_adjfine()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | atmel-classd.txt | 32 Set non-overlapping time, the unit is nanosecond(ns).
|
| /kernel/linux/linux-6.6/fs/xfs/scrub/ |
| D | stats.h | 39 * least one nanosecond so that our stats don't report instantaneous in xchk_stats_elapsed_ns()
|