Home
last modified time | relevance | path

Searched refs:sharedram (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/src/linux/x32/
Dsysinfo.c12 kulong sharedram; member
38 info->sharedram = tmp.sharedram >> shifts; in __lsysinfo()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dsysinfo.h13 unsigned long sharedram; member
/third_party/musl/porting/liteos_a/kernel/include/
Dsysinfo.h13 unsigned long sharedram; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsysinfo.h15 unsigned long sharedram; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsysinfo.h15 unsigned long sharedram; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsysinfo.h15 unsigned long sharedram; member
/third_party/musl/include/sys/
Dsysinfo.h15 unsigned long sharedram; member
/third_party/musl/porting/linux/user/include/sys/
Dsysinfo.h16 unsigned long sharedram; member
/third_party/musl/ndk_musl_include/sys/
Dsysinfo.h16 unsigned long sharedram; member
/third_party/iptables/include/linux/
Dkernel.h17 unsigned long sharedram; /* Amount of shared memory */ member
/third_party/toybox/porting/liteos_a/toys/other/
Dfree.c54 convert(in.totalram-in.freeram), convert(in.freeram), convert(in.sharedram), in free_main()
/third_party/toybox/toys/other/
Dfree.c54 convert(in.totalram-in.freeram), convert(in.freeram), convert(in.sharedram), in free_main()
/third_party/ltp/testcases/kernel/syscalls/sysinfo/
Dsysinfo01.c136 printf("sharedram %lu\n", sys_buf->sharedram); in main()