Home
last modified time | relevance | path

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

/external/fio/
Diolog.c722 struct io_u_plat_entry *entry, *entry_before; in flush_hist_samples() local
742 entry_before = flist_first_entry(&entry->list, struct io_u_plat_entry, list); in flush_hist_samples()
743 io_u_plat_before = entry_before->io_u_plat; in flush_hist_samples()
755 flist_del(&entry_before->list); in flush_hist_samples()
756 free(entry_before); in flush_hist_samples()