Home
last modified time | relevance | path

Searched defs:shm_info (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/x32/bits/
H A Dshm.h23 struct shm_info { struct
24 int __used_ids;
25 int __pad_ids;
26 unsigned long shm_tot, __pad0, shm_rss, __pad1, shm_swp, __pad2;
27 unsigned long __swap_attempts, __pad3, __swap_successes, __pad4;
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/arch/x32/bits/
H A Dshm.h23 struct shm_info { struct
24 int __used_ids;
25 int __pad_ids;
26 unsigned long shm_tot, __pad0, shm_rss, __pad1, shm_swp, __pad2;
27 unsigned long __swap_attempts, __pad3, __swap_successes, __pad4;
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/powerpc64/bits/
H A Dshm.h19 struct shm_info { struct
20 int __used_ids;
21 unsigned long shm_tot, shm_rss, shm_swp;
22 unsigned long __swap_attempts, __swap_successes;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/arch/powerpc64/bits/
H A Dshm.h19 struct shm_info { struct
20 int __used_ids;
21 unsigned long shm_tot, shm_rss, shm_swp;
22 unsigned long __swap_attempts, __swap_successes;
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/arch/powerpc64/bits/
H A Dshm.h19 struct shm_info { struct
20 int __used_ids;
21 unsigned long shm_tot, shm_rss, shm_swp;
22 unsigned long __swap_attempts, __swap_successes;
/dports/lang/zig/zig-0.9.0/lib/libc/include/powerpc64-linux-musl/bits/
H A Dshm.h19 struct shm_info { struct
20 int __used_ids;
21 unsigned long shm_tot, shm_rss, shm_swp;
22 unsigned long __swap_attempts, __swap_successes;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/powerpc64-linux-musl/bits/
H A Dshm.h19 struct shm_info { struct
20 int __used_ids;
21 unsigned long shm_tot, shm_rss, shm_swp;
22 unsigned long __swap_attempts, __swap_successes;
/dports/lang/zig/zig-0.9.0/lib/libc/musl/arch/powerpc64/bits/
H A Dshm.h19 struct shm_info { struct
20 int __used_ids;
21 unsigned long shm_tot, shm_rss, shm_swp;
22 unsigned long __swap_attempts, __swap_successes;
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/aarch64/bits/
H A Dshm.h20 struct shm_info { struct
21 int __used_ids;
22 unsigned long shm_tot, shm_rss, shm_swp;
23 unsigned long __swap_attempts, __swap_successes;
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/mips64/bits/
H A Dshm.h20 struct shm_info { struct
21 int __used_ids;
22 unsigned long shm_tot, shm_rss, shm_swp;
23 unsigned long __swap_attempts, __swap_successes;
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/mipsn32/bits/
H A Dshm.h20 struct shm_info { struct
21 int __used_ids;
22 unsigned long shm_tot, shm_rss, shm_swp;
23 unsigned long __swap_attempts, __swap_successes;
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/mips/bits/
H A Dshm.h20 struct shm_info { struct
21 int __used_ids;
22 unsigned long shm_tot, shm_rss, shm_swp;
23 unsigned long __swap_attempts, __swap_successes;
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/x86_64/bits/
H A Dshm.h20 struct shm_info { struct
21 int __used_ids;
22 unsigned long shm_tot, shm_rss, shm_swp;
23 unsigned long __swap_attempts, __swap_successes;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/arch/generic/bits/
H A Dshm.h20 struct shm_info { struct
21 int __used_ids;
22 unsigned long shm_tot, shm_rss, shm_swp;
23 unsigned long __swap_attempts, __swap_successes;
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/arch/generic/bits/
H A Dshm.h20 struct shm_info { struct
21 int __used_ids;
22 unsigned long shm_tot, shm_rss, shm_swp;
23 unsigned long __swap_attempts, __swap_successes;
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-musl/bits/
H A Dshm.h20 struct shm_info { struct
21 int __used_ids;
22 unsigned long shm_tot, shm_rss, shm_swp;
23 unsigned long __swap_attempts, __swap_successes;
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dshm.h74 struct shm_info struct
76 int used_ids;
77 __syscall_ulong_t shm_tot; /* total allocated shm */
78 __syscall_ulong_t shm_rss; /* total resident shm */
79 __syscall_ulong_t shm_swp; /* total swapped shm */
80 __syscall_ulong_t swap_attempts;
81 __syscall_ulong_t swap_successes;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/arch/generic/bits/
H A Dshm.h20 struct shm_info { struct
21 int __used_ids;
22 unsigned long shm_tot, shm_rss, shm_swp;
23 unsigned long __swap_attempts, __swap_successes;
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/arch/generic/bits/
H A Dshm.h20 struct shm_info { struct
21 int __used_ids;
22 unsigned long shm_tot, shm_rss, shm_swp;
23 unsigned long __swap_attempts, __swap_successes;
/dports/lang/zig/zig-0.9.0/lib/libc/musl/arch/generic/bits/
H A Dshm.h20 struct shm_info { struct
21 int __used_ids;
22 unsigned long shm_tot, shm_rss, shm_swp;
23 unsigned long __swap_attempts, __swap_successes;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-musl/bits/
H A Dshm.h20 struct shm_info { struct
21 int __used_ids;
22 unsigned long shm_tot, shm_rss, shm_swp;
23 unsigned long __swap_attempts, __swap_successes;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dshm.h74 struct shm_info struct
76 int used_ids;
77 __syscall_ulong_t shm_tot; /* total allocated shm */
78 __syscall_ulong_t shm_rss; /* total resident shm */
79 __syscall_ulong_t shm_swp; /* total swapped shm */
80 __syscall_ulong_t swap_attempts;
81 __syscall_ulong_t swap_successes;
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/riscv64/bits/
H A Dshm.h21 struct shm_info { struct
22 int __used_ids;
23 unsigned long shm_tot, shm_rss, shm_swp;
24 unsigned long __swap_attempts, __swap_successes;
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/s390x/bits/
H A Dshm.h20 struct shm_info { struct
21 int __used_ids;
22 unsigned long shm_tot, shm_rss, shm_swp;
23 unsigned long __swap_attempts, __swap_successes;
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/sh/bits/
H A Dshm.h23 struct shm_info { struct
24 int __used_ids;
25 unsigned long shm_tot, shm_rss, shm_swp;
26 unsigned long __swap_attempts, __swap_successes;

1234567