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

1 2

  /external/strace/
printrusage.c 64 PRINT_RUSAGE_MEMBER(ru_nswap);
90 long ru_nswap; /* swaps */ member in struct:rusage32
118 PRINT_RUSAGE_MEMBER(ru_nswap);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
resource.h 32 long ru_nswap; /* swaps */ member in struct:rusage
  /bionic/libc/kernel/uapi/linux/
resource.h 36 __kernel_long_t ru_nswap; member in struct:rusage
  /external/kernel-headers/original/uapi/linux/
resource.h 33 __kernel_long_t ru_nswap; /* swaps */ member in struct:rusage
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
resource.h 69 long ru_nswap; /* swaps */ member in struct:rusage
  /external/strace/tests/
getrusage.c 52 ", ru_majflt=%lu, ru_nswap=%lu, ru_inblock=%lu"
62 usage->ru_nswap, usage->ru_inblock, usage->ru_oublock,
wait4.c 53 ", ru_nswap=%lu"
75 , (long) ru->ru_nswap
waitid.c 55 ", ru_nswap=%llu"
77 , zero_extend_signed_to_ull(ru->ru_nswap)
  /external/strace/tests-m32/
getrusage.c 52 ", ru_majflt=%lu, ru_nswap=%lu, ru_inblock=%lu"
62 usage->ru_nswap, usage->ru_inblock, usage->ru_oublock,
wait4.c 53 ", ru_nswap=%lu"
75 , (long) ru->ru_nswap
waitid.c 55 ", ru_nswap=%llu"
77 , zero_extend_signed_to_ull(ru->ru_nswap)
  /external/strace/tests-mx32/
getrusage.c 52 ", ru_majflt=%lu, ru_nswap=%lu, ru_inblock=%lu"
62 usage->ru_nswap, usage->ru_inblock, usage->ru_oublock,
wait4.c 53 ", ru_nswap=%lu"
75 , (long) ru->ru_nswap
waitid.c 55 ", ru_nswap=%llu"
77 , zero_extend_signed_to_ull(ru->ru_nswap)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
resource.h 205 long int ru_nswap; member in struct:rusage
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
resource.h 205 long int ru_nswap; member in struct:rusage
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
resource.c 40 {"ru_nswap", "number of swap outs"},
95 PyStructSequence_SET_ITEM(result, 8, PyInt_FromLong(ru.ru_nswap));
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
resource.c 40 {"ru_nswap", "number of swap outs"},
95 PyStructSequence_SET_ITEM(result, 8, PyInt_FromLong(ru.ru_nswap));
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
resource.c 37 {"ru_nswap", "number of swap outs"},
92 PyStructSequence_SET_ITEM(result, 8, PyLong_FromLong(ru.ru_nswap));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 241 long ru_nswap; member in struct:kernel_rusage
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 983 long ru_nswap; \/* swaps *\/ member in struct:vki_rusage
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]

Completed in 761 milliseconds

1 2