Searched refs:HASH_SIZE (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/cmd/filesync/ |
H A D | ignore.c | 80 static struct list *file_list[ HASH_SIZE ]; /* hash table of literal names */ 264 pp = &file_list[i % HASH_SIZE ]; in ign_hash() 348 for (i = 0; i < HASH_SIZE; i++) { in ignore_reset()
|
H A D | filesync.h | 52 #define HASH_SIZE 99 /* ignore list hash table */ macro
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | fastlz.c | 114 #define HASH_SIZE (1 << HASH_LOG) macro 115 #define HASH_MASK (HASH_SIZE - 1) 202 static const unsigned char *g_htab[HASH_SIZE]; in FASTLZ_COMPRESSOR() 224 for (hslot = htab; hslot < htab + HASH_SIZE; hslot++) in FASTLZ_COMPRESSOR()
|
/illumos-gate/usr/src/tools/protocmp/ |
H A D | depend.c | 42 static pkg_list *packages[HASH_SIZE]; 44 #define HASH(name) (hash(name) % HASH_SIZE)
|
H A D | list.h | 136 #define HASH_SIZE 4093 macro
|
H A D | protocmp.c | 779 init_list(&first_list, HASH_SIZE); in main() 780 init_list(&second_list, HASH_SIZE); in main() 781 init_list(&exception_list, HASH_SIZE); in main()
|
/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | classifier.c | 200 for (i = 0; i < HASH_SIZE; ++i) { \ 230 ht_match_t fid_table[HASH_SIZE]; in ipgpc_classify() 247 bzero(fid_table, sizeof (ht_match_t) * HASH_SIZE); in ipgpc_classify() 375 for (i = 0; i < HASH_SIZE; ++i) { in bestmatch()
|
H A D | classifier-objects.h | 94 #define HASH_SIZE 11 /* default hash table size */ macro
|
H A D | filters.c | 2585 int x = (id % HASH_SIZE); /* has for index */ in ht_match_insert()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | flock_impl.h | 182 #define HASH_SIZE 32 macro 183 #define HASH_SHIFT (HASH_SIZE - 1) 188 extern struct graph *lock_graph[HASH_SIZE];
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | flock.c | 89 graph_t *lock_graph[HASH_SIZE]; 157 flk_lockmgr_status_t lockmgr_status[HASH_SIZE]; 968 for (i = 0; i < HASH_SIZE; i++) in flk_zone_init() 2688 for (i = 0; i < HASH_SIZE && !has_locks; i++) { in flk_sysid_has_locks() 2747 for (i = 0; i < HASH_SIZE; i++) { in cl_flk_remove_locks_by_sysid() 2799 for (i = 0; i < HASH_SIZE; i++) { in flk_delete_locks_by_sysid() 2848 for (i = 0; i < HASH_SIZE; i++) { in cl_flk_delete_pxfs_locks() 3618 for (i = 0; i < HASH_SIZE; i++) { in flk_set_lockmgr_status() 3690 num_indexes = HASH_SIZE; in get_lock_list() 3853 for (i = 0; i < HASH_SIZE; i++) { in cl_flk_change_nlm_state_all_locks() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | hash.h | 54 #define HASH_SIZE(n) (((long)(n))<<16) /* fixed bucket size */ macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pplib.h | 450 #define ppsetfile(x) ((struct ppfile*)hashlook(pp.filtab,x,HASH_CREATE|HASH_SIZE(sizeof(struct ppfi… 454 #define ppkeyset(t,n) (struct ppsymkey*)hashlook(t,n,HASH_CREATE|HASH_SIZE(sizeof(struct ppsymkey))…
|
H A D | pp.h | 82 #define ppsymset(t,n) (struct ppsymbol*)hashlook(t,n,HASH_CREATE|HASH_SIZE(sizeof(struct ppsymbol))…
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | rc_node.c | 595 #define HASH_SIZE 512 macro 596 #define HASH_MASK (HASH_SIZE - 1) 599 static cache_bucket_t cache_hash[HASH_SIZE];
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 76 #define HASH_SIZE 16 macro
|