Home
last modified time | relevance | path

Searched refs:orun (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-mixx-defs.h330 uint64_t orun:1; member
344 uint64_t orun:1;
352 uint64_t orun:1; member
366 uint64_t orun:1;
/Linux-v4.19/kernel/time/
Dhrtimer.c909 u64 orun = 1; in hrtimer_forward() local
926 orun = ktime_divns(delta, incr); in hrtimer_forward()
927 hrtimer_add_expires_ns(timer, incr * orun); in hrtimer_forward()
929 return orun; in hrtimer_forward()
934 orun++; in hrtimer_forward()
938 return orun; in hrtimer_forward()