HomeSort by: relevance | last modified time | path
    Searched defs:u_swhash (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_aobj.c 92 (&(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]);
uvm_aobj.c 92 (&(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 23 milliseconds