reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/x86_64-linux-gnu/bits/ipc.h
   53     __syscall_ulong_t __glibc_reserved1;
   54     __syscall_ulong_t __glibc_reserved2;
usr/include/x86_64-linux-gnu/bits/msq.h
   32 typedef __syscall_ulong_t msgqnum_t;
   33 typedef __syscall_ulong_t msglen_t;
   52   __syscall_ulong_t __msg_cbytes; /* current number of bytes on queue */
   57   __syscall_ulong_t __glibc_reserved4;
   58   __syscall_ulong_t __glibc_reserved5;
usr/include/x86_64-linux-gnu/bits/shm.h
   46 typedef __syscall_ulong_t shmatt_t;
   68     __syscall_ulong_t __glibc_reserved4;
   69     __syscall_ulong_t __glibc_reserved5;
   86     __syscall_ulong_t shmmax;
   87     __syscall_ulong_t shmmin;
   88     __syscall_ulong_t shmmni;
   89     __syscall_ulong_t shmseg;
   90     __syscall_ulong_t shmall;
   91     __syscall_ulong_t __glibc_reserved1;
   92     __syscall_ulong_t __glibc_reserved2;
   93     __syscall_ulong_t __glibc_reserved3;
   94     __syscall_ulong_t __glibc_reserved4;
  100     __syscall_ulong_t shm_tot;	/* total allocated shm */
  101     __syscall_ulong_t shm_rss;	/* total resident shm */
  102     __syscall_ulong_t shm_swp;	/* total swapped shm */
  103     __syscall_ulong_t swap_attempts;
  104     __syscall_ulong_t swap_successes;