Searched refs:bytes_count (Results 1 – 5 of 5) sorted by relevance
661 size_t bytes_count; in af_alg_count_tsgl() local670 bytes_count = sg[i].length - offset; in af_alg_count_tsgl()676 if (bytes_count >= bytes) in af_alg_count_tsgl()679 bytes -= bytes_count; in af_alg_count_tsgl()
505 .bytes_count = 0, in mlx5e_tx_mpwqe_session_start()530 session->bytes_count += txd->len; in mlx5e_tx_mpwqe_add_dseg()556 .num_bytes = session->bytes_count, in mlx5e_tx_mpwqe_session_complete()
400 u32 bytes_count; member
1107 int bytes_count = 0; in soc_tplg_dapm_widget_create() local 1195 kc[i].index = bytes_count; in soc_tplg_dapm_widget_create() 1197 bytes_count++; in soc_tplg_dapm_widget_create() 1213 w->name, mixer_count, enum_count, bytes_count); in soc_tplg_dapm_widget_create()
2537 u64 bytes_count; in ceph_alloc_readdir_reply_buffer() local2546 bytes_count = (u64)size * num_entries; in ceph_alloc_readdir_reply_buffer()2547 if (unlikely(bytes_count > ULONG_MAX)) in ceph_alloc_readdir_reply_buffer()2548 bytes_count = ULONG_MAX; in ceph_alloc_readdir_reply_buffer()2550 order = get_order((unsigned long)bytes_count); in ceph_alloc_readdir_reply_buffer()