OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:procfs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_process.c
81
static struct kfd_procfs_tree
procfs
;
variable in typeref:struct:kfd_procfs_tree
118
procfs
.kobj = kfd_alloc_struct(
procfs
.kobj);
119
if (!
procfs
.kobj)
122
ret = kobject_init_and_add(
procfs
.kobj, &procfs_type,
125
pr_warn("Could not create
procfs
proc folder");
126
/* If we fail to create the
procfs
, clean up */
133
if (
procfs
.kobj) {
134
kobject_del(
procfs
.kobj);
135
kobject_put(
procfs
.kobj)
[
all
...]
kfd_process.c
81
static struct kfd_procfs_tree
procfs
;
variable in typeref:struct:kfd_procfs_tree
118
procfs
.kobj = kfd_alloc_struct(
procfs
.kobj);
119
if (!
procfs
.kobj)
122
ret = kobject_init_and_add(
procfs
.kobj, &procfs_type,
125
pr_warn("Could not create
procfs
proc folder");
126
/* If we fail to create the
procfs
, clean up */
133
if (
procfs
.kobj) {
134
kobject_del(
procfs
.kobj);
135
kobject_put(
procfs
.kobj)
[
all
...]
Completed in 24 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025