Home
last modified time | relevance | path

Searched refs:_ITEMS_TO_BLOCKS (Results 1 – 1 of 1) sorted by last modified time

/freebsd/sys/net/route/
H A Dnhop_utils.c45 #define _ITEMS_TO_BLOCKS(_items) ((_items) / BLOCK_ITEMS) macro
57 bh->blocks = _ITEMS_TO_BLOCKS(num_items); in bitmask_init()
143 bh->blocks = _ITEMS_TO_BLOCKS(new_items); in bitmask_swap()