Home
last modified time | relevance | path

Searched refs:len_total (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_locking.c588 int i, len_total, len_path, len_name, skip; in common_false_positive() local
593 len_total = strlen(name); in common_false_positive()
601 if (len_name > len_total) in common_false_positive()
603 skip = len_total - len_name; in common_false_positive()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c1436 uint64_t len_total = 0; in gem_send_common() local
1534 len_total += gem_setup_txbuf_copy(dp, mp, tbp); in gem_send_common()
1559 dp->stats.obytes += len_total; in gem_send_common()
1801 uint64_t len_total = 0; in gem_receive() local
1898 len_total += len; in gem_receive()
1928 dp->stats.rbytes += len_total; in gem_receive()