Searched refs:HT_INDEX_SIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/wg/
H A Dwg_noise.c50 #define HT_INDEX_SIZE (1 << 13) macro
51 #define HT_INDEX_MASK (HT_INDEX_SIZE - 1)
138 CK_LIST_HEAD(,noise_index) l_index_hash[HT_INDEX_SIZE];
203 for (i = 0; i < HT_INDEX_SIZE; i++)

Completed in 114 milliseconds