Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/bcache/
Dutil.h44 size_t _bytes; \
47 _bytes = (heap)->size * sizeof(*(heap)->data); \
48 (heap)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \
131 size_t _allocated_size, _bytes; \
135 _bytes = _allocated_size * sizeof(*(fifo)->data); \
140 (fifo)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dbitmaps.rst13 number\_of\_bytes\_in\_a\_logical\_block.
/Linux-v4.19/drivers/net/ethernet/marvell/
Dsky2.c3910 u64 _bytes, _packets; in sky2_get_stats() local
3914 _bytes = sky2->rx_stats.bytes; in sky2_get_stats()
3919 stats->rx_bytes = _bytes; in sky2_get_stats()
3923 _bytes = sky2->tx_stats.bytes; in sky2_get_stats()
3928 stats->tx_bytes = _bytes; in sky2_get_stats()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_main.c6298 u64 _bytes, _packets; in igb_update_stats() local
6325 _bytes = ring->rx_stats.bytes; in igb_update_stats()
6328 bytes += _bytes; in igb_update_stats()
6341 _bytes = ring->tx_stats.bytes; in igb_update_stats()
6344 bytes += _bytes; in igb_update_stats()