Searched refs:hashmask (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_hash.c49 * Return a pointer to the allocated space and set *hashmask to a pattern
53 hashinit(u_int elements, enum hashtype htype, bool waitok, u_long *hashmask) argument
106 *hashmask = hashsize - 1;
114 hashdone(void *hashtbl, enum hashtype htype, u_long hashmask) argument
135 kmem_free(hashtbl, esize * (hashmask + 1));
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dbufcache.c64 int hashmask = (HASH_MAX - 1); variable
78 return (int)((unsigned long) vp + lbn) & hashmask;
90 hashmask = hashmax - 1;
137 hashmask = newhashmask;
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_bio.c69 ubc_object.hashmask)
102 u_long hashmask; /* mask for hashtable */ member in struct:ubc_object
202 &ubc_object.hashmask);
203 for (i = 0; i <= ubc_object.hashmask; i++) {

Completed in 166 milliseconds