cache_props       338 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 			list_add_tail(&props->list, &dev->cache_props);
cache_props       150 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 	while (dev->cache_props.next != &dev->cache_props) {
cache_props       151 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 		cache = container_of(dev->cache_props.next,
cache_props       203 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 	INIT_LIST_HEAD(&dev->cache_props);
cache_props       550 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 		list_for_each_entry(cache, &dev->cache_props, list)
cache_props       676 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 	list_for_each_entry(cache, &dev->cache_props, list) {
cache_props       162 drivers/gpu/drm/amd/amdkfd/kfd_topology.h 	struct list_head		cache_props;