Home
last modified time | relevance | path

Searched refs:DELTA (Results 1 – 25 of 45) sorted by relevance

12

/NextBSD/usr.bin/nfsstat/
HDnfsstat.c86 #define DELTA(field) (nfsstats.field - lastst.field) macro
680 DELTA(rpccnt[NFSPROC_GETATTR]), in exp_sidewaysintpr()
681 DELTA(rpccnt[NFSPROC_LOOKUP]), in exp_sidewaysintpr()
682 DELTA(rpccnt[NFSPROC_READLINK]), in exp_sidewaysintpr()
683 DELTA(rpccnt[NFSPROC_READ]), in exp_sidewaysintpr()
684 DELTA(rpccnt[NFSPROC_WRITE]), in exp_sidewaysintpr()
685 DELTA(rpccnt[NFSPROC_RENAME]), in exp_sidewaysintpr()
686 DELTA(rpccnt[NFSPROC_ACCESS]), in exp_sidewaysintpr()
687 DELTA(rpccnt[NFSPROC_READDIR]) + in exp_sidewaysintpr()
688 DELTA(rpccnt[NFSPROC_READDIRPLUS]) in exp_sidewaysintpr()
[all …]
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDpl_flowtime_example.txt7 C TIME(us) FILE DELTA(us) -- SUB
20 The DELTA(us) column shows time from that line to the previous line, and
36 C TIME(us) FILE DELTA(us) -- SUB
185 The DELTA column shows that most time is spent in the find_nets() and
191 Some times get trickier to comprehend. The 2nd last line with a DELTA time
HDsh_flowtime_example.txt8 C TIME(us) FILE DELTA(us) -- NAME
27 The DELTA(us) column is interpreted as follows,
47 C TIME(us) FILE DELTA(us) -- NAME
HDphp_flowtime_example.txt7 C TIME(us) FILE DELTA(us) -- FUNC
29 The DELTA(us) column shows time from that line to the previous line, and
HDjs_flowinfo_example.txt7 C PID DELTA(us) FILE:LINE TYPE -- FUNC
31 The DELTA(us) column shows the change in time from the previous line to the
HDjs_flowtime_example.txt7 C TIME(us) FILE DELTA(us) -- FUNC
33 The DELTA(us) column shows time from that line to the previous line, and
HDphp_flowinfo_example.txt7 C PID/TID DELTA(us) FILE:LINE TYPE -- FUNC
27 The DELTA(us) column shows time from that line to the previous line, and
HDrb_flowtime_example.txt7 C TIME(us) FILE DELTA(us) -- CLASS::METHOD
45 The DELTA(us) column shows time from that line to the previous line, and
HDrb_flowinfo_example.txt7 C PID DELTA(us) FILE:LINE TYPE -- NAME
43 The DELTA(us) column shows the change in time from the previous line to the
HDpl_flowinfo_example.txt7 C PID DELTA(us) FILE:LINE TYPE -- SUB
20 The DELTA(us) column shows time from that line to the previous line, and
40 C PID DELTA(us) FILE:LINE TYPE -- SUB
HDsh_flowinfo_example.txt8 C PID DELTA(us) FILE:LINE TYPE -- NAME
32 The DELTA(us) column shows time from that line to the previous line, and
50 C PID DELTA(us) FILE:LINE TYPE -- NAME
HDtcl_flowtime_example.txt8 C PID TIME(us) DELTA(us) -- CALL
HDphp_syscolors_example.txt15 C PID/TID DELTA(us) FILE:LINE TYPE -- NAME
HDpy_flowtime_example.txt7 C TIME(us) FILE DELTA(us) -- FUNC
476 The DELTA(us) column shows time from that line to the previous line, and
HDpl_syscolors_example.txt15 C PID DELTA(us) FILE:LINE TYPE -- NAME
HDpy_flowinfo_example.txt8 C PID DELTA(us) FILE:LINE TYPE -- FUNC
474 The DELTA(us) column shows the change in time from the previous line to the
HDrb_syscolors_example.txt15 C PID DELTA(us) FILE:LINE TYPE -- NAME
/NextBSD/lib/libdevstat/
HDdevstat.c1216 #define DELTA(field, index) \ macro
1250 totalbytesread = DELTA(bytes, DEVSTAT_READ); in devstat_compute_statistics()
1251 totalbyteswrite = DELTA(bytes, DEVSTAT_WRITE); in devstat_compute_statistics()
1252 totalbytesfree = DELTA(bytes, DEVSTAT_FREE); in devstat_compute_statistics()
1255 totaltransfersread = DELTA(operations, DEVSTAT_READ); in devstat_compute_statistics()
1256 totaltransferswrite = DELTA(operations, DEVSTAT_WRITE); in devstat_compute_statistics()
1257 totaltransfersother = DELTA(operations, DEVSTAT_NO_DATA); in devstat_compute_statistics()
1258 totaltransfersfree = DELTA(operations, DEVSTAT_FREE); in devstat_compute_statistics()
/NextBSD/sys/gnu/fs/reiserfs/
HDreiserfs_hashes.c31 #define DELTA 0x9E3779B9 macro
48 sum += DELTA; \
/NextBSD/sys/dev/pccbb/
HDpccbb_pci.c751 #define DELTA (CBB_SOCKET_MASK_CD) in cbb_pci_filt() macro
752 if (sockevent & DELTA) { in cbb_pci_filt()
753 cbb_clrb(sc, CBB_SOCKET_MASK, DELTA); in cbb_pci_filt()
754 cbb_set(sc, CBB_SOCKET_EVENT, DELTA); in cbb_pci_filt()
759 #undef DELTA in cbb_pci_filt()
/NextBSD/cddl/contrib/dtracetoolkit/Notes/
HDALLinclusive_notes.txt50 1 C TIME(us) FILE DELTA(us) -- NAME
HDALLexclusive_notes.txt53 1 C TIME(us) FILE DELTA(us) -- NAME
/NextBSD/share/misc/
HDeqnchar17 ndefine =del % = to DELTA %
/NextBSD/tools/tools/locale/etc/charmaps/
HDISO8859-7.TXT253 0xC4 0x0394 # GREEK CAPITAL LETTER DELTA
284 0xE4 0x03B4 # GREEK SMALL LETTER DELTA
/NextBSD/contrib/subversion/subversion/libsvn_fs_fs/
HDstructure532 "DELTA\n" or "DELTA <rev> <item_index> <length>\n", where <rev>,
582 for DELTA representations if the reconstructed full-text is actually

12