Home
last modified time | relevance | path

Searched refs:monotonic (Results 1 – 25 of 34) sorted by relevance

12

/linux-5.19.10/kernel/time/
Dnamespace.c30 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()
357 show_offset(m, CLOCK_MONOTONIC, &time_ns->offsets.monotonic); in proc_timens_show_offsets()
424 offset = &time_ns->offsets.monotonic; in proc_timens_set_offset()
/linux-5.19.10/include/linux/
Dtime_namespace.h15 struct timespec64 monotonic; member
69 *ts = timespec64_add(*ts, ns_offsets->monotonic); in timens_add_monotonic()
/linux-5.19.10/arch/mips/bcm63xx/
Dtimer.c151 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-5.19.10/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_timer.h7 int bcm63xx_timer_set(int id, int monotonic, unsigned int countdown_us);
/linux-5.19.10/Documentation/gpu/
Ddrm-usage-stats.rst81 Values are not required to be constantly monotonic if it makes the driver
85 value until a monotonic update is seen.
/linux-5.19.10/arch/m68k/fpsp040/
Dsacos.S16 | result is provably monotonic in double precision.
Dsasin.S16 | result is provably monotonic in double precision.
Dsatanh.S17 | result is provably monotonic in double precision.
Dscosh.S16 | result is provably monotonic in double precision.
Dssinh.S16 | result is provably monotonic in double precision.
Dstanh.S16 | result is provably monotonic in double precision.
Dstwotox.S17 | result is provably monotonic in double precision.
Dslog2.S19 | to double precision. The result is provably monotonic
Dsatan.S16 | result is provably monotonic in double precision.
Dslogn.S17 | result is provably monotonic in double precision.
Dstan.S16 | result is provably monotonic in double precision.
/linux-5.19.10/Documentation/ABI/testing/
Dsysfs-class-wakeup68 This file contains the monotonic clock time when the wakeup
Ddev-kmsg75 sequence number and the monotonic timestamp in microseconds,
/linux-5.19.10/Documentation/timers/
Dtimekeeping.rst30 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-5.19.10/Documentation/devicetree/bindings/mfd/
Dstericsson,db8500-prcmu.yaml246 always on, and thus provides a consistent monotonic timeline for
/linux-5.19.10/Documentation/driver-api/media/
Ddtv-frontend.rst335 value as in the previous reading, causing the monotonic value to be
440 monotonic stats at the right time.
/linux-5.19.10/Documentation/virt/kvm/x86/
Dmsr.rst98 a host notion of monotonic time, including sleep
137 | | | be monotonic |
/linux-5.19.10/Documentation/core-api/
Dtimekeeping.rst164 monotonic time (ktime_get_ts64()) and/or a ktime_t based interface
/linux-5.19.10/Documentation/sound/designs/
Dtimestamping.rst186 wallclock, the timestamps show a monotonic behavior and a lower
/linux-5.19.10/Documentation/scheduler/
Dsched-design-CFS.rst61 CFS also maintains the rq->cfs.min_vruntime value, which is a monotonic

12