Searched refs:monotonic (Results 1 – 25 of 37) sorted by relevance
12
/linux-6.12.1/kernel/time/ |
D | namespace.c | 30 offset = timespec64_to_ktime(ns_offsets->monotonic); in do_timens_ktime_to_host() 183 struct timens_offset monotonic = offset_from_ts(ns->offsets.monotonic); in timens_setup_vdso_data() local 188 offset[CLOCK_MONOTONIC] = monotonic; in timens_setup_vdso_data() 189 offset[CLOCK_MONOTONIC_RAW] = monotonic; in timens_setup_vdso_data() 190 offset[CLOCK_MONOTONIC_COARSE] = monotonic; in timens_setup_vdso_data() 375 show_offset(m, CLOCK_MONOTONIC, &time_ns->offsets.monotonic); in proc_timens_show_offsets() 442 offset = &time_ns->offsets.monotonic; in proc_timens_set_offset()
|
/linux-6.12.1/include/linux/ |
D | time_namespace.h | 18 struct timespec64 monotonic; member 72 *ts = timespec64_add(*ts, ns_offsets->monotonic); in timens_add_monotonic()
|
/linux-6.12.1/arch/mips/bcm63xx/ |
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-6.12.1/tools/usb/ |
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-6.12.1/arch/mips/include/asm/mach-bcm63xx/ |
D | bcm63xx_timer.h | 7 int bcm63xx_timer_set(int id, int monotonic, unsigned int countdown_us);
|
/linux-6.12.1/tools/testing/selftests/net/lib/py/ |
D | utils.py | 141 end = time.monotonic() + deadline 153 if time.monotonic() > end:
|
D | ksft.py | 103 end = time.monotonic() + deadline 107 if time.monotonic() > end:
|
/linux-6.12.1/Documentation/gpu/ |
D | drm-usage-stats.rst | 88 Values are not required to be constantly monotonic if it makes the driver 92 value until a monotonic update is seen. 109 Values are not required to be constantly monotonic if it makes the driver 113 value until a monotonic update is seen.
|
/linux-6.12.1/arch/m68k/fpsp040/ |
D | sacos.S | 16 | result is provably monotonic in double precision.
|
D | satanh.S | 17 | result is provably monotonic in double precision.
|
D | sasin.S | 16 | result is provably monotonic in double precision.
|
D | scosh.S | 16 | result is provably monotonic in double precision.
|
D | ssinh.S | 16 | result is provably monotonic in double precision.
|
D | stwotox.S | 17 | result is provably monotonic in double precision.
|
D | stanh.S | 16 | result is provably monotonic in double precision.
|
D | slog2.S | 19 | to double precision. The result is provably monotonic
|
D | satan.S | 16 | result is provably monotonic in double precision.
|
D | stan.S | 16 | result is provably monotonic in double precision.
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-wakeup | 68 This file contains the monotonic clock time when the wakeup
|
D | dev-kmsg | 75 sequence number and the monotonic timestamp in microseconds,
|
/linux-6.12.1/Documentation/timers/ |
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-6.12.1/Documentation/virt/kvm/x86/ |
D | msr.rst | 98 a host notion of monotonic time, including sleep 137 | | | be monotonic |
|
/linux-6.12.1/Documentation/driver-api/media/ |
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-6.12.1/Documentation/core-api/ |
D | timekeeping.rst | 164 monotonic time (ktime_get_ts64()) and/or a ktime_t based interface
|
/linux-6.12.1/drivers/ptp/ |
D | Kconfig | 175 the system monotonic time. It can be used by virtual network device
|
12