Home
last modified time | relevance | path

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

/external/libdrm/tests/amdgpu/
Dhotunplug_tests.c46 static char *sysfs_remove = NULL; variable
142 sysfs_remove = realloc(tmp_str, strlen(tmp_str) * 2); in amdgpu_hotunplug_setup_test()
143 strcat(sysfs_remove, "/remove"); in amdgpu_hotunplug_setup_test()
155 if (sysfs_remove) in amdgpu_hotunplug_teardown_test()
156 free(sysfs_remove); in amdgpu_hotunplug_teardown_test()
163 return amdgpu_hotunplug_trigger(sysfs_remove); in amdgpu_hotunplug_remove()