Searched refs:GET_HASHBIN (Results 1 – 2 of 2) sorted by relevance
167 bin = GET_HASHBIN( hashv ); in hashbin_insert()229 bin = GET_HASHBIN( hashv ); in hashbin_find()321 bin = GET_HASHBIN( hashv ); in hashbin_remove()424 bin = GET_HASHBIN( hashv ); in hashbin_remove_this()515 bin = GET_HASHBIN( entry->q_hash); in hashbin_get_next()
63 #define GET_HASHBIN(x) ( x & HASHBIN_MASK ) macro