Searched refs:kfd_alloc_struct (Results 1 – 6 of 6) sorted by relevance
76 new_buff = kfd_alloc_struct(new_buff); in kfd_dbgmgr_create()84 new_buff->dbgdev = kfd_alloc_struct(new_buff->dbgdev); in kfd_dbgmgr_create()
268 props = kfd_alloc_struct(props); in kfd_parse_subtype_mem()319 props = kfd_alloc_struct(props); in kfd_parse_subtype_cache()371 props = kfd_alloc_struct(props); in kfd_parse_subtype_iolink()
353 props = kfd_alloc_struct(props); in kfd_iommu_add_perf_counters()
201 dev = kfd_alloc_struct(dev); in kfd_create_topology_device()630 dev->kobj_node = kfd_alloc_struct(dev->kobj_node); in kfd_build_sysfs_node_entry()796 kfd_alloc_struct(sys_props.kobj_topology); in kfd_topology_update_sysfs()
118 procfs.kobj = kfd_alloc_struct(procfs.kobj); in kfd_procfs_init()311 process->kobj = kfd_alloc_struct(process->kobj); in kfd_create_process()
90 #define kfd_alloc_struct(ptr_to_struct) \ macro