/kernel/linux/linux-5.10/drivers/firmware/broadcom/ |
H A D | tee_bnxt_fw.c | 136 u32 rbytes = size; in tee_bnxt_copy_coredump() local 145 while (rbytes) { in tee_bnxt_copy_coredump() 146 nbytes = rbytes; in tee_bnxt_copy_coredump() 148 nbytes = min_t(u32, rbytes, param[0].u.memref.size); in tee_bnxt_copy_coredump() 170 rbytes -= nbytes; in tee_bnxt_copy_coredump()
|
/kernel/linux/linux-6.6/drivers/firmware/broadcom/ |
H A D | tee_bnxt_fw.c | 136 u32 rbytes = size; in tee_bnxt_copy_coredump() local 145 while (rbytes) { in tee_bnxt_copy_coredump() 146 nbytes = rbytes; in tee_bnxt_copy_coredump() 148 nbytes = min_t(u32, rbytes, param[0].u.memref.size); in tee_bnxt_copy_coredump() 170 rbytes -= nbytes; in tee_bnxt_copy_coredump()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | do_balan.c | 212 (tb->lbytes != -1 || tb->rbytes != -1), in balance_leaf_when_delete_left() 213 "PAP-12055: bad rbytes (%d)/lbytes (%d) " in balance_leaf_when_delete_left() 215 tb->rbytes, tb->lbytes); in balance_leaf_when_delete_left() 217 (tb->lbytes < 1 || tb->rbytes != -1), in balance_leaf_when_delete_left() 218 "PAP-12060: bad rbytes (%d)/lbytes (%d) " in balance_leaf_when_delete_left() 220 tb->rbytes, tb->lbytes); in balance_leaf_when_delete_left() 223 leaf_shift_right(tb, tb->rnum[0], tb->rbytes); in balance_leaf_when_delete_left() 632 leaf_shift_right(tb, tb->rnum[0], tb->rbytes); in balance_leaf_insert_right() 639 if (tb->item_pos == n - tb->rnum[0] + 1 && tb->rbytes != -1) { in balance_leaf_insert_right() 658 offset = le_ih_k_offset(ih) + ((old_len - tb->rbytes) << shif in balance_leaf_insert_right() [all...] |
H A D | fix_node.c | 300 tb->rbytes = -1; in check_right() 317 tb->rbytes = -1; in check_right() 345 tb->rbytes = -1; in check_right() 355 tb->rbytes = op_check_right(vi, cur_free); in check_right() 356 if (tb->rbytes != -1) in check_right() 615 * rbytes number of bytes which flow to the right neighbor from the 639 tb->rbytes = rb; in set_parameters() 645 PROC_INFO_ADD(tb->tb_sb, rbytes[h], rb); in set_parameters() 664 to_right = tb->rnum[0] - ((tb->rbytes != -1) ? 1 : 0); in is_leaf_removable() 678 if (remain_items > 1 || tb->lbytes == -1 || tb->rbytes in is_leaf_removable() [all...] |
H A D | procfs.c | 150 " rbytes" in show_per_level() 183 SFPL(rbytes), in show_per_level()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | do_balan.c | 212 (tb->lbytes != -1 || tb->rbytes != -1), in balance_leaf_when_delete_left() 213 "PAP-12055: bad rbytes (%d)/lbytes (%d) " in balance_leaf_when_delete_left() 215 tb->rbytes, tb->lbytes); in balance_leaf_when_delete_left() 217 (tb->lbytes < 1 || tb->rbytes != -1), in balance_leaf_when_delete_left() 218 "PAP-12060: bad rbytes (%d)/lbytes (%d) " in balance_leaf_when_delete_left() 220 tb->rbytes, tb->lbytes); in balance_leaf_when_delete_left() 223 leaf_shift_right(tb, tb->rnum[0], tb->rbytes); in balance_leaf_when_delete_left() 632 leaf_shift_right(tb, tb->rnum[0], tb->rbytes); in balance_leaf_insert_right() 639 if (tb->item_pos == n - tb->rnum[0] + 1 && tb->rbytes != -1) { in balance_leaf_insert_right() 658 offset = le_ih_k_offset(ih) + ((old_len - tb->rbytes) << shif in balance_leaf_insert_right() [all...] |
H A D | fix_node.c | 300 tb->rbytes = -1; in check_right() 317 tb->rbytes = -1; in check_right() 345 tb->rbytes = -1; in check_right() 355 tb->rbytes = op_check_right(vi, cur_free); in check_right() 356 if (tb->rbytes != -1) in check_right() 615 * rbytes number of bytes which flow to the right neighbor from the 639 tb->rbytes = rb; in set_parameters() 645 PROC_INFO_ADD(tb->tb_sb, rbytes[h], rb); in set_parameters() 664 to_right = tb->rnum[0] - ((tb->rbytes != -1) ? 1 : 0); in is_leaf_removable() 678 if (remain_items > 1 || tb->lbytes == -1 || tb->rbytes in is_leaf_removable() [all...] |
H A D | procfs.c | 150 " rbytes" in show_per_level() 183 SFPL(rbytes), in show_per_level()
|
/kernel/linux/linux-5.10/drivers/nvmem/ |
H A D | stm32-romem.c | 73 u32 roffset, rbytes, val; in stm32_bsec_read() local 80 rbytes = roundup(bytes + skip_bytes, 4); in stm32_bsec_read() 82 if (roffset + rbytes > priv->cfg.size) in stm32_bsec_read() 85 for (i = roffset; (i < roffset + rbytes); i += 4) { in stm32_bsec_read()
|
/kernel/linux/linux-6.6/drivers/nvmem/ |
H A D | stm32-romem.c | 77 u32 roffset, rbytes, val; in stm32_bsec_read() local 84 rbytes = roundup(bytes + skip_bytes, 4); in stm32_bsec_read() 86 if (roffset + rbytes > priv->cfg.size) in stm32_bsec_read() 89 for (i = roffset; (i < roffset + rbytes); i += 4) { in stm32_bsec_read()
|
/kernel/linux/linux-5.10/drivers/fsi/ |
H A D | fsi-sbefifo.c | 723 size_t rbytes; in sbefifo_submit() local 737 rbytes = (*resp_len) * sizeof(__be32); in sbefifo_submit() 739 resp_iov.iov_len = rbytes; in sbefifo_submit() 740 iov_iter_kvec(&resp_iter, READ, &resp_iov, 1, rbytes); in sbefifo_submit() 748 rbytes -= iov_iter_count(&resp_iter); in sbefifo_submit() 749 *resp_len = rbytes / sizeof(__be32); in sbefifo_submit()
|
/kernel/linux/linux-6.6/drivers/fsi/ |
H A D | fsi-sbefifo.c | 744 size_t rbytes; in sbefifo_submit() local 758 rbytes = (*resp_len) * sizeof(__be32); in sbefifo_submit() 760 resp_iov.iov_len = rbytes; in sbefifo_submit() 761 iov_iter_kvec(&resp_iter, ITER_DEST, &resp_iov, 1, rbytes); in sbefifo_submit() 771 rbytes -= iov_iter_count(&resp_iter); in sbefifo_submit() 772 *resp_len = rbytes / sizeof(__be32); in sbefifo_submit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_repr.c | 130 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in nfp_repr_get_host_stats64() local 140 rbytes = repr_stats->rx_bytes; in nfp_repr_get_host_stats64() 147 stats->rx_bytes += rbytes; in nfp_repr_get_host_stats64()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_repr.c | 131 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in nfp_repr_get_host_stats64() local 141 rbytes = repr_stats->rx_bytes; in nfp_repr_get_host_stats64() 148 stats->rx_bytes += rbytes; in nfp_repr_get_host_stats64()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/ |
H A D | gve_ethtool.c | 177 tmp_rx_bytes = rx->rbytes; in gve_get_ethtool_stats() 258 tmp_rx_bytes = rx->rbytes; in gve_get_ethtool_stats()
|
H A D | gve.h | 80 u64 rbytes; /* free-running bytes received */ member
|
H A D | gve_rx.c | 437 rx->rbytes += bytes; in gve_clean_rx_done()
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | ceph_fs.h | 523 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member 840 __le64 rbytes; /* dir stats */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/ |
H A D | gve_ethtool.c | 198 tmp_rx_bytes = rx->rbytes; in gve_get_ethtool_stats() 279 tmp_rx_bytes = rx->rbytes; in gve_get_ethtool_stats()
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | ceph_fs.h | 590 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member 907 __le64 rbytes; /* dir stats */ member
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-cgroup.c | 883 u64 rbytes, wbytes, rios, wios, dbytes, dios; in blkcg_print_stat() local 909 rbytes = bis->cur.bytes[BLKG_IOSTAT_READ]; in blkcg_print_stat() 917 if (rbytes || wbytes || rios || wios) { in blkcg_print_stat() 920 "rbytes=%llu wbytes=%llu rios=%llu wios=%llu dbytes=%llu dios=%llu", in blkcg_print_stat() 921 rbytes, wbytes, rios, wios, in blkcg_print_stat()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-cgroup.c | 1108 u64 rbytes, wbytes, rios, wios, dbytes, dios; in blkcg_print_one_stat() local 1125 rbytes = bis->cur.bytes[BLKG_IOSTAT_READ]; in blkcg_print_one_stat() 1133 if (rbytes || wbytes || rios || wios) { in blkcg_print_one_stat() 1134 seq_printf(s, "rbytes=%llu wbytes=%llu rios=%llu wios=%llu dbytes=%llu dios=%llu", in blkcg_print_one_stat() 1135 rbytes, wbytes, rios, wios, in blkcg_print_one_stat()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | quota.c | 70 ci->i_rbytes = le64_to_cpu(h->rbytes); in ceph_handle_quota()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | quota.c | 71 ci->i_rbytes = le64_to_cpu(h->rbytes); in ceph_handle_quota()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | vrf.c | 155 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local 164 rbytes = dstats->rx_bytes; in vrf_get_stats64() 170 stats->rx_bytes += rbytes; in vrf_get_stats64()
|