Searched defs:INCREMENT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dsetenviron.c40 #define INCREMENT 16 /* environ increment */ macro
71 n = v - environ + INCREMENT;
75 n = INCREMENT;
109 n = last - v + INCREMENT + 1;
113 next = last - INCREMENT;
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DPermSARegTable.java51 private final static long INCREMENT = Defaults.lMaxSleepTime / 2L; field in class:PermSARegTable
53 private final static long SLEEPY_TIME = INCREMENT / 2L;
79 new Long(System.currentTimeMillis() + INCREMENT),
136 rec[TIME] = new Long(lnow + INCREMENT);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c4459 #define INCREMENT(x) atomic_inc_32(&x); macro
4464 #define INCREMENT(x) macro
4480 INCREMENT(nprnode);
4501 INCREMENT(nprcommon);

Completed in 76 milliseconds