Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/librdmacm/
H A Dindexer.h55 #define IDX_ARRAY_SIZE (1 << (IDX_INDEX_BITS - IDX_ENTRY_BITS)) macro
60 union idx_entry *array[IDX_ARRAY_SIZE];
85 void **array[IDX_ARRAY_SIZE];
H A Dindexer.c60 if (idx->size >= IDX_ARRAY_SIZE) in idx_grow()