Home
last modified time | relevance | path

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

/titanic_41/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.h53 #define HASH_SIZE 99 /* ignore list hash table */ macro
/titanic_41/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.h138 #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()
/titanic_41/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()
/titanic_41/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];
/titanic_41/usr/src/uts/common/os/
H A Dflock.c88 graph_t *lock_graph[HASH_SIZE];
156 flk_lockmgr_status_t lockmgr_status[HASH_SIZE];
681 for (i = 0; i < HASH_SIZE; i++) in flk_zone_init()
2393 for (i = 0; i < HASH_SIZE && !has_locks; i++) { in flk_sysid_has_locks()
2452 for (i = 0; i < HASH_SIZE; i++) { in cl_flk_remove_locks_by_sysid()
2504 for (i = 0; i < HASH_SIZE; i++) { in flk_delete_locks_by_sysid()
2553 for (i = 0; i < HASH_SIZE; i++) { in cl_flk_delete_pxfs_locks()
3303 for (i = 0; i < HASH_SIZE; i++) { in flk_set_lockmgr_status()
3375 num_indexes = HASH_SIZE; in get_lock_list()
3538 for (i = 0; i < HASH_SIZE; i++) { in cl_flk_change_nlm_state_all_locks()
[all …]
/titanic_41/usr/src/lib/libast/common/include/
H A Dhash.h54 #define HASH_SIZE(n) (((long)(n))<<16) /* fixed bucket size */ macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h63 #define HASH_SIZE(n) (((long)(n))<<16) /* fixed bucket size */ macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h63 #define HASH_SIZE(n) (((long)(n))<<16) /* fixed bucket size */ macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dhash.h63 #define HASH_SIZE(n) (((long)(n))<<16) /* fixed bucket size */ macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h63 #define HASH_SIZE(n) (((long)(n))<<16) /* fixed bucket size */ macro
/titanic_41/usr/src/lib/libpp/common/
H A Dpp.h82 #define ppsymset(t,n) (struct ppsymbol*)hashlook(t,n,HASH_CREATE|HASH_SIZE(sizeof(struct ppsymbol))…
H A Dpplib.h458 #define ppsetfile(x) ((struct ppfile*)hashlook(pp.filtab,x,HASH_CREATE|HASH_SIZE(sizeof(struct ppfi…
462 #define ppkeyset(t,n) (struct ppsymkey*)hashlook(t,n,HASH_CREATE|HASH_SIZE(sizeof(struct ppsymkey))…
/titanic_41/usr/src/cmd/svc/configd/
H A Drc_node.c605 #define HASH_SIZE 512 macro
606 #define HASH_MASK (HASH_SIZE - 1)
609 static cache_bucket_t cache_hash[HASH_SIZE];
/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c73 #define HASH_SIZE 16 macro