Searched refs:_bytes (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/md/bcache/
H A Dutil.h41 size_t _bytes; \
44 _bytes = (heap)->size * sizeof(*(heap)->data); \
45 (heap)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \
126 size_t _allocated_size, _bytes; \
130 _bytes = _allocated_size * sizeof(*(fifo)->data); \
135 (fifo)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \
/linux-master/net/smc/
H A Dsmc_stats.h104 this_cpu_add((*stats).smc[t].key ## _bytes, r); \
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c3893 u64 _bytes, _packets; local
3897 _bytes = sky2->rx_stats.bytes;
3902 stats->rx_bytes = _bytes;
3906 _bytes = sky2->tx_stats.bytes;
3911 stats->tx_bytes = _bytes;
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c4890 u64 _bytes, _packets; local
4922 _bytes = ring->rx_stats.bytes;
4925 bytes += _bytes;
4939 _bytes = ring->tx_stats.bytes;
4942 bytes += _bytes;
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_main.c6696 u64 _bytes, _packets; local
6723 _bytes = ring->rx_stats.bytes;
6726 bytes += _bytes;
6739 _bytes = ring->tx_stats.bytes;
6742 bytes += _bytes;

Completed in 144 milliseconds