Home
last modified time | relevance | path

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

/external/fio/
Dgettime.c456 struct clock_entry { struct
470 struct clock_entry *entries; argument
481 struct clock_entry *c; in clock_thread_fn()
547 const struct clock_entry *c1 = p1; in clock_cmp()
548 const struct clock_entry *c2 = p2; in clock_cmp()
560 struct clock_entry *entries; in fio_monotonic_clocktest()
562 struct clock_entry *prev, *this; in fio_monotonic_clocktest()
586 entries = malloc(tentries * sizeof(struct clock_entry)); in fio_monotonic_clocktest()
637 qsort(entries, tentries, sizeof(struct clock_entry), clock_cmp); in fio_monotonic_clocktest()