patch-2.3.27 linux/include/linux/sem.h
Next file: linux/include/linux/swap.h
Previous file: linux/include/linux/sched.h
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Tue Nov  9 10:02:36 1999
-  Orig file: 
v2.3.26/linux/include/linux/sem.h
-  Orig date: 
Mon Nov  1 13:56:27 1999
diff -u --recursive --new-file v2.3.26/linux/include/linux/sem.h linux/include/linux/sem.h
@@ -60,10 +60,10 @@
 	int semaem;
 };
 
-#define SEMMNI  128             /* <= 32767  max # of semaphore identifiers */
-#define SEMMSL  250             /* <= 512 max num of semaphores per id */
-#define SEMMNS  (SEMMNI*SEMMSL) /* <= MAX_INT max # of semaphores in system */
-#define SEMOPM  32	        /* <= 160 max num of ops per semop call */
+#define SEMMNI  128             /* <= IPCMNI  max # of semaphore identifiers */
+#define SEMMSL  250             /* <= 8 000 max num of semaphores per id */
+#define SEMMNS  (SEMMNI*SEMMSL) /* <= INT_MAX max # of semaphores in system */
+#define SEMOPM  32	        /* <= 1 000 max num of ops per semop call */
 #define SEMVMX  32767           /* <= 32767 semaphore maximum value */
 
 /* unused */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)