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

  /src/sys/uvm/
uvm_bio.c 64 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 */
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 *
    [all...]

Completed in 11 milliseconds