Home
last modified time | relevance | path

Searched refs:cur_count (Results 1 – 3 of 3) sorted by relevance

/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_001_pos.ksh98 typeset cur_ace cur_count
100 cur_count=$(count_ACE $node)
108 if [[ "$expect_count" != "$cur_count" ]]; then
109 log_fail "FAIL: '$expect_count' != '$cur_count'"
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c1168 int cur_count; in mt7603_fill_txs() local
1171 cur_count = min_t(int, MT7603_RATE_RETRY, count); in mt7603_fill_txs()
1172 count -= cur_count; in mt7603_fill_txs()
1186 info->status.rates[i].count += cur_count; in mt7603_fill_txs()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c1394 int cur_count; in mt7615_fill_txs() local
1397 cur_count = min_t(int, MT7615_RATE_RETRY, count); in mt7615_fill_txs()
1398 count -= cur_count; in mt7615_fill_txs()
1412 info->status.rates[i].count += cur_count; in mt7615_fill_txs()