Home
last modified time | relevance | path

Searched refs:hash_info (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c60 lm_searcher_hash_info_t* hash_info = NULL; in lm_setup_searcher_hash_info() local
70 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()
94 *(u32_t *)(&hash_info->searcher_key[36]) = 0x1E46BE7; in lm_setup_searcher_hash_info()
126 hash_info->num_hash_bits = (u8_t)LOG2(num_con); in lm_setup_searcher_hash_info()
135 lm_searcher_hash_info_t* hash_info = NULL ; in lm_alloc_searcher_hash_info() local
149 hash_info = &pdev->context_info->searcher_hash; in lm_alloc_searcher_hash_info()
151 if CHK_NULL(hash_info) in lm_alloc_searcher_hash_info()
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb1.c467 HASHINFO hash_info; local
521 (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;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashlib.h35 #define hash_info _hash_info_ macro
102 extern Hash_info_t hash_info;
H A Dhashalloc.c34 Hash_info_t hash_info = { 0 }; variable
181 tab->root->next = hash_info.list; in hashalloc()
182 hash_info.list = tab->root; in hashalloc()
H A Dhashfree.c120 if ((rp = hash_info.list) != tab->root) in hashfree()
129 else hash_info.list = rp->next; in hashfree()
H A Dhashdump.c170 else for (root = hash_info.list; root; root = root->next) in hashdump()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1612 hash: drop hash_info from public interface
1729 deprecate hash_info in favor of hashlast()