HomeSort by relevance Sort by last modified time
    Searched refs:sysfs_root (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGen/
2009-06-14-anonymous-union-init.c 7 struct sysfs_dirent sysfs_root = { {}, 16877 }; variable in typeref:struct:sysfs_dirent
  /external/fio/
diskutil.h 48 char *sysfs_root; member in struct:disk_util
diskutil.c 304 du->sysfs_root = path;
428 if (td->o.ioscheduler && !td->sysfs_root)
429 td->sysfs_root = strdup(path);
450 if (td->o.ioscheduler && !td->sysfs_root)
451 td->sysfs_root = strdup(du->sysfs_root);
fio.h 154 char *sysfs_root; member in struct:thread_data
backend.c 1104 sprintf(tmp, "%s/queue/scheduler", td->sysfs_root);
    [all...]

Completed in 152 milliseconds