Home
last modified time | relevance | path

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

/external/fio/engines/
Dpmemblk.c82 fio_pmemblk_file_t pmb_next; member
100 for (i = Cache; i != NULL; i = i->pmb_next) in fio_pmemblk_cache_lookup()
109 pmb->pmb_next = Cache; in fio_pmemblk_cache_insert()
118 Cache = Cache->pmb_next; in fio_pmemblk_cache_remove()
119 pmb->pmb_next = NULL; in fio_pmemblk_cache_remove()
123 for (i = Cache; i != NULL; i = i->pmb_next) in fio_pmemblk_cache_remove()
124 if (pmb == i->pmb_next) { in fio_pmemblk_cache_remove()
125 i->pmb_next = i->pmb_next->pmb_next; in fio_pmemblk_cache_remove()
126 pmb->pmb_next = NULL; in fio_pmemblk_cache_remove()
217 pmb->pmb_next = NULL; in pmb_open()