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

  /src/sys/uvm/
uvm_device.c 113 struct uvm_device *udv, *lcv; local in function:udv_attach
242 udv = kmem_alloc(sizeof(*udv), KM_SLEEP);
243 uvm_obj_init(&udv->u_obj, &uvm_deviceops, true, 1);
264 uvm_obj_destroy(&udv->u_obj, true);
265 kmem_free(udv, sizeof(*udv));
274 udv->u_flags = 0;
275 udv->u_device = device;
276 LIST_INSERT_HEAD(&udv_list, udv, u_list)
316 struct uvm_device *udv = (struct uvm_device *)uobj; local in function:udv_detach
383 struct uvm_device *udv = (struct uvm_device *)uobj; local in function:udv_fault
    [all...]
uvm_device.c 113 struct uvm_device *udv, *lcv; local in function:udv_attach
242 udv = kmem_alloc(sizeof(*udv), KM_SLEEP);
243 uvm_obj_init(&udv->u_obj, &uvm_deviceops, true, 1);
264 uvm_obj_destroy(&udv->u_obj, true);
265 kmem_free(udv, sizeof(*udv));
274 udv->u_flags = 0;
275 udv->u_device = device;
276 LIST_INSERT_HEAD(&udv_list, udv, u_list)
316 struct uvm_device *udv = (struct uvm_device *)uobj; local in function:udv_detach
383 struct uvm_device *udv = (struct uvm_device *)uobj; local in function:udv_fault
    [all...]

Completed in 26 milliseconds