Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/octeon/
Dcvmx-mixx-defs.h264 uint64_t orun:1; member
278 uint64_t orun:1;
286 uint64_t orun:1; member
300 uint64_t orun:1;
/linux-6.1.9/kernel/time/
Dhrtimer.c1039 u64 orun = 1; in hrtimer_forward() local
1056 orun = ktime_divns(delta, incr); in hrtimer_forward()
1057 hrtimer_add_expires_ns(timer, incr * orun); in hrtimer_forward()
1059 return orun; in hrtimer_forward()
1064 orun++; in hrtimer_forward()
1068 return orun; in hrtimer_forward()