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 49 char *sysfs_root; member in struct:disk_util
diskutil.c 308 du->sysfs_root = path;
432 if (td->o.ioscheduler && !td->sysfs_root)
433 td->sysfs_root = strdup(path);
454 if (td->o.ioscheduler && !td->sysfs_root)
455 td->sysfs_root = strdup(du->sysfs_root);
fio.h 167 char *sysfs_root; member in struct:thread_data
backend.c 1149 sprintf(tmp, "%s/queue/scheduler", td->sysfs_root);
    [all...]

Completed in 222 milliseconds