/kernel/linux/linux-4.19/drivers/net/ |
D | vsockmon.c | 76 u64 tbytes, tpackets; in vsockmon_get_stats64() local 83 tbytes = vstats->rx_bytes; in vsockmon_get_stats64() 88 bytes += tbytes; in vsockmon_get_stats64()
|
D | nlmon.c | 69 u64 tbytes, tpackets; in nlmon_get_stats64() local 76 tbytes = nl_stats->bytes; in nlmon_get_stats64() 81 bytes += tbytes; in nlmon_get_stats64()
|
D | loopback.c | 114 u64 tbytes, tpackets; in loopback_get_stats64() local 120 tbytes = lb_stats->bytes; in loopback_get_stats64() 123 bytes += tbytes; in loopback_get_stats64()
|
D | dummy.c | 65 u64 tbytes, tpackets; in dummy_get_stats64() local 71 tbytes = dstats->tx_bytes; in dummy_get_stats64() 74 stats->tx_bytes += tbytes; in dummy_get_stats64()
|
D | vrf.c | 90 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local 96 tbytes = dstats->tx_bytes; in vrf_get_stats64() 102 stats->tx_bytes += tbytes; in vrf_get_stats64()
|
D | virtio_net.c | 1736 u64 tpackets, tbytes, rpackets, rbytes, rdrops; in virtnet_stats() local 1743 tbytes = sq->stats.bytes; in virtnet_stats() 1756 tot->tx_bytes += tbytes; in virtnet_stats()
|
/kernel/linux/linux-5.10/drivers/net/ |
D | loopback.c | 103 u64 tbytes, tpackets; in dev_lstats_read() local 110 tbytes = u64_stats_read(&lb_stats->bytes); in dev_lstats_read() 112 *bytes += tbytes; in dev_lstats_read()
|
D | vrf.c | 154 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local 160 tbytes = dstats->tx_bytes; in vrf_get_stats64() 166 stats->tx_bytes += tbytes; in vrf_get_stats64()
|
D | virtio_net.c | 1816 u64 tpackets, tbytes, rpackets, rbytes, rdrops; in virtnet_stats() local 1823 tbytes = sq->stats.bytes; in virtnet_stats() 1836 tot->tx_bytes += tbytes; in virtnet_stats()
|
/kernel/linux/linux-4.19/drivers/staging/dgnc/ |
D | digi.h | 84 unsigned long tbytes; member
|
D | dgnc_tty.c | 2484 buf.tbytes = ch->ch_txcount; in dgnc_tty_ioctl()
|
/kernel/linux/linux-4.19/drivers/mtd/nand/raw/brcmnand/ |
D | brcmnand.c | 1144 int tbytes = sas << sector_1k; in read_oob_from_regs() local 1149 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs() 1150 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs() 1152 for (j = 0; j < tbytes; j++) in read_oob_from_regs() 1154 return tbytes; in read_oob_from_regs() 1167 int tbytes = sas << sector_1k; in write_oob_to_regs() local 1172 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs() 1173 tbytes = min_t(int, tbytes, ctrl->max_oob); in write_oob_to_regs() 1175 for (j = 0; j < tbytes; j += 4) in write_oob_to_regs() 1181 return tbytes; in write_oob_to_regs()
|
/kernel/linux/linux-4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.c | 160 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in nfp_repr_get_host_stats64() local 167 tbytes = repr_stats->tx_bytes; in nfp_repr_get_host_stats64() 174 stats->tx_bytes += tbytes; in nfp_repr_get_host_stats64()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/brcmnand/ |
D | brcmnand.c | 1408 int tbytes = sas << sector_1k; in read_oob_from_regs() local 1413 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs() 1414 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs() 1416 for (j = 0; j < tbytes; j++) in read_oob_from_regs() 1418 return tbytes; in read_oob_from_regs() 1431 int tbytes = sas << sector_1k; in write_oob_to_regs() local 1436 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs() 1437 tbytes = min_t(int, tbytes, ctrl->max_oob); in write_oob_to_regs() 1439 for (j = 0; j < tbytes; j += 4) in write_oob_to_regs() 1445 return tbytes; in write_oob_to_regs()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.c | 130 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in nfp_repr_get_host_stats64() local 137 tbytes = repr_stats->tx_bytes; in nfp_repr_get_host_stats64() 144 stats->tx_bytes += tbytes; in nfp_repr_get_host_stats64()
|
/kernel/linux/linux-4.19/drivers/crypto/caam/ |
D | caampkc.c | 176 unsigned int tbytes = nbytes; in caam_rsa_count_leading_zeros() local 209 return tbytes - nbytes; in caam_rsa_count_leading_zeros()
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
D | caampkc.c | 203 unsigned int tbytes = nbytes; in caam_rsa_count_leading_zeros() local 237 return tbytes - nbytes; in caam_rsa_count_leading_zeros()
|
/kernel/linux/linux-4.19/fs/nfs/ |
D | proc.c | 537 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
|
D | nfs3xdr.c | 2182 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
|
D | super.c | 481 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | proc.c | 547 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
|
D | super.c | 278 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
|
D | nfs3xdr.c | 2146 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
|
/kernel/linux/linux-4.19/include/linux/ |
D | nfs_xdr.h | 156 __u64 tbytes; /* total size in bytes */ member
|
/kernel/linux/linux-5.10/include/linux/ |
D | nfs_xdr.h | 160 __u64 tbytes; /* total size in bytes */ member
|