Lines Matching full:should
159 /* addr before mapping should fail */ in main()
168 /* addr + length after mapping should fail */ in main()
193 /* addr is not huge page size aligned and should fail */ in main()
203 /* addr + length should be aligned up to huge page size */ in main()
211 /* should free all pages in mapping */ in main()
235 /* should free all pages in mapping */ in main()
257 /* read should not consume any pages */ in main()
261 /* madvise should not free any pages */ in main()
268 /* writes should allocate private pages */ in main()
272 /* madvise should free private pages */ in main()
279 /* writes should allocate private pages */ in main()
284 * The fallocate below certainly should free the pages associated in main()
316 /* write should not consume any pages */ in main()
320 /* madvise should not free any pages */ in main()
330 * madvise is same as hole punch and should free all pages. in main()
356 /* shared write should not consume any additional pages */ in main()
368 /* private read should not consume any pages */ in main()
372 /* private write should consume additional pages */ in main()
376 /* madvise of shared mapping should not free any pages */ in main()
383 /* madvise of private mapping should free private pages */ in main()
390 /* private write should consume additional pages again */ in main()
395 * madvise should free both file and private pages although this is in main()
396 * not correct. private pages should not be freed, but this is in main()