Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/bcache/
Dutil.h44 size_t _bytes; \
47 _bytes = (heap)->size * sizeof(*(heap)->data); \
48 (heap)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \
129 size_t _allocated_size, _bytes; \
133 _bytes = _allocated_size * sizeof(*(fifo)->data); \
138 (fifo)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \
/Linux-v5.4/Documentation/filesystems/ext4/
Dbitmaps.rst13 number\_of\_bytes\_in\_a\_logical\_block.
/Linux-v5.4/drivers/net/ethernet/intel/igc/
Digc_main.c1907 u64 _bytes, _packets; in igc_update_stats() local
1939 _bytes = ring->rx_stats.bytes; in igc_update_stats()
1942 bytes += _bytes; in igc_update_stats()
1956 _bytes = ring->tx_stats.bytes; in igc_update_stats()
1959 bytes += _bytes; in igc_update_stats()
/Linux-v5.4/drivers/net/ethernet/marvell/
Dsky2.c3893 u64 _bytes, _packets; in sky2_get_stats() local
3897 _bytes = sky2->rx_stats.bytes; in sky2_get_stats()
3902 stats->rx_bytes = _bytes; in sky2_get_stats()
3906 _bytes = sky2->tx_stats.bytes; in sky2_get_stats()
3911 stats->tx_bytes = _bytes; in sky2_get_stats()
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb_main.c6271 u64 _bytes, _packets; in igb_update_stats() local
6298 _bytes = ring->rx_stats.bytes; in igb_update_stats()
6301 bytes += _bytes; in igb_update_stats()
6314 _bytes = ring->tx_stats.bytes; in igb_update_stats()
6317 bytes += _bytes; in igb_update_stats()