Searched refs:max_nodes (Results 1 – 2 of 2) sorted by relevance
63 u32 max_nodes = tipc_max_nodes; in tipc_addr_domain_valid() local66 max_nodes = LOWEST_SLAVE + tipc_max_slaves; in tipc_addr_domain_valid()67 if (n > max_nodes) in tipc_addr_domain_valid()
59 int max_nodes; in tipc_cltr_create() local69 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()