Searched refs:kfd_alloc_struct (Results 1 – 2 of 2) sorted by relevance
186 props = kfd_alloc_struct(props); in kfd_parse_subtype_mem()234 props = kfd_alloc_struct(props); in kfd_parse_subtype_cache()285 props = kfd_alloc_struct(props); in kfd_parse_subtype_iolink()418 dev = kfd_alloc_struct(dev); in kfd_create_topology_device()828 dev->kobj_node = kfd_alloc_struct(dev->kobj_node); in kfd_build_sysfs_node_entry()962 kfd_alloc_struct(sys_props.kobj_topology); in kfd_topology_update_sysfs()
52 #define kfd_alloc_struct(ptr_to_struct) \ macro