Home
last modified time | relevance | path

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

/linux/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/drivers/net/wireless/morsemicro/mm81x/
H A Dyaps_hw.c19 #define YAPS_CALC_PADDING(_bytes) ((_bytes) & 0x3 ? (4 - ((_bytes) & 0x3)) : 0) argument
/linux/net/smc/
H A Dsmc_stats.h106 this_cpu_add((*stats).smc[t].key ## _bytes, r); \
/linux/rust/zerocopy/src/
H A Dimpls.rs1711 … fn test_try_from_ref<'bytes>(&mut self, _bytes: &'bytes [u8]) -> Option<Option<&'bytes $ty>> { in test_impls()
1721 …fn test_try_from_mut<'bytes>(&mut self, _bytes: &'bytes mut [u8]) -> Option<Option<&'bytes mut $ty… in test_impls()
1739 fn test_try_read_from(&mut self, _bytes: &[u8]) -> Option<Option<&$ty>> { in test_impls()
/linux/drivers/net/ethernet/marvell/
H A Dsky2.c3892 u64 _bytes, _packets; in sky2_get_stats() local
3896 _bytes = sky2->rx_stats.bytes; in sky2_get_stats()
3901 stats->rx_bytes = _bytes; in sky2_get_stats()
3905 _bytes = sky2->tx_stats.bytes; in sky2_get_stats()
3910 stats->tx_bytes = _bytes; in sky2_get_stats()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c5154 u64 _bytes, _packets; in igc_update_stats() local
5186 _bytes = ring->rx_stats.bytes; in igc_update_stats()
5189 bytes += _bytes; in igc_update_stats()
5203 _bytes = ring->tx_stats.bytes; in igc_update_stats()
5206 bytes += _bytes; in igc_update_stats()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c6765 u64 _bytes, _packets; in igb_update_stats() local
6792 _bytes = ring->rx_stats.bytes; in igb_update_stats()
6795 bytes += _bytes; in igb_update_stats()
6808 _bytes = ring->tx_stats.bytes; in igb_update_stats()
6811 bytes += _bytes; in igb_update_stats()