Home
last modified time | relevance | path

Searched defs:PageRec (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.h424 struct PageRec { struct
425 class Pattern *pattern; // This is the data it should contain.
426 void *src; // This is the memory location the data was sourced from.
450 virtual bool SectorValidatePage(const struct PageRec &page, argument
H A Dworker.cc2005 page_recs_ = new struct PageRec[sat_->disk_pages()]; in Work() local