Searched refs:nz (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/demo/
H A Dclonebylabel.sh95 nz=`/bin/grep "^$zonename:" $ZONECFG | cut -d ":" -f1`
96 if [ $nz ]; then
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dhypotl.c72 int j, nx, ny, nz; local
82 nz = ny;
84 nx = nz;
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dhypotl.c73 int j, k, nx, ny, nz; local
96 nz = ny;
98 nx = nz;
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c476 size_t nz = 0, old_nz; local
486 (void) zone_list(NULL, &nz);
487 if (nz == 1)
489 old_nz = nz;
490 zones = calloc(sizeof (zoneid_t), nz);
498 (void) zone_list(zones, &nz);
499 if (old_nz == nz)
504 if (nz == 2) {
509 cmdname, nz - 1);
512 for (i = 0; i < nz;
562 size_t nz = 0, last_nz; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dvm_meter.c60 #define UsefulPagesPerIO nz((MAXBSIZE/PAGESIZE)/2)
H A Dvm_pageout.c575 nz(lotsfree) / RATETOSCHEDPAGING;
580 (max_pageout_ticks - min_pageout_ticks) / nz(lotsfree);
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_clog_r.c251 int n, k, ix, iy, iz, nx, ny, nz, i, j; local
363 nz = (iz >> 20) - 0x3ff;
404 if (nz == 3) {zh *= 0.125; *er *= 0.125; }
405 if (nz == 2) {zh *= 0.25; *er *= 0.25; }
406 if (nz == 1) {zh *= half; *er *= half; }
407 nz += nx + nx;
408 w = half * k_log_NKz(nz, k, zh, er);
H A Dk_clog_rl.c412 int n, k, ix, iy, iz, nx, ny, nz, i; local
571 nz = (iz >> 16) - 0x3fff + (k >> 7);
574 if (nz == 1) zk += zk;
575 else if (nz == 2) zk *= 4.0L;
576 else if (nz == 3) zk *= 8.0L;
633 if (nz == 3) {
635 } else if (nz == 2) {
637 } else if (nz == 1) {
640 nz += nx + nx;
641 w = half * k_log_NKzl(nz,
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dvmsystm.h82 #define nz(x) ((x) != 0 ? (x) : 1) macro
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcontrol.c2294 int nz; local
2301 nz = oz * 2;
2302 np = newof(op, long, nz, 0);
2313 pp.constack = nz;
2314 pp.maxcon = np + nz - 1;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c346 int n, nz, tot; local
355 nz = 0;
366 nz++;
375 uri_hash_sz[cur], nz != 0 ? ((tot * 10 + 5) / nz) / 10 : 0);
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c2021 size_t nz = 0, i; local
2036 nz++;
2045 if (nz == 0) {
2051 avg = (double)ttl / (double)nz;
2062 util = (nz * 1000) / data->dthsd_hashsize;
2063 stddev = (uint_t)sqrt(sum / (double)nz) * 10;
2066 data->dthsd_hashsize, util / 10, util % 10, longest, ttl / nz,
/illumos-gate/usr/src/common/bzip2/
H A Dcompress.c59 #define bsNEEDW(nz) \
/illumos-gate/usr/src/uts/common/disp/
H A Dts.c1607 epri += swapout_time - pp->p_swrss / nz(maxpgio)/2;
1679 (rm_asrss(pp->p_as) / nz(maxpgio)/2) - (long)pri;
H A Dfss.c2171 epri += swapout_time - pp->p_swrss / nz(maxpgio)/2;
2225 (rm_asrss(pp->p_as) / nz(maxpgio)/2) - (long)pri;

Completed in 100 milliseconds