Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhop_utils.c44 #define _BLOCKS_TO_ITEMS(_blocks) ((uint32_t)(_blocks) * BLOCK_ITEMS) macro
64 if ((bh->items_count * 2 > _BLOCKS_TO_ITEMS(bh->blocks)) && bh->items_count < 65536) in bitmask_get_resize_items()
65 return (_BLOCKS_TO_ITEMS(bh->blocks) * 2); in bitmask_get_resize_items()
117 uint32_t new_blocks = _BLOCKS_TO_ITEMS(new_items); in bitmask_copy()