Lines Matching refs:ksft_test_result

71 	ksft_test_result(!ret, "MADV_POPULATE_READ with PROT_READ\n");  in test_prot_read()
74 ksft_test_result(ret == -1 && errno == EINVAL, in test_prot_read()
92 ksft_test_result(ret == -1 && errno == EINVAL, in test_prot_write()
96 ksft_test_result(!ret, "MADV_POPULATE_WRITE with PROT_WRITE\n"); in test_prot_write()
118 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
121 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
126 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
129 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
134 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
137 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
182 ksft_test_result(range_is_not_populated(addr, SIZE), in test_populate_read()
186 ksft_test_result(!ret, "MADV_POPULATE_READ\n"); in test_populate_read()
187 ksft_test_result(range_is_populated(addr, SIZE), in test_populate_read()
204 ksft_test_result(range_is_not_populated(addr, SIZE), in test_populate_write()
208 ksft_test_result(!ret, "MADV_POPULATE_WRITE\n"); in test_populate_write()
209 ksft_test_result(range_is_populated(addr, SIZE), in test_populate_write()
257 ksft_test_result(range_is_not_softdirty(addr, SIZE), in test_softdirty()
262 ksft_test_result(!ret, "MADV_POPULATE_READ\n"); in test_softdirty()
263 ksft_test_result(range_is_not_softdirty(addr, SIZE), in test_softdirty()
268 ksft_test_result(!ret, "MADV_POPULATE_WRITE\n"); in test_softdirty()
269 ksft_test_result(range_is_softdirty(addr, SIZE), in test_softdirty()