Home
last modified time | relevance | path

Searched refs:ubc_map (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_bio.c64 static struct ubc_map *ubc_find_mapping(struct uvm_object *, voff_t);
94 struct ubc_map { struct
103 LIST_ENTRY(ubc_map) hash; /* hash table */ argument
104 TAILQ_ENTRY(ubc_map) inactive; /* inactive queue */
105 LIST_ENTRY(ubc_map) list; /* per-object list */
108 TAILQ_HEAD(ubc_inactive_head, ubc_map);
112 struct ubc_map *umap; /* array of ubc_map's */
114 LIST_HEAD(, ubc_map) *hash; /* hashtable for cached ubc_map's */
183 ubc_object.umap = kmem_zalloc(ubc_nwins * sizeof(struct ubc_map), in UBC_EVCNT_DEFINE()
202 struct ubc_map *umap; in UBC_EVCNT_DEFINE()
[all …]
H A Duvm_object.h63 LIST_HEAD(,ubc_map) uo_ubc; /* ubc mappings */