Searched defs:shminfo (Results 1 – 3 of 3) sorted by relevance
61 struct shminfo struct63 __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;
74 struct shminfo struct76 int shmmax;77 int shmmin;78 int shmmni;79 int shmseg;80 int shmall;
90 struct shmid_ds shminfo; in check_shminfo() local
Completed in 6 milliseconds