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

/barrelfish-master/lib/demandpaging/include/
H A Ddp_internal.h17 struct dp_frame;
176 struct dp_frame *frame;
183 struct dp_frame struct
189 struct dp_frame *next; /// to hold the free list
207 struct dp_frame **frames; ///< array of all frames
208 struct dp_frame *frames_free;
/barrelfish-master/lib/demandpaging/
H A Ddemandpaging.c131 struct dp_page *dpp, struct dp_frame *dpf)
156 struct dp_frame *dpf)
177 struct dp_frame **ret_dpf)
183 struct dp_frame *dpf = dpr->frames[dpr->frames_victim];
233 struct dp_frame *dpf;
531 struct dp_frame *dpf = calloc(numframes, sizeof(*dpf));
577 struct dp_frame *dpf = calloc(count, sizeof(*dpf));
582 struct dp_frame **dp_frames = realloc(dpr->frames,
630 struct dp_frame *dpf = dpr->frames[dpr->frames_count - 1];

Completed in 82 milliseconds