Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/move_pages/
H A Dmove_pages_support.c388 * @min_nodes: the minimum required NUMA nodes
393 void check_config(unsigned int min_nodes) in check_config() argument
406 if (num_allowed_nodes < min_nodes) { in check_config()
408 " are required", min_nodes); in check_config()
H A Dmove_pages_support.h52 void check_config(unsigned int min_nodes);
/third_party/node/deps/openssl/openssl/crypto/stack/
H A Dstack.c20 static const int min_nodes = 4; variable
106 ret->num_alloc = sk->num > min_nodes ? sk->num : min_nodes; in OPENSSL_sk_deep_copy()
186 if (num_alloc < min_nodes) in sk_reserve()
187 num_alloc = min_nodes; in sk_reserve()
193 * so |num_alloc| value is |n| or |min_nodes| if greater than |n|. in sk_reserve()
/third_party/openssl/crypto/stack/
H A Dstack.c20 static const int min_nodes = 4; variable
106 ret->num_alloc = sk->num > min_nodes ? sk->num : min_nodes; in OPENSSL_sk_deep_copy()
186 if (num_alloc < min_nodes) in sk_reserve()
187 num_alloc = min_nodes; in sk_reserve()
193 * so |num_alloc| value is |n| or |min_nodes| if greater than |n|. in sk_reserve()
/third_party/ltp/testcases/kernel/lib/
H A Dnuma_helper.c274 * @min_nodes: find at least 'min_nodes' nodes with memory
275 * NOTE: the function is designed to try to find at least 'min_nodes'
282 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()
/third_party/ltp/testcases/kernel/include/
H A Dnuma_helper.h37 int is_numa(void (*cleanup_fn)(void), int flag, int min_nodes);

Completed in 4 milliseconds