Home
last modified time | relevance | path

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

12

/linux/arch/mips/bcm63xx/
H A 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/tools/usb/
H A Dp9_fwd.py50 self.stats_logged = time.monotonic()
158 if (time.monotonic() - self.stats_logged) < interval:
162 self.stats_logged = time.monotonic()
/linux/tools/testing/selftests/drivers/net/lib/py/
H A Dload.py133 end = time.monotonic() + timeout
137 while time.monotonic() < end:
/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_timer.h7 int bcm63xx_timer_set(int id, int monotonic, unsigned int countdown_us);
/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py186 end = time.monotonic() + deadline
190 if time.monotonic() > end:
H A Dutils.py309 end = time.monotonic() + deadline
321 if time.monotonic() > end:
332 end = time.monotonic() + deadline
339 if time.monotonic() > end:
/linux/arch/m68k/fpsp040/
H A Dsacos.S16 | result is provably monotonic in double precision.
H A Dsasin.S16 | result is provably monotonic in double precision.
H A Dsatanh.S17 | result is provably monotonic in double precision.
H A Dscosh.S16 | result is provably monotonic in double precision.
H A Dssinh.S16 | result is provably monotonic in double precision.
H A Dstwotox.S17 | result is provably monotonic in double precision.
H A Dstanh.S16 | result is provably monotonic in double precision.
H A Dslog2.S19 | to double precision. The result is provably monotonic
H A Dsatan.S16 | result is provably monotonic in double precision.
H A Dstan.S16 | result is provably monotonic in double precision.
H A Dslogn.S17 | result is provably monotonic in double precision.
H A Dssin.S21 | result is provably monotonic in double precision.
/linux/Documentation/timers/
H A 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/Documentation/ABI/testing/
H A Dsysfs-class-wakeup68 This file contains the monotonic clock time when the wakeup
H A Ddev-kmsg75 sequence number and the monotonic timestamp in microseconds,
/linux/Documentation/virt/kvm/x86/
H A Dmsr.rst98 a host notion of monotonic time, including sleep
137 | | | be monotonic |
/linux/Documentation/driver-api/media/
H A Ddtv-frontend.rst335 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 Dtimekeeping.rst164 monotonic time (ktime_get_ts64()) and/or a ktime_t based interface
/linux/Documentation/sound/designs/
H A Dtimestamping.rst186 wallclock, the timestamps show a monotonic behavior and a lower

12