Searched refs:new_idx_items (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | nhgrp.c | 86 uint32_t new_idx_items); 213 consider_resize(struct nh_control *ctl, uint32_t new_nh_buckets, uint32_t new_idx_items) in consider_resize() argument 226 if (new_idx_items != 0) { in consider_resize() 227 alloc_size = bitmask_get_size(new_idx_items); in consider_resize() 237 nh_ptr, new_nh_buckets, nh_idx_ptr, new_idx_items); in consider_resize() 246 if (bitmask_copy(&ctl->gr_idx_head, nh_idx_ptr, new_idx_items) == 0) in consider_resize() 247 bitmask_swap(&ctl->gr_idx_head, nh_idx_ptr, new_idx_items, &old_idx_ptr); in consider_resize()
|
| H A D | nhop.c | 237 consider_resize(struct nh_control *ctl, uint32_t new_nh_buckets, uint32_t new_idx_items) in consider_resize() argument 250 if (new_idx_items != 0) { in consider_resize() 251 alloc_size = bitmask_get_size(new_idx_items); in consider_resize() 261 new_nh_buckets, nh_idx_ptr, new_idx_items); in consider_resize() 270 if (bitmask_copy(&ctl->nh_idx_head, nh_idx_ptr, new_idx_items) == 0) in consider_resize() 271 bitmask_swap(&ctl->nh_idx_head, nh_idx_ptr, new_idx_items, &old_idx_ptr); in consider_resize()
|