Home
last modified time | relevance | path

Searched refs:HASH_SIZE (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Dignore.c80 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 Dfilesync.h52 #define HASH_SIZE 99 /* ignore list hash table */ macro
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dfastlz.c114 #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 Ddepend.c42 static pkg_list *packages[HASH_SIZE];
44 #define HASH(name) (hash(name) % HASH_SIZE)
H A Dlist.h136 #define HASH_SIZE 4093 macro
H A Dprotocmp.c779 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 Dclassifier.c200 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 Dclassifier-objects.h94 #define HASH_SIZE 11 /* default hash table size */ macro
H A Dfilters.c2585 int x = (id % HASH_SIZE); /* has for index */ in ht_match_insert()
/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h182 #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 Dflock.c89 graph_t *lock_graph[HASH_SIZE];
968 for (i = 0; i < HASH_SIZE; i++) in flk_zone_init()
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()
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()
3916 for (i = 0; i < HASH_SIZE; i++) { in cl_flk_wakeup_sleeping_nlm_locks()
3964 for (i = 0; i < HASH_SIZE; i++) { in cl_flk_unlock_nlm_granted()
4014 for (i = 0; i < HASH_SIZE; i++) { in wakeup_sleeping_lockmgr_locks()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dhash.h54 #define HASH_SIZE(n) (((long)(n))<<16) /* fixed bucket size */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h450 #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 Dpp.h82 #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 Drc_node.c595 #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 Dsvccfg_libscf.c76 #define HASH_SIZE 16 macro