Searched refs:CHT_SLIST_GET_RESIZE_SIZE (Results 1 – 3 of 3) sorted by relevance
221 alloc_size = CHT_SLIST_GET_RESIZE_SIZE(new_nh_buckets); in consider_resize()270 alloc_size = CHT_SLIST_GET_RESIZE_SIZE(num_buckets); in nhgrp_ctl_alloc_default()
86 alloc_size = CHT_SLIST_GET_RESIZE_SIZE(num_buckets); in nhops_init_rib()245 alloc_size = CHT_SLIST_GET_RESIZE_SIZE(new_nh_buckets); in consider_resize()
68 #define CHT_SLIST_GET_RESIZE_SIZE(_buckets) ((_buckets) * sizeof(void *)) macro