Linux Kernel
3.7.1
|
#include <ipc_namespace.h>
Data Fields | |
atomic_t | count |
struct ipc_ids | ids [3] |
int | sem_ctls [4] |
int | used_sems |
int | msg_ctlmax |
int | msg_ctlmnb |
int | msg_ctlmni |
atomic_t | msg_bytes |
atomic_t | msg_hdrs |
int | auto_msgmni |
size_t | shm_ctlmax |
size_t | shm_ctlall |
int | shm_ctlmni |
int | shm_tot |
int | shm_rmid_forced |
struct notifier_block | ipcns_nb |
struct vfsmount * | mq_mnt |
unsigned int | mq_queues_count |
unsigned int | mq_queues_max |
unsigned int | mq_msg_max |
unsigned int | mq_msgsize_max |
unsigned int | mq_msg_default |
unsigned int | mq_msgsize_default |
struct user_namespace * | user_ns |
Definition at line 29 of file ipc_namespace.h.
int auto_msgmni |
Definition at line 41 of file ipc_namespace.h.
atomic_t count |
Definition at line 30 of file ipc_namespace.h.
Definition at line 31 of file ipc_namespace.h.
struct notifier_block ipcns_nb |
Definition at line 53 of file ipc_namespace.h.
Definition at line 56 of file ipc_namespace.h.
unsigned int mq_msg_default |
Definition at line 65 of file ipc_namespace.h.
unsigned int mq_msg_max |
Definition at line 63 of file ipc_namespace.h.
unsigned int mq_msgsize_default |
Definition at line 66 of file ipc_namespace.h.
unsigned int mq_msgsize_max |
Definition at line 64 of file ipc_namespace.h.
unsigned int mq_queues_count |
Definition at line 59 of file ipc_namespace.h.
unsigned int mq_queues_max |
Definition at line 62 of file ipc_namespace.h.
atomic_t msg_bytes |
Definition at line 39 of file ipc_namespace.h.
int msg_ctlmax |
Definition at line 36 of file ipc_namespace.h.
int msg_ctlmnb |
Definition at line 37 of file ipc_namespace.h.
int msg_ctlmni |
Definition at line 38 of file ipc_namespace.h.
atomic_t msg_hdrs |
Definition at line 40 of file ipc_namespace.h.
int sem_ctls[4] |
Definition at line 33 of file ipc_namespace.h.
size_t shm_ctlall |
Definition at line 44 of file ipc_namespace.h.
size_t shm_ctlmax |
Definition at line 43 of file ipc_namespace.h.
int shm_ctlmni |
Definition at line 45 of file ipc_namespace.h.
int shm_rmid_forced |
Definition at line 51 of file ipc_namespace.h.
int shm_tot |
Definition at line 46 of file ipc_namespace.h.
int used_sems |
Definition at line 34 of file ipc_namespace.h.
struct user_namespace* user_ns |
Definition at line 69 of file ipc_namespace.h.