Searched refs:kfd_alloc_struct (Results 1 – 3 of 3) sorted by relevance
182 dev = kfd_alloc_struct(dev); in kfd_create_topology_device()659 dev->kobj_node = kfd_alloc_struct(dev->kobj_node); in kfd_build_sysfs_node_entry()857 kfd_alloc_struct(sys_props.kobj_topology); in kfd_topology_update_sysfs()1448 props = kfd_alloc_struct(props); in kfd_create_indirect_link_prop()1470 props2 = kfd_alloc_struct(props2); in kfd_create_indirect_link_prop()1514 props = kfd_alloc_struct(props); in kfd_add_peer_prop()1635 pcache = kfd_alloc_struct(pcache); in fill_in_l1_pcache()1719 pcache = kfd_alloc_struct(pcache); in fill_in_l2_l3_pcache()
1139 props = kfd_alloc_struct(props); in kfd_parse_subtype_mem()1190 props = kfd_alloc_struct(props); in kfd_parse_subtype_cache()1245 props = kfd_alloc_struct(props); in kfd_parse_subtype_iolink()
93 #define kfd_alloc_struct(ptr_to_struct) \ macro