Searched refs:rehash (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/cdt/ |
H A D | dtmethod.c | 88 { int rehash; local 90 rehash = 1; 91 else rehash = 0; 96 if(rehash)
|
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | hashset.c | 74 static void rehash(HASHSET h); 153 rehash(HASHSET h) function 198 rehash(h);
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | hash.c | 168 static void rehash(Hash *pH, int new_size){ function 331 if( pH->htsize==0 ) rehash(pH,8); 338 rehash(pH,pH->htsize*2);
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | cd_pwd.c | 44 static void rehash(register Namval_t *np,void *data) function 203 nv_scan(shp->track_tree,rehash,(void*)0,NV_TAGGED,NV_TAGGED);
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | tran.c | 40 #define FULLTAB 2 /* rehash when table gets this x full */ 72 static void rehash(Array *); 268 rehash(tp); 288 rehash(Array *tp) /* rehash items in small table into big one */ function 296 ERROR "out of space in rehash" FATAL;
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 187 static void rehash(register Namval_t *np,void *data) function 292 nv_scan(shp->track_tree,rehash,(void*)0,NV_TAGGED,NV_TAGGED);
|
/illumos-gate/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 2988 * have the same rehash value. This is because we 3954 * might need 1 rehash and and 4M pages might need 2 rehashes. 4333 rehash: 4436 goto rehash; 4455 goto rehash; 4541 rehash: 4610 goto rehash; 4628 goto rehash; 5782 * Decrement the hash size and rehash. 6243 * spans 64K of address space. 512K pages might need 1 rehash an [all...] |
Completed in 105 milliseconds