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

/netbsd-current/sys/uvm/
H A Duvm_aobj.c109 * uao_swhash_elt: when a hash table is being used, this structure defines
113 struct uao_swhash_elt { struct
114 LIST_ENTRY(uao_swhash_elt) list; /* the hash list */
124 LIST_HEAD(uao_swhash, uao_swhash_elt);
127 * uao_swhash_elt_pool: pool of uao_swhash_elt structures.
161 static struct uao_swhash_elt *uao_find_swhash_elt
203 static struct uao_swhash_elt *
207 struct uao_swhash_elt *elt;
251 struct uao_swhash_elt *elt;
291 struct uao_swhash_elt *el
[all...]

Completed in 75 milliseconds