Searched refs:h_val (Results 1 – 2 of 2) sorted by relevance
256 context->array[j].h_val = 0; in lm_setup_context_pool()450 u32_t h_val = 0; in lm_searcher_mirror_hash_insert() local462 h_val = _lm_searcher_mirror_hash_calc(&context->searcher_hash, tuple); in lm_searcher_mirror_hash_insert()465 h_val &= ((1 << context->searcher_hash.num_hash_bits) - 1); in lm_searcher_mirror_hash_insert()468 if (h_val == ((1 << context->searcher_hash.num_hash_bits) - 1)) { in lm_searcher_mirror_hash_insert()469 h_val = 0; in lm_searcher_mirror_hash_insert()473 hash_entry = &context->searcher_hash.searcher_table[h_val]; in lm_searcher_mirror_hash_insert()505 context->array[cid].h_val = h_val; in lm_searcher_mirror_hash_insert()519 u32_t h_val = 0; in lm_searcher_mirror_hash_remove() local538 h_val = context->array[cid].h_val; in lm_searcher_mirror_hash_remove()[all …]
2766 u32_t h_val; /* for searcher mirror hash management */ member