Searched defs:DELTA (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/ndmpstat/ |
H A D | ndmpstat_main.c | 57 #define DELTA(v) (new->ns_##v - (old ? old->ns_##v : 0)) macro 198 adjprintf(" %*u", 4, DELTA(rfile)); 199 adjprintf(" %*u", 4, DELTA(wfile)); 200 adjprintf(" %*u", 4, (unsigned)(DELTA(rdisk) / blksize)); 201 adjprintf(" %*u", 4, (unsigned)(DELTA(wdisk) / blksize)); 202 adjprintf(" %*u", 4, (unsigned)(DELTA(rtape) / blksize)); 203 adjprintf(" %*u", 4, (unsigned)(DELTA(wtape) / blksize)); 206 rbytes = (DELTA(wtape) + DELTA(rdisk)) / 2; 207 wbytes = (DELTA(rtap [all...] |
/illumos-gate/usr/src/cmd/rcap/rcapstat/ |
H A D | rcapstat.c | 263 #define DELTA(field) \ macro 277 mode, col->col_name, DELTA(lcols_pg_eff), 278 DELTA(lcols_pg_att), DELTA(lcols_scan_ineffective), 279 DELTA(lcols_scan), DELTA(lcols_unenforced_cap), 280 DELTA(lcols_rss_sample), col->col_src_stat.lcols_min_rss, 283 col->col_old_stat.lcols_proc_out), DELTA(lcols_proc_out), 284 DELTA(lcols_scan_count), 285 NSEC2MSEC(DELTA(lcols_scan_time_complet 295 #undef DELTA macro [all...] |
/illumos-gate/usr/src/cmd/stat/vmstat/ |
H A D | vmstat.c | 212 #define DELTA(v) (new->v - (old ? old->v : 0)) macro 266 sys_updates = denom(DELTA(s_sys.ss_sysinfo.updates)); 267 vm_updates = denom(DELTA(s_sys.ss_vminfo.updates)); 281 pgtok((int)(DELTA(s_sys.ss_vminfo.swap_avail) 284 pgtok((int)(DELTA(s_sys.ss_vminfo.freemem) / vm_updates))); 316 adjprintf(" %*lu", 1, DELTA(s_sys.ss_sysinfo.runque) / sys_updates); 317 adjprintf(" %*lu", 1, DELTA(s_sys.ss_sysinfo.waiting) / sys_updates); 318 adjprintf(" %*lu", 1, DELTA(s_sys.ss_sysinfo.swpque) / sys_updates); 319 adjprintf(" %*u", 6, pgtok((int)(DELTA(s_sys.ss_vminfo.swap_avail) 321 adjprintf(" %*u", 5, pgtok((int)(DELTA(s_sy [all...] |
/illumos-gate/usr/src/cmd/allocate/ |
H A D | mkdevalloc.c | 83 #define DELTA 5 /* array size delta when full */ macro 1288 /* get new array space (n + DELTA) */ 1289 new = (void *)calloc(n + DELTA, size); 1304 return (n + DELTA);
|
/illumos-gate/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_main.c | 1030 #define DELTA(field) \ macro 1040 DELTA(lcols_pg_eff), DELTA(lcols_pg_att), 1041 DELTA(lcols_scan_ineffective), DELTA(lcols_scan), 1042 DELTA(lcols_unenforced_cap), DELTA(lcols_rss_sample), 1047 lcol->lcol_stat.lcols_proc_out), DELTA(lcols_proc_out), 1048 DELTA(lcols_scan_count), 1049 NSEC2MSEC(DELTA(lcols_scan_time_complet 1051 #undef DELTA macro [all...] |
/illumos-gate/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 191 #define DELTA(member) \ macro 239 nnewfile = DELTA(ncreate) + DELTA(nmkdir) + DELTA(nsymlink); 240 nnamerm = DELTA(nremove) + DELTA(nrmdir); 241 nnamechg = DELTA(nrename) + DELTA(nlink) + DELTA(nsymlink); 242 nattrret = DELTA(ngetatt [all...] |
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 3612 #define DELTA 25 /* Number of pidlist elements to allocate at a time */ macro 3646 plp = (struct pidlist *)calloc(DELTA, 3660 for (i = 0; i < DELTA - 2; i++) {
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | tdef.h | 163 #define DELTA 1024 /* delta core bytes */ macro
|
Completed in 348 milliseconds