ubc_map
LIST_ENTRY(ubc_map) hash; /* hash table */
TAILQ_ENTRY(ubc_map) inactive; /* inactive queue */
LIST_ENTRY(ubc_map) list; /* per-object list */
TAILQ_HEAD(ubc_inactive_head, ubc_map);
struct ubc_map *umap;
struct ubc_map *umap;
struct ubc_map *umap; /* array of ubc_map's */
LIST_HEAD(, ubc_map) *hash; /* hashtable for cached ubc_map's */
ubc_object.umap = kmem_zalloc(ubc_nwins * sizeof(struct ubc_map),
struct ubc_map *umap;
ubc_fault_page(const struct uvm_faultinfo *ufi, const struct ubc_map *umap,
struct ubc_map *umap;
static struct ubc_map *
struct ubc_map *umap;
struct ubc_map *umap;
static struct ubc_map *ubc_find_mapping(struct uvm_object *, voff_t);
struct ubc_map *umap;
LIST_HEAD(,ubc_map) uo_ubc; /* ubc mappings */