Home
last modified time | relevance | path

Searched defs:shminfo (Results 1 – 3 of 3) sorted by relevance

/sysdeps/unix/sysv/linux/bits/
A Dshm.h61 struct shminfo struct
63 __syscall_ulong_t shmmax;
64 __syscall_ulong_t shmmin;
65 __syscall_ulong_t shmmni;
66 __syscall_ulong_t shmseg;
67 __syscall_ulong_t shmall;
68 __syscall_ulong_t __glibc_reserved1;
69 __syscall_ulong_t __glibc_reserved2;
70 __syscall_ulong_t __glibc_reserved3;
71 __syscall_ulong_t __glibc_reserved4;
/sysdeps/gnu/bits/
A Dshm.h74 struct shminfo struct
76 int shmmax;
77 int shmmin;
78 int shmmni;
79 int shmseg;
80 int shmall;
/sysdeps/unix/sysv/linux/
A Dtst-sysvshm-linux.c90 struct shmid_ds shminfo; in check_shminfo() local

Completed in 6 milliseconds