Lines Matching refs:SEMVMX
37 * - undo adjustments at process exit are limited to 0..SEMVMX.
671 if (result > SEMVMX)
754 if (result > SEMVMX)
1324 seminfo.semvmx = SEMVMX;
1352 if (val > SEMVMX || val < 0)
1500 if (sem_io[i] > SEMVMX) {
2423 * at 0, but doesn't enforce SEMVMX)
2426 * and at SEMVMX.
2432 if (semaphore->semval > SEMVMX)
2433 semaphore->semval = SEMVMX;