Searched refs:cache_props (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_topology.h143 struct list_head cache_props; member in struct:kfd_topology_device
H A Dkfd_topology.c146 while (dev->cache_props.next != &dev->cache_props) {
147 cache = container_of(dev->cache_props.next,
206 INIT_LIST_HEAD(&dev->cache_props);
600 list_for_each_entry(cache, &dev->cache_props, list)
735 list_for_each_entry(cache, &dev->cache_props, list) {
1147 list_for_each_entry(cache, &dev->cache_props, list)
1732 list_add_tail(&props_ext->list, &dev->cache_props);
1754 list_add_tail(&props_ext->list, &dev->cache_props);
H A Dkfd_crat.c1128 list_add_tail(&props->list, &dev->cache_props);

Completed in 207 milliseconds