HomeSort by: relevance | last modified time | path
    Searched refs:SEMUME (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
sem.h 130 int32_t semume; /* max # of undo entries per process */ member in struct:seminfo
169 #ifndef SEMUME
170 #define SEMUME 10 /* max # of undo entries per process */
188 #define SEMUSZ (sizeof(struct sem_undo)+sizeof(struct sem_undo_entry)*SEMUME)
  /src/sys/kern/
sysv_ipc.c 109 SEMUME, /* max # of undo entries per process */
sysv_sem.c 456 if (suptr->un_cnt == SEMUME)

Completed in 12 milliseconds