Home
last modified time | relevance | path

Searched refs:exp_alloc (Results 1 - 1 of 1) sorted by relevance

/third_party/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() argument
60 if (nodes->counters[i] == exp_alloc[i]) { in alloc_and_check()
62 prefix, nodes->map[i], exp_alloc[i]); in alloc_and_check()
66 exp_alloc[i]); in alloc_and_check()
74 unsigned int exp_alloc[nodes->cnt]; in verify_set_mempolicy() local
80 memset(exp_alloc, 0, sizeof(exp_alloc)); in verify_set_mempolicy()
83 exp_alloc[i] = alloc_per_node; in verify_set_mempolicy()
102 alloc_and_check(alloc_total, exp_alloc); in verify_set_mempolicy()

Completed in 1 milliseconds