Lines Matching refs:ksft_test_result

63 	ksft_test_result(!ret, "MADV_POPULATE_READ with PROT_READ\n");  in test_prot_read()
66 ksft_test_result(ret == -1 && errno == EINVAL, in test_prot_read()
84 ksft_test_result(ret == -1 && errno == EINVAL, in test_prot_write()
88 ksft_test_result(!ret, "MADV_POPULATE_WRITE with PROT_WRITE\n"); in test_prot_write()
110 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
113 ksft_test_result(ret == -1 && errno == ENOMEM, in test_holes()
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()
174 ksft_test_result(range_is_not_populated(addr, SIZE), in test_populate_read()
178 ksft_test_result(!ret, "MADV_POPULATE_READ\n"); in test_populate_read()
179 ksft_test_result(range_is_populated(addr, SIZE), in test_populate_read()
196 ksft_test_result(range_is_not_populated(addr, SIZE), in test_populate_write()
200 ksft_test_result(!ret, "MADV_POPULATE_WRITE\n"); in test_populate_write()
201 ksft_test_result(range_is_populated(addr, SIZE), in test_populate_write()
249 ksft_test_result(range_is_not_softdirty(addr, SIZE), in test_softdirty()
254 ksft_test_result(!ret, "MADV_POPULATE_READ\n"); in test_softdirty()
255 ksft_test_result(range_is_not_softdirty(addr, SIZE), in test_softdirty()
260 ksft_test_result(!ret, "MADV_POPULATE_WRITE\n"); in test_softdirty()
261 ksft_test_result(range_is_softdirty(addr, SIZE), in test_softdirty()