Home
last modified time | relevance | path

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

/third_party/libdrm/tests/amdgpu/
Dhotunplug_tests.c46 static char *sysfs_remove = NULL; variable
138 sysfs_remove = realloc(tmp_str, strlen(tmp_str) * 2); in amdgpu_hotunplug_setup_test()
139 strcat(sysfs_remove, "/remove"); in amdgpu_hotunplug_setup_test()
151 if (sysfs_remove) in amdgpu_hotunplug_teardown_test()
152 free(sysfs_remove); in amdgpu_hotunplug_teardown_test()
159 return amdgpu_hotunplug_trigger(sysfs_remove); in amdgpu_hotunplug_remove()