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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf_res.c 44 * of commited resources.
59 * @resources: Hash table containing staged and commited command buffer
60 * resources
61 * @list: List of commited command buffer resources.
64 * @resources and @list are protected by the cmdbuf mutex for now.
67 struct drm_open_hash resources; member in struct:vmw_cmdbuf_res_manager
93 ret = drm_ht_find_item(&man->resources, key, &hash);
113 WARN_ON(drm_ht_remove_item(&man->resources, &entry->hash));
176 ret = drm_ht_insert_item(&entry->man->resources,
216 ret = drm_ht_insert_item(&man->resources, &cres->hash)
    [all...]
  /src/sys/dev/pci/
pciconf.c 116 struct pciconf_resource resources[PCICONF_RESOURCE_NTYPES]; member in struct:pciconf_resources
552 * Look to see if this device is enabled and one of the resources
1339 printf("Disabled due to lack of resources.\n");
1390 * Allocate and initilize a pci configuration resources container.
1405 * Dispose of a pci configuration resources container.
1413 fini_range_resource(&rs->resources[i]);
1441 r = &rs->resources[type];
1478 * Exclude reserved ranges from available resources
1500 * already configured to use these resources are notified
1501 * during resource assignment if their resources are changed
    [all...]

Completed in 13 milliseconds