Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages_support.c117 int num_allowed_nodes; in alloc_pages_linear() local
121 ret = get_allowed_nodes_arr(NH_MEMS, &num_allowed_nodes, in alloc_pages_linear()
129 if (n >= num_allowed_nodes) in alloc_pages_linear()
221 int num_allowed_nodes; in verify_pages_linear() local
225 ret = get_allowed_nodes_arr(NH_MEMS, &num_allowed_nodes, in verify_pages_linear()
233 if (n >= num_allowed_nodes) in verify_pages_linear()
396 int num_allowed_nodes; in check_config() local
399 ret = get_allowed_nodes_arr(NH_MEMS, &num_allowed_nodes, NULL); in check_config()
405 } else if (num_allowed_nodes < min_nodes) { in check_config()