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

  /src/sys/uvm/
uvm_bio.c 81 ubc_object.hashmask)
84 (&ubc_object.inactive[(((u_long)(offset)) >> ubc_winshift) & \
88 (vaddr_t)(ubc_object.kva + (((u) - ubc_object.umap) << ubc_winshift))
109 static struct ubc_object { struct
111 char *kva; /* where ubc_object is mapped */
119 } ubc_object; variable in typeref:struct:ubc_object
174 * init ubc_object.
178 * map in ubc_object.
181 uvm_obj_init(&ubc_object.uobj, &ubc_pager, true, UVM_OBJ_KERN)
    [all...]
uvm_bio.c 81 ubc_object.hashmask)
84 (&ubc_object.inactive[(((u_long)(offset)) >> ubc_winshift) & \
88 (vaddr_t)(ubc_object.kva + (((u) - ubc_object.umap) << ubc_winshift))
109 static struct ubc_object { struct
111 char *kva; /* where ubc_object is mapped */
119 } ubc_object; variable in typeref:struct:ubc_object
174 * init ubc_object.
178 * map in ubc_object.
181 uvm_obj_init(&ubc_object.uobj, &ubc_pager, true, UVM_OBJ_KERN)
    [all...]

Completed in 21 milliseconds