| /tools/testing/selftests/kvm/include/riscv/ |
| A D | arch_timer.h | 19 #define usec_to_cycles(usec) \ argument 20 ((timer_freq) * (uint64_t)(usec) / 1000000) 66 static inline void udelay(unsigned long usec) in udelay() argument 68 __delay(usec_to_cycles(usec)); in udelay()
|
| /tools/testing/vsock/ |
| A D | timeout.c | 70 int timeout_usleep(useconds_t usec) in timeout_usleep() argument 73 .tv_sec = usec / 1000000, in timeout_usleep() 74 .tv_nsec = (usec % 1000000) * 1000, in timeout_usleep()
|
| A D | timeout.h | 14 int timeout_usleep(useconds_t usec);
|
| /tools/testing/selftests/bpf/ |
| A D | io_helpers.c | 6 int read_with_timeout(int fd, char *buf, size_t count, long usec) in read_with_timeout() argument 9 struct timeval tv = { usec / M, usec % M }; in read_with_timeout()
|
| A D | io_helpers.h | 7 int read_with_timeout(int fd, char *buf, size_t count, long usec);
|
| A D | test_progs.c | 174 int usleep(useconds_t usec) in usleep() argument 177 .tv_sec = usec / 1000000, in usleep() 178 .tv_nsec = (usec % 1000000) * 1000, in usleep()
|
| /tools/testing/selftests/kvm/include/arm64/ |
| A D | delay.h | 20 static inline void udelay(unsigned long usec) in udelay() argument 22 __delay(usec_to_cycles(usec)); in udelay()
|
| A D | arch_timer.h | 23 #define usec_to_cycles(usec) \ argument 24 (timer_get_cntfrq() * (uint64_t)(usec) / 1000000)
|
| /tools/testing/selftests/kvm/arm64/ |
| A D | arch_timer_edge_cases.c | 87 static void sleep_poll(enum arch_timer timer, uint64_t usec); 281 uint64_t cycles = usec_to_cycles(usec); in guest_poll() 294 static void sleep_poll(enum arch_timer timer, uint64_t usec) in sleep_poll() argument 296 guest_poll(timer, usec, NO_USERSPACE_CMD); in sleep_poll() 301 guest_poll(timer, usec, USERSPACE_SCHED_YIELD); in sleep_sched_poll() 306 guest_poll(timer, usec, USERSPACE_MIGRATE_SELF); in sleep_migrate() 311 userspace_sleep(usec); in sleep_in_userspace() 367 uint64_t usec, enum timer_view timer_view, in test_xval_check_no_irq() argument 373 guest_sleep(timer, usec); in test_xval_check_no_irq() 383 uint64_t usec, sleep_method_t wm) in test_cval_no_irq() argument [all …]
|
| /tools/testing/selftests/timers/ |
| A D | valid-adjtimex.c | 228 int set_bad_offset(long sec, long usec, int use_nano) in set_bad_offset() argument 238 tmx.time.tv_usec = usec; in set_bad_offset()
|
| /tools/perf/util/ |
| A D | time-utils.c | 531 u64 usec = (timestamp % NSEC_PER_SEC) / NSEC_PER_USEC; in timestamp__scnprintf_usec() local 533 return scnprintf(buf, sz, "%"PRIu64".%06"PRIu64, sec, usec); in timestamp__scnprintf_usec()
|
| /tools/testing/selftests/drivers/net/mlxsw/ |
| A D | tc_sample.sh | 238 ip vrf exec v$h1 $MZ $h1 -c 320000 -d 100usec -p 64 -A 192.0.2.1 \ 493 ip vrf exec v$h1 $MZ $h1 -c 0 -d 1usec -p 1400 -A 192.0.2.1 \ 591 ip vrf exec v$h1 $MZ $h1 -c 320000 -d 100usec -p 64 -A 192.0.2.1 \
|
| /tools/perf/Documentation/ |
| A D | perf-kwork.txt | 59 Times are in msec.usec.
|
| A D | perf-sched.txt | 81 Times are in msec.usec.
|
| A D | perf-stat.txt | 621 - optional usec time stamp in fractions of second (with -I xxx)
|
| /tools/testing/selftests/kvm/include/x86/ |
| A D | processor.h | 838 static inline void udelay(unsigned long usec) in udelay() argument 843 cycles = guest_tsc_khz / 1000 * usec; in udelay()
|
| /tools/power/cpupower/po/ |
| A D | zh_CN.po | 872 msgid "maximum allowed latency: %lu usec\n" 873 msgstr "允许的最大延迟:%lu usec\n"
|
| A D | ka.po | 926 msgid "maximum allowed latency: %lu usec\n" 927 msgstr "მაქსიმალური დასაშვები დაყოვნება: %lu usec\n"
|
| A D | de.po | 903 msgid "maximum allowed latency: %lu usec\n" 904 msgstr "maximal erlaubte Latenz: %lu usec\n"
|
| A D | fr.po | 873 msgid "maximum allowed latency: %lu usec\n"
|
| A D | cs.po | 873 msgid "maximum allowed latency: %lu usec\n"
|
| A D | it.po | 882 msgid "maximum allowed latency: %lu usec\n"
|
| A D | pt.po | 884 msgid "maximum allowed latency: %lu usec\n"
|