Searched refs:HASHSIZE (Results 1 – 11 of 11) sorted by relevance
44 #define HASHSIZE 128 macro45 #define HASHKEY(pgno) ((pgno - 1 + HASHSIZE) % HASHSIZE)63 TAILQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
33 #define HASHSIZE (1 << HASHSHIFT) macro37 & (HASHSIZE - 1)))47 static struct sleepqueue_chain sc_table[HASHSIZE];54 for (i = 0; i < HASHSIZE; ++i) { in _sleepq_init()
139 #define HASHSIZE 16 /* Dont change this without changing HASH() */ macro151 struct filterhead hashtable[HASHSIZE];182 for (i = 0; i < HASHSIZE; i++) { in ng_etf_constructor()455 for (i = 0; i < HASHSIZE; i++) { in ng_etf_disconnect()
97 struct blkhd sc_blkhash[HASHSIZE];98 struct inohd sc_inohash[HASHSIZE];107 static LIST_HEAD(cghd, suj_cg) cghash[HASHSIZE];1555 for (i = 0; i < HASHSIZE; i++) in cg_build()1570 for (i = 0; i < HASHSIZE; i++) { in cg_trunc()1590 for (i = 0; i < HASHSIZE; i++) { in cg_adj_blk()1609 for (i = 0; i < HASHSIZE; i++) in cg_check_blk()1624 for (i = 0; i < HASHSIZE; i++) in cg_check_ino()1635 for (i = 0; i < HASHSIZE; i++) in cg_apply()2538 for (i = 0; i < HASHSIZE; i++) in initsuj()
141 #define HASHSIZE 2048142 #define HASH(x) ((x * 2654435761) & (HASHSIZE - 1))145 #define HASHSIZE global() macro
74 static LIST_HEAD(bufhash, bufarea) bufhashhd[HASHSIZE]; /* buffer hash list */191 for (i = 0; i < HASHSIZE; i++) in bufinit()
62 #define HASHSIZE 1000 macro63 #define INOHASH(val) (val % HASHSIZE)70 static struct inotab *inotab[HASHSIZE];
679 #if !defined HASHSIZE /* Default size of hash table. For most uniform */680 #define HASHSIZE 241 /* performance, use a prime number! */ macro
115 pSys->dp = dictCreateHashed((unsigned)nDictCells, HASHSIZE); in ficlInitSystemEx()
82 for (entry = 0; entry < HASHSIZE; ++entry) in mpool_open()
210448 #define HASHSIZE 97210516 RtreeNode *aHash[HASHSIZE]; /* Hash table of in-memory nodes. */210948 return ((unsigned)iNode) % HASHSIZE;