Lines Matching refs:ksft_test_result

70 	ksft_test_result(!ret, "MADV_POPULATE_READ with PROT_READ\n");  in test_prot_read()
73 ksft_test_result(ret == -1 && errno == EINVAL, in test_prot_read()
91 ksft_test_result(ret == -1 && errno == EINVAL, in test_prot_write()
95 ksft_test_result(!ret, "MADV_POPULATE_WRITE with PROT_WRITE\n"); in test_prot_write()
117 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
120 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
125 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
128 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
133 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
136 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
181 ksft_test_result(range_is_not_populated(addr, SIZE), in test_populate_read()
185 ksft_test_result(!ret, "MADV_POPULATE_READ\n"); in test_populate_read()
186 ksft_test_result(range_is_populated(addr, SIZE), in test_populate_read()
203 ksft_test_result(range_is_not_populated(addr, SIZE), in test_populate_write()
207 ksft_test_result(!ret, "MADV_POPULATE_WRITE\n"); in test_populate_write()
208 ksft_test_result(range_is_populated(addr, SIZE), in test_populate_write()
256 ksft_test_result(range_is_not_softdirty(addr, SIZE), in test_softdirty()
261 ksft_test_result(!ret, "MADV_POPULATE_READ\n"); in test_softdirty()
262 ksft_test_result(range_is_not_softdirty(addr, SIZE), in test_softdirty()
267 ksft_test_result(!ret, "MADV_POPULATE_WRITE\n"); in test_softdirty()
268 ksft_test_result(range_is_softdirty(addr, SIZE), in test_softdirty()