Home
last modified time | relevance | path

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

/net/tipc/
Daddr.c63 u32 max_nodes = tipc_max_nodes; in tipc_addr_domain_valid() local
66 max_nodes = LOWEST_SLAVE + tipc_max_slaves; in tipc_addr_domain_valid()
67 if (n > max_nodes) in tipc_addr_domain_valid()
Dcluster.c59 int max_nodes; in tipc_cltr_create() local
69 max_nodes = LOWEST_SLAVE + tipc_max_slaves; in tipc_cltr_create()
71 max_nodes = tipc_max_nodes + 1; in tipc_cltr_create()
73 c_ptr->nodes = kcalloc(max_nodes + 1, sizeof(void*), GFP_ATOMIC); in tipc_cltr_create()