Searched refs:total_count (Results 26 - 32 of 32) sorted by relevance

12

/linux-master/drivers/acpi/arm64/
H A Diort.c935 u32 total_count = count + new_count; local
943 for (i = count; i < total_count; i++)
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c97 int total_count; local
111 total_count = new_prof.tx_ring_num[TX] + new_prof.tx_ring_num[TX_XDP];
112 if (total_count > MAX_TX_RINGS) {
116 total_count, MAX_TX_RINGS);
/linux-master/fs/f2fs/
H A Ddebug.c138 si->total_count = BLKS_TO_SEGS(sbi, (int)sbi->user_block_count);
H A Dsuper.c1788 block_t total_count, user_block_count, start_count; local
1792 total_count = le64_to_cpu(sbi->raw_super->block_count);
1797 buf->f_blocks = total_count - start_count;
H A Df2fs.h3924 int total_count, utilization; member in struct:f2fs_stat_info
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dqp.c238 atomic_sub(weight, &wss->total_count);
252 atomic_inc(&wss->total_count);
262 return atomic_read(&wss->total_count) >= wss->threshold;
/linux-master/drivers/regulator/
H A Dcore.c3158 int total_count = 0; local
3176 total_count += count;
3186 WARN_ON(!total_count);

Completed in 358 milliseconds

12