Home
last modified time | relevance | path

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

/drivers/nvme/target/
A Dpr.c95 u64 cur_count; in nvmet_execute_get_log_page_resv() local
109 cur_count = le64_to_cpu(log.count); in nvmet_execute_get_log_page_resv()
112 if (next_count > cur_count) in nvmet_execute_get_log_page_resv()
113 lost_count = next_count - cur_count - 1; in nvmet_execute_get_log_page_resv()
115 lost_count = U64_MAX - cur_count + next_count - 1; in nvmet_execute_get_log_page_resv()
120 log.count = cpu_to_le64((cur_count + lost_count) == 0 ? in nvmet_execute_get_log_page_resv()
121 1 : (cur_count + lost_count)); in nvmet_execute_get_log_page_resv()
/drivers/net/wireless/mediatek/mt76/mt7603/
A Dmac.c1165 int cur_count; in mt7603_fill_txs() local
1168 cur_count = min_t(int, MT7603_RATE_RETRY, count); in mt7603_fill_txs()
1169 count -= cur_count; in mt7603_fill_txs()
1183 info->status.rates[i].count += cur_count; in mt7603_fill_txs()
/drivers/iommu/arm/arm-smmu/
A Darm-smmu.c182 it.cur_count = 1; in arm_smmu_register_legacy_master()
189 sids = kcalloc(it.cur_count, sizeof(*sids), GFP_KERNEL); in arm_smmu_register_legacy_master()
194 of_phandle_iterator_args(&it, sids, it.cur_count); in arm_smmu_register_legacy_master()
195 err = iommu_fwspec_add_ids(dev, sids, it.cur_count); in arm_smmu_register_legacy_master()
/drivers/net/wireless/mediatek/mt76/mt7615/
A Dmac.c1384 int cur_count; in mt7615_fill_txs() local
1387 cur_count = min_t(int, MT7615_RATE_RETRY, count); in mt7615_fill_txs()
1388 count -= cur_count; in mt7615_fill_txs()
1402 info->status.rates[i].count += cur_count; in mt7615_fill_txs()
/drivers/of/
A Dbase.c1339 it->cur_count = count; in of_phandle_iterator_next()
1359 count = it->cur_count; in of_phandle_iterator_args()

Completed in 22 milliseconds