Searched refs:IoSchedClass (Results 1 – 5 of 5) sorted by relevance
29 } IoSchedClass; typedef31 extern int android_set_ioprio(int pid, IoSchedClass clazz, int ioprio);32 extern int android_get_ioprio(int pid, IoSchedClass *clazz, int *ioprio);
34 int android_set_ioprio(int pid __android_unused, IoSchedClass clazz __android_unused, int ioprio __… in android_set_ioprio()43 int android_get_ioprio(int pid __android_unused, IoSchedClass *clazz, int *ioprio) { in android_get_ioprio()
13 IoSchedClass clazz = IoSchedClass_NONE; in ionice_main()
129 IoSchedClass ioprio_class;
63 IoSchedClass orig_clazz = IoSchedClass_NONE; in benchmark()