Home
last modified time | relevance | path

Searched defs:bytes (Results 76 – 100 of 1108) sorted by relevance

12345678910>>...45

/Linux-v6.6/arch/mips/crypto/
Dpoly1305-glue.c76 u32 bytes = min(len, POLY1305_BLOCK_SIZE - dctx->buflen); in mips_poly1305_update() local
106 u32 bytes = min(nbytes, POLY1305_BLOCK_SIZE - dctx->buflen); in poly1305_update_arch() local
/Linux-v6.6/tools/lib/
Dstring.c172 static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes) in check_bytes8()
192 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv()
/Linux-v6.6/lib/raid6/
Drecov_neon_inner.c28 void __raid6_2data_recov_neon(int bytes, uint8_t *p, uint8_t *q, uint8_t *dp, in __raid6_2data_recov_neon()
78 void __raid6_datap_recov_neon(int bytes, uint8_t *p, uint8_t *q, uint8_t *dq, in __raid6_datap_recov_neon()
/Linux-v6.6/drivers/nvmem/
Du-boot-env.c54 size_t bytes) in u_boot_env_read()
76 unsigned int offset, void *buf, size_t bytes) in u_boot_env_read_post_process_ethaddr()
148 size_t bytes; in u_boot_env_parse() local
Dmtk-efuse.c24 unsigned int reg, void *_val, size_t bytes) in mtk_reg_read()
38 unsigned int offset, void *data, size_t bytes) in mtk_efuse_gpu_speedbin_pp()
Dqcom-spmi-sdam.c64 size_t bytes) in sdam_read()
85 size_t bytes) in sdam_write()
/Linux-v6.6/drivers/acpi/acpica/
Dutmisc.c90 u8 bytes[4]; in acpi_ut_dword_byte_swap() member
94 u8 bytes[4]; in acpi_ut_dword_byte_swap() member
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dl4lb_all.c15 __u64 bytes; in test_l4lb() member
27 __u64 bytes = 0, pkts = 0; in test_l4lb() local
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_eeprom.c228 u16 bytes) in amdgpu_eeprom_read()
236 u16 bytes) in amdgpu_eeprom_write()
/Linux-v6.6/arch/powerpc/lib/
Dpmem.c16 unsigned long bytes = l1_dcache_bytes(); in __clean_pmem_range() local
28 unsigned long bytes = l1_dcache_bytes(); in __flush_pmem_range() local
/Linux-v6.6/include/crypto/
Dchacha.h97 unsigned int bytes, int nrounds) in chacha_crypt()
106 unsigned int bytes) in chacha20_crypt()
/Linux-v6.6/drivers/video/fbdev/mb862xx/
Dmb862xxfb_accel.c76 u16 bytes; in mb86290fb_imageblit1() local
125 u16 bytes; in mb86290fb_imageblit8() local
164 u16 bytes; in mb86290fb_imageblit16() local
/Linux-v6.6/arch/powerpc/sysdev/xics/
Dicp-native.c30 u8 bytes[4]; member
34 u8 bytes[4]; member
39 u8 bytes[4]; member
/Linux-v6.6/drivers/gpu/drm/i915/gvt/
Dinterrupt.c179 unsigned int reg, void *p_data, unsigned int bytes) in intel_vgpu_reg_imr_handler()
209 unsigned int reg, void *p_data, unsigned int bytes) in intel_vgpu_reg_master_irq_handler()
248 unsigned int reg, void *p_data, unsigned int bytes) in intel_vgpu_reg_ier_handler()
287 void *p_data, unsigned int bytes) in intel_vgpu_reg_iir_handler()
/Linux-v6.6/fs/ntfs/
Dfile.c564 unsigned nr_pages, s64 pos, size_t bytes) in ntfs_prepare_pages_for_non_resident_write()
1379 s64 pos, size_t bytes) in ntfs_commit_pages_after_non_resident_write()
1533 const unsigned nr_pages, s64 pos, size_t bytes) in ntfs_commit_pages_after_write()
1679 unsigned ofs, struct iov_iter *i, size_t bytes) in ntfs_copy_from_user_iter()
1731 size_t bytes; in ntfs_perform_write() local
/Linux-v6.6/drivers/android/
Dbinder_alloc.c1117 binder_size_t offset, size_t bytes) in check_buffer()
1173 size_t bytes = binder_alloc_buffer_size(alloc, buffer); in binder_alloc_clear_buf() local
1207 size_t bytes) in binder_alloc_copy_user_to_buffer()
1239 size_t bytes) in binder_alloc_do_buffer_copy()
1269 size_t bytes) in binder_alloc_copy_to_buffer()
1279 size_t bytes) in binder_alloc_copy_from_buffer()
/Linux-v6.6/net/core/
Dskmsg.c138 void sk_msg_return_zero(struct sock *sk, struct sk_msg *msg, int bytes) in sk_msg_return_zero()
162 void sk_msg_return(struct sock *sk, struct sk_msg *msg, int bytes) in sk_msg_return()
224 u32 bytes, bool charge) in __sk_msg_free_partial()
251 void sk_msg_free_partial(struct sock *sk, struct sk_msg *msg, u32 bytes) in sk_msg_free_partial()
258 u32 bytes) in sk_msg_free_partial_nocharge()
312 struct sk_msg *msg, u32 bytes) in sk_msg_zerocopy_from_iter()
369 struct sk_msg *msg, u32 bytes) in sk_msg_memcopy_from_iter()
Dgen_stats.c135 u64 bytes, packets; in gnet_stats_add_basic_cpu() local
154 u64 bytes = 0; in gnet_stats_add_basic() local
187 u64 bytes, packets; in gnet_stats_read_basic() local
/Linux-v6.6/arch/arm64/crypto/
Dpoly1305-glue.c85 u32 bytes = min(len, POLY1305_BLOCK_SIZE - dctx->buflen); in neon_poly1305_do_update() local
129 u32 bytes = min(nbytes, POLY1305_BLOCK_SIZE - dctx->buflen); in poly1305_update_arch() local
Dchacha-neon-glue.c43 int bytes, int nrounds) in chacha_doneon()
83 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch()
/Linux-v6.6/sound/soc/sof/
Diomem-utils.c55 void *message, size_t bytes) in sof_mailbox_write()
64 void *message, size_t bytes) in sof_mailbox_read()
/Linux-v6.6/arch/powerpc/mm/
Dcacheflush.c37 unsigned long bytes = l1_icache_bytes(); in invalidate_icache_range() local
86 unsigned long bytes = l1_dcache_bytes(); in flush_dcache_icache_phys() local
/Linux-v6.6/drivers/vdpa/mlx5/net/
Ddebug.c57 u64 bytes; in packets_show() local
72 u64 bytes; in bytes_show() local
/Linux-v6.6/drivers/mtd/ubi/
Dupd.c75 long long bytes) in clear_update_marker()
115 long long bytes) in ubi_start_update()
/Linux-v6.6/drivers/net/
Dloopback.c95 void dev_lstats_read(struct net_device *dev, u64 *packets, u64 *bytes) in dev_lstats_read()
122 u64 packets, bytes; in loopback_get_stats64() local

12345678910>>...45