Home
last modified time | relevance | path

Searched refs:_bytes (Results 1 – 4 of 4) sorted by relevance

/drivers/md/bcache/
Dutil.h42 size_t _bytes; \
45 _bytes = (heap)->size * sizeof(*(heap)->data); \
46 (heap)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \
127 size_t _allocated_size, _bytes; \
131 _bytes = _allocated_size * sizeof(*(fifo)->data); \
136 (fifo)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \
/drivers/net/ethernet/marvell/
Dsky2.c3894 u64 _bytes, _packets; in sky2_get_stats() local
3898 _bytes = sky2->rx_stats.bytes; in sky2_get_stats()
3903 stats->rx_bytes = _bytes; in sky2_get_stats()
3907 _bytes = sky2->tx_stats.bytes; in sky2_get_stats()
3912 stats->tx_bytes = _bytes; in sky2_get_stats()
/drivers/net/ethernet/intel/igc/
Digc_main.c4786 u64 _bytes, _packets; in igc_update_stats() local
4818 _bytes = ring->rx_stats.bytes; in igc_update_stats()
4821 bytes += _bytes; in igc_update_stats()
4835 _bytes = ring->tx_stats.bytes; in igc_update_stats()
4838 bytes += _bytes; in igc_update_stats()
/drivers/net/ethernet/intel/igb/
Digb_main.c6582 u64 _bytes, _packets; in igb_update_stats() local
6609 _bytes = ring->rx_stats.bytes; in igb_update_stats()
6612 bytes += _bytes; in igb_update_stats()
6625 _bytes = ring->tx_stats.bytes; in igb_update_stats()
6628 bytes += _bytes; in igb_update_stats()