Home | History | Annotate | Download | only in tests

Lines Matching full:n_pages

23 #define N_PAGES                 (101)                   /* number of pages to sample */
34 } pages[N_PAGES] = { { NULL, }, };
55 guint i, j, n_trials = N_PAGES * PAGE_SIZE / SAMPLE_SIZE; /* upper bound */
62 for (j = 0; j < N_PAGES; j++)
73 int j, n_pages = 0;
81 /* allocate blocks from N_PAGES different pages */
82 while (n_pages < N_PAGES)
86 for (j = 0; j < N_PAGES; j++)
89 if (j < N_PAGES) /* known page */
93 j = n_pages++;