Lines Matching full:should
116 /* addr before mapping should fail */ in main()
125 /* addr + length after mapping should fail */ in main()
150 /* addr is not huge page size aligned and should fail */ in main()
160 /* addr + length should be aligned down to huge page size */ in main()
168 /* should free all but last page in mapping */ in main()
193 /* should free all pages in mapping */ in main()
215 /* read should not consume any pages */ in main()
219 /* madvise should not free any pages */ in main()
226 /* writes should allocate private pages */ in main()
230 /* madvise should free private pages */ in main()
237 /* writes should allocate private pages */ in main()
242 * The fallocate below certainly should free the pages associated in main()
274 /* write should not consume any pages */ in main()
278 /* madvise should not free any pages */ in main()
288 * madvise is same as hole punch and should free all pages. in main()
314 /* shared write should not consume any additional pages */ in main()
326 /* private read should not consume any pages */ in main()
330 /* private write should consume additional pages */ in main()
334 /* madvise of shared mapping should not free any pages */ in main()
341 /* madvise of private mapping should free private pages */ in main()
348 /* private write should consume additional pages again */ in main()
353 * madvise should free both file and private pages although this is in main()
354 * not correct. private pages should not be freed, but this is in main()