Searched refs:sysfs_remove (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dhotunplug_tests.c46 static char *sysfs_remove = NULL; variable in typeref:typename:char *
142 sysfs_remove = realloc(tmp_str, strlen(tmp_str) * 2);
143 strcat(sysfs_remove, "/remove");
155 if (sysfs_remove)
156 free(sysfs_remove);
163 return amdgpu_hotunplug_trigger(sysfs_remove);

Completed in 3 milliseconds