Home
last modified time | relevance | path

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

/external/blktrace/
Dblkparse.c2262 static inline __u64 ms_peek_time(struct ms_stream *msp) in ms_peek_time() function
2269 if (msp->next && ms_peek_time(msp) > ms_peek_time(msp->next)) { in ms_resort()
2293 __u64 msp_t = ms_peek_time(msp); in ms_sort()
2298 else if (msp_t < ms_peek_time(this_msp)) { in ms_sort()
2303 while (this_msp->next && ms_peek_time(this_msp->next) < msp_t) in ms_sort()
2527 genesis_time = ms_peek_time(ms_head); in do_file()