| /linux/kernel/time/ |
| H A D | namespace.c | 31 offset = timespec64_to_ktime(ns_offsets->monotonic); in do_timens_ktime_to_host() 182 struct timens_offset monotonic = offset_from_ts(ns->offsets.monotonic); in timens_setup_vdso_clock_data() local 187 offset[CLOCK_MONOTONIC] = monotonic; in timens_setup_vdso_clock_data() 188 offset[CLOCK_MONOTONIC_RAW] = monotonic; in timens_setup_vdso_clock_data() 189 offset[CLOCK_MONOTONIC_COARSE] = monotonic; in timens_setup_vdso_clock_data() 378 show_offset(m, CLOCK_MONOTONIC, &time_ns->offsets.monotonic); in proc_timens_show_offsets() 445 offset = &time_ns->offsets.monotonic; in proc_timens_set_offset()
|
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | load.py | 130 end = time.monotonic() + timeout 134 while time.monotonic() < end:
|
| /linux/include/linux/ |
| H A D | time_namespace.h | 19 struct timespec64 monotonic; member 78 *ts = timespec64_add(*ts, ns_offsets->monotonic); in timens_add_monotonic()
|
| /linux/arch/mips/bcm63xx/ |
| H A D | timer.c | 151 int bcm63xx_timer_set(int id, int monotonic, unsigned int countdown_us) in bcm63xx_timer_set() argument 166 if (monotonic) in bcm63xx_timer_set()
|
| /linux/arch/mips/include/asm/mach-bcm63xx/ |
| H A D | bcm63xx_timer.h | 7 int bcm63xx_timer_set(int id, int monotonic, unsigned int countdown_us);
|
| /linux/tools/usb/ |
| H A D | p9_fwd.py | 50 self.stats_logged = time.monotonic() 158 if (time.monotonic() - self.stats_logged) < interval: 162 self.stats_logged = time.monotonic()
|
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | ksft.py | 129 end = time.monotonic() + deadline 133 if time.monotonic() > end:
|
| H A D | utils.py | 246 end = time.monotonic() + deadline 258 if time.monotonic() > end: 269 end = time.monotonic() + deadline 276 if time.monotonic() > end:
|
| /linux/arch/m68k/fpsp040/ |
| H A D | sacos.S | 16 | result is provably monotonic in double precision.
|
| H A D | sasin.S | 16 | result is provably monotonic in double precision.
|
| H A D | satanh.S | 17 | result is provably monotonic in double precision.
|
| H A D | scosh.S | 16 | result is provably monotonic in double precision.
|
| H A D | ssinh.S | 16 | result is provably monotonic in double precision.
|
| H A D | stwotox.S | 17 | result is provably monotonic in double precision.
|
| H A D | stanh.S | 16 | result is provably monotonic in double precision.
|
| H A D | slog2.S | 19 | to double precision. The result is provably monotonic
|
| H A D | satan.S | 16 | result is provably monotonic in double precision.
|
| H A D | stan.S | 16 | result is provably monotonic in double precision.
|
| H A D | slogn.S | 17 | result is provably monotonic in double precision.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-wakeup | 68 This file contains the monotonic clock time when the wakeup
|
| H A D | dev-kmsg | 75 sequence number and the monotonic timestamp in microseconds,
|
| /linux/Documentation/timers/ |
| H A D | timekeeping.rst | 30 Typically the clock source is a monotonic, atomic counter which will provide 82 remains monotonic. 127 characteristics as the clock source, i.e. it should be monotonic.
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | msr.rst | 98 a host notion of monotonic time, including sleep 137 | | | be monotonic |
|
| /linux/Documentation/driver-api/media/ |
| H A D | dtv-frontend.rst | 335 value as in the previous reading, causing the monotonic value to be 440 monotonic stats at the right time.
|
| /linux/Documentation/core-api/ |
| H A D | timekeeping.rst | 164 monotonic time (ktime_get_ts64()) and/or a ktime_t based interface
|