Home
last modified time | relevance | path

Searched refs:alloc_and_check (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/mem/tunable/
H A Dovercommit_memory.c81 static void alloc_and_check(long size, int expect_result);
130 alloc_and_check(commit_left * 2, EXPECT_FAIL); in overcommit_memory_test()
131 alloc_and_check(commit_limit + total_batch_size, EXPECT_FAIL); in overcommit_memory_test()
133 alloc_and_check(commit_left / 2, EXPECT_PASS); in overcommit_memory_test()
139 alloc_and_check(free_total / 2, EXPECT_PASS); in overcommit_memory_test()
140 alloc_and_check(sum_total * 2, EXPECT_FAIL); in overcommit_memory_test()
145 alloc_and_check(sum_total / 2, EXPECT_PASS); in overcommit_memory_test()
146 alloc_and_check(sum_total, EXPECT_PASS); in overcommit_memory_test()
147 alloc_and_check(sum_total * 2, EXPECT_PASS); in overcommit_memory_test()
166 static void alloc_and_check(long size, int expect_result) in alloc_and_check() function
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/set_mempolicy/
H A Dset_mempolicy02.c46 static void alloc_and_check(size_t size, unsigned int *exp_alloc) in alloc_and_check() function
102 alloc_and_check(alloc_total, exp_alloc); in verify_set_mempolicy()
H A Dset_mempolicy04.c57 static void alloc_and_check(void) in alloc_and_check() function
123 alloc_and_check(); in verify_set_mempolicy()