OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_group
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.h
159
struct attribute_group *
attr_group
;
member in struct:kfd_perf_properties
kfd_topology.c
595
kfree(perf->
attr_group
);
596
perf->
attr_group
= NULL;
737
perf->
attr_group
= kzalloc(sizeof(struct kfd_perf_attr)
740
if (!perf->
attr_group
)
743
attrs = (struct attribute **)(perf->
attr_group
+ 1);
753
perf->
attr_group
->name = perf->block_name;
754
perf->
attr_group
->attrs = attrs;
755
ret = sysfs_create_group(dev->kobj_perf, perf->
attr_group
);
Completed in 16 milliseconds
Indexes created Thu Oct 30 23:09:54 GMT 2025