HomeSort by relevance Sort by last modified time
    Searched refs:ioprio_set (Results 1 - 25 of 40) sorted by null

1 2

  /external/strace/tests/
ioprio.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (ioprio -a18 -e trace=ioprio_get,ioprio_set); do not edit.
4 run_strace_match_diff -a18 -e trace=ioprio_get,ioprio_set
  /external/strace/tests-m32/
ioprio.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (ioprio -a18 -e trace=ioprio_get,ioprio_set); do not edit.
4 run_strace_match_diff -a18 -e trace=ioprio_get,ioprio_set
  /external/strace/tests-mx32/
ioprio.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (ioprio -a18 -e trace=ioprio_get,ioprio_set); do not edit.
4 run_strace_match_diff -a18 -e trace=ioprio_get,ioprio_set
  /external/toybox/toys/other/
ionice.c 53 static int ioprio_set(void) function
69 if (-1 == ioprio_set() && !(toys.optflags&FLAG_t)) perror_exit("set");
96 if (-1 == ioprio_set()) perror_exit("set");
  /external/strace/
ioprio.c 90 SYS_FUNC(ioprio_set)
sys_func.h 101 extern SYS_FUNC(ioprio_set);
  /external/fio/os/
os-dragonfly.h 161 * ioprio_set() with 4 arguments, so define fio's ioprio_set() as a macro.
162 * Note that there is no idea of class within ioprio_set(2) unlike Linux.
164 #define ioprio_set(which, who, ioprio_class, ioprio) \ macro
165 ioprio_set(which, who, ioprio)
os-android.h 165 static inline int ioprio_set(int which, int who, int ioprio_class, int ioprio) function
os-linux.h 110 static inline int ioprio_set(int which, int who, int ioprio_class, int ioprio) function
os.h 115 #define ioprio_set(which, who, prioclass, prio) (0) macro
  /external/strace/linux/32/
syscallent.h 34 [ 30] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
  /external/strace/linux/64/
syscallent.h 31 [ 30] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
  /external/strace/linux/avr32/
syscallent.h 267 [238] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
  /external/strace/linux/hppa/
syscallent.h 273 [267] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
  /external/strace/linux/x86_64/
syscallent.h 252 [251] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
  /external/strace/linux/xtensa/
syscallent.h 275 [282] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
  /external/strace/linux/arm/
syscallent.h 342 [314] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
  /external/strace/linux/crisv10/
syscallent.h 285 [289] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
  /external/strace/linux/i386/
syscallent.h 318 [289] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
  /external/strace/linux/ia64/
syscallent.h 295 [1274] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
  /external/strace/linux/m68k/
syscallent.h 311 [282] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
  /external/strace/linux/mips/
syscallent-n32.h 280 [6277] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
syscallent-n64.h 276 [5273] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
syscallent-o32.h 317 [4314] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
  /external/strace/linux/powerpc/
syscallent.h 303 [273] = { 3, 0, SEN(ioprio_set), "ioprio_set" },

Completed in 468 milliseconds

1 2