HomeSort by: relevance | last modified time | path
    Searched refs:cache_props (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.h 169 struct list_head cache_props; member in struct:kfd_topology_device
kfd_topology.c 155 while (dev->cache_props.next != &dev->cache_props) {
156 cache = container_of(dev->cache_props.next,
208 INIT_LIST_HEAD(&dev->cache_props);
571 list_for_each_entry(cache, &dev->cache_props, list)
697 list_for_each_entry(cache, &dev->cache_props, list) {
1141 list_for_each_entry(cache, &dev->cache_props, list)
kfd_crat.c 344 list_add_tail(&props->list, &dev->cache_props);

Completed in 41 milliseconds