Home
last modified time | relevance | path

Searched refs:us (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/lib/powerpc/asm/
H A Dtime.h16 extern void udelay(uint64_t us);
18 extern void usleep(uint64_t us);
/kvm-unit-tests/lib/powerpc/
H A Dprocessor.c94 void udelay(uint64_t us) in udelay() argument
96 delay((us * tb_hz) / 1000000); in udelay()
145 void usleep(uint64_t us) in usleep() argument
147 sleep_tb((us * tb_hz) / 1000000); in usleep()
/kvm-unit-tests/lib/s390x/asm/
H A Dtime.h83 static inline void udelay(unsigned long us) in udelay() argument
92 } while (c < startclk + us); in udelay()
/kvm-unit-tests/
H A DREADME227 code. git-diff's orderFile feature allows us to specify the order in a
H A DREADME.md227 code. git-diff's orderFile feature allows us to specify the order in a