Searched refs:frames_victim (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/demandpaging/
H A Ddemandpaging.c181 DP_DEBUG_SWAP("[evict] victim=%" PRIu64 "\n", dpr->frames_victim);
183 struct dp_frame *dpf = dpr->frames[dpr->frames_victim];
191 dpr->frames_victim = (dpr->frames_victim + 1) % dpr->frames_count;
/barrelfish-master/lib/demandpaging/include/
H A Ddp_internal.h206 size_t frames_victim; ///< total length of all frames member in struct:demand_paging_region

Completed in 26 milliseconds