Searched refs:IPC_IDS_MAX (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | project.c | 957 RCTL_GLOBAL_COUNT, IPC_IDS_MAX, IPC_IDS_MAX, &project_semmni_ops); in project_init() 959 "seminfo_semmni", 128, IPC_IDS_MAX); in project_init() 963 RCTL_GLOBAL_COUNT, IPC_IDS_MAX, IPC_IDS_MAX, &project_msgmni_ops); in project_init() 965 "msginfo_msgmni", 128, IPC_IDS_MAX); in project_init() 969 RCTL_GLOBAL_COUNT, IPC_IDS_MAX, IPC_IDS_MAX, &project_shmmni_ops); in project_init() 971 "shminfo_shmmni", 128, IPC_IDS_MAX); in project_init()
|
H A D | zone.c | 2117 RCTL_GLOBAL_COUNT, IPC_IDS_MAX, IPC_IDS_MAX, &zone_msgmni_ops); in zone_init() 2121 RCTL_GLOBAL_COUNT, IPC_IDS_MAX, IPC_IDS_MAX, &zone_semmni_ops); in zone_init() 2125 RCTL_GLOBAL_COUNT, IPC_IDS_MAX, IPC_IDS_MAX, &zone_shmmni_ops); in zone_init()
|
H A D | ipc.c | 877 if (service->ipcs_tabsz == IPC_IDS_MAX) in ipc_grow()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ipc_impl.h | 144 #define IPC_IDS_MAX (1 << IPC_SEQ_SHIFT) /* maximum # of entries */ macro
|