Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages_support.c393 void check_config(unsigned int min_nodes) in check_config() argument
405 } else if (num_allowed_nodes < min_nodes) { in check_config()
407 " are required", min_nodes); in check_config()
Dmove_pages_support.h52 void check_config(unsigned int min_nodes);
/external/ltp/testcases/kernel/lib/
Dnuma_helper.c282 int is_numa(void (*cleanup_fn)(void), int flag, int min_nodes) in is_numa() argument
291 if (numa_nodes >= min_nodes) in is_numa()
/external/ltp/testcases/kernel/include/
Dnuma_helper.h37 int is_numa(void (*cleanup_fn)(void), int flag, int min_nodes);