Searched refs:monotonic (Results 1 – 25 of 29) sorted by relevance
12
/Linux-v4.19/arch/mips/include/asm/mach-bcm63xx/ |
D | bcm63xx_timer.h | 7 int bcm63xx_timer_set(int id, int monotonic, unsigned int countdown_us);
|
/Linux-v4.19/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-v4.19/arch/arm64/kernel/vdso/ |
D | gettimeofday.S | 195 jump_slot jumptable, CLOCK_MONOTONIC, monotonic 226 monotonic: label 234 seqcnt_check fail=monotonic
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | sacos.S | 16 | result is provably monotonic in double precision.
|
D | sasin.S | 16 | result is provably monotonic in double precision.
|
D | satanh.S | 17 | 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 | stanh.S | 16 | result is provably monotonic in double precision.
|
D | stwotox.S | 17 | 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.
|
D | slogn.S | 17 | result is provably monotonic in double precision.
|
D | ssin.S | 21 | result is provably monotonic in double precision.
|
D | setox.S | 22 | to double precision. The result is provably monotonic in double
|
/Linux-v4.19/Documentation/timers/ |
D | timekeeping.txt | 29 Typically the clock source is a monotonic, atomic counter which will provide 81 remains monotonic. 126 characteristics as the clock source, i.e. it should be monotonic.
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | msr.txt | 84 system_time: a host notion of monotonic time, including sleep 118 | | be monotonic
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | dev-kmsg | 61 sequence number and the monotonic timestamp in microseconds,
|
D | sysfs-devices-power | 167 the value of the monotonic clock corresponding to the time of
|
/Linux-v4.19/Documentation/core-api/ |
D | timekeeping.rst | 159 monotonic time (ktime_get_ts64()) and/or a ktime_t based interface
|
/Linux-v4.19/Documentation/media/kapi/ |
D | dtv-frontend.rst | 333 value as in the previous reading, causing the monotonic value to be 438 monotonic stats at the right time.
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-design-CFS.txt | 58 CFS also maintains the rq->cfs.min_vruntime value, which is a monotonic
|
/Linux-v4.19/Documentation/sound/designs/ |
D | timestamping.rst | 186 wallclock, the timestamps show a monotonic behavior and a lower
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 415 systems it may not be monotonic with respect to other 460 This uses the fast monotonic clock (CLOCK_MONOTONIC) 461 which is monotonic and is subject to NTP rate adjustments. 464 This is the raw monotonic clock (CLOCK_MONOTONIC_RAW) 470 fast monotonic clock, but also accounts for time spent in
|
12