Searched refs:hash_info (Results 1 – 7 of 7) sorted by relevance
60 lm_searcher_hash_info_t* hash_info = NULL; in lm_setup_searcher_hash_info() local70 hash_info = &context->searcher_hash; in lm_setup_searcher_hash_info()74 if CHK_NULL( hash_info->searcher_table) in lm_setup_searcher_hash_info()76 DbgBreakIf(!( hash_info->searcher_table)); in lm_setup_searcher_hash_info()81 mm_mem_zero(hash_info->searcher_table, alloc_size); in lm_setup_searcher_hash_info()85 *(u32_t *)(&hash_info->searcher_key[0]) = 0x63285672; in lm_setup_searcher_hash_info()86 *(u32_t *)(&hash_info->searcher_key[4]) = 0x24B8F2CC; in lm_setup_searcher_hash_info()87 *(u32_t *)(&hash_info->searcher_key[8]) = 0x223AEF9B; in lm_setup_searcher_hash_info()88 *(u32_t *)(&hash_info->searcher_key[12]) = 0x26001E3A; in lm_setup_searcher_hash_info()89 *(u32_t *)(&hash_info->searcher_key[16]) = 0x7AE91116; in lm_setup_searcher_hash_info()[all …]
35 #define hash_info _hash_info_ macro102 extern Hash_info_t hash_info;
34 Hash_info_t hash_info = { 0 }; variable181 tab->root->next = hash_info.list; in hashalloc()182 hash_info.list = tab->root; in hashalloc()
120 if ((rp = hash_info.list) != tab->root) in hashfree()129 else hash_info.list = rp->next; in hashfree()
170 else for (root = hash_info.list; root; root = root->next) in hashdump()
467 HASHINFO hash_info; local521 (void) memset(&hash_info, '\0', sizeof hash_info);522 hash_info.nelem = db_params->smdbp_num_elements;523 hash_info.cachesize = db_params->smdbp_cache_size;524 params = &hash_info;
1424 hash: drop hash_info from public interface1541 deprecate hash_info in favor of hashlast()