Home
last modified time | relevance | path

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

/linux/crypto/
H A Daf_alg.c661 size_t bytes_count; in af_alg_count_tsgl() local
670 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()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c505 .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()
H A Den.h400 u32 bytes_count; member
/linux/sound/soc/
H A Dsoc-topology.c1107 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()
/linux/fs/ceph/
H A Dmds_client.c2537 u64 bytes_count; in ceph_alloc_readdir_reply_buffer() local
2546 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()