Home
last modified time | relevance | path

Searched refs:ru_nswap (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/compat/time32/
Dgetrusage_time32.c15 long ru_nswap; member
Dwait3_time32.c16 long ru_nswap; member
Dwait4_time32.c16 long ru_nswap; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dresource.h37 long ru_nswap; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dresource.h37 long ru_nswap; member
/third_party/musl/include/sys/
Dresource.h37 long ru_nswap; member
/third_party/musl/ndk_musl_include/sys/
Dresource.h37 long ru_nswap; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dresource.h37 long ru_nswap; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dresource.h37 long ru_nswap; member
/third_party/python/Modules/
Dresource.c121 PyStructSequence_SET_ITEM(result, 8, PyLong_FromLong(ru.ru_nswap)); in resource_getrusage_impl()
Dposixmodule.c8241 SET_INT(result, 8, ru->ru_nswap); in wait_helper()
/third_party/libuv/src/unix/
Dcore.c973 rusage->ru_nswap = usage.ru_nswap; in uv_getrusage()
/third_party/node/src/
Dnode_process_methods.cc321 fields[8] = rusage.ru_nswap; in ResourceUsage()
/third_party/python/Doc/library/
Dresource.rst328 | ``8`` | :attr:`ru_nswap` | number of swap outs |
/third_party/libuv/include/
Duv.h1206 uint64_t ru_nswap; /* swaps */ member
/third_party/libuv/include/uv_ndk/
Duv.h1192 uint64_t ru_nswap; /* swaps */ member
/third_party/libuv/docs/src/
Dmisc.rst111 uint64_t ru_nswap; /* swaps (X) */
/third_party/node/doc/api/
Dprocess.md2140 * `swappedOut` {integer} maps to `ru_nswap` but is not supported by any