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

/netbsd-current/sys/uvm/
H A Duvm_aobj.c92 (&(aobj)->u_swhash[(((idx) >> UAO_SWHASH_CLUSTER_SHIFT) \
137 * => only one of u_swslots and u_swhash is used in any given aobj
147 * (u_swhash is an array of bucket heads)
149 struct uao_swhash *u_swhash; member in struct:uvm_aobj
383 hashdone(aobj->u_swhash, HASH_LIST, aobj->u_swhashmask);
467 aobj->u_swhash = hashinit(UAO_SWHASH_BUCKETS(aobj),
1173 for (elt = LIST_FIRST(&aobj->u_swhash[buck]);
1331 for (elt = LIST_FIRST(&aobj->u_swhash[i]);

Completed in 184 milliseconds