Searched defs:bytes (Results 1 - 25 of 1127) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_counter.h11 u64 bytes; member in struct:prestera_counter_stats
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_firmware.h31 unsigned int bytes; /** length in bytes of firmware data */ member in struct:ia_css_fw
/linux-master/lib/
H A Dmemweight.c11 size_t memweight(const void *ptr, size_t bytes) argument
/linux-master/tools/include/tools/
H A Dlibc_compat.h13 size_t bytes; local
/linux-master/lib/crypto/
H A Dlibchacha.c15 chacha_crypt_generic(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) argument
H A Dpoly1305.c33 unsigned int bytes; local
/linux-master/fs/ecryptfs/
H A Ddebug.c84 void ecryptfs_dump_hex(char *data, int bytes) argument
/linux-master/arch/loongarch/lib/
H A Dxor_template.c16 void XOR_FUNC_NAME(2)(unsigned long bytes, variable
35 void XOR_FUNC_NAME(3)(unsigned long bytes, variable
57 void XOR_FUNC_NAME(4)(unsigned long bytes, variable
83 void XOR_FUNC_NAME(5)(unsigned long bytes, variable
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.h25 u32 bytes; member in struct:sg_dma_descriptor
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_compat.h40 lpfc_memcpy_to_slim(void __iomem *dest, void *src, unsigned int bytes) argument
62 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) argument
85 lpfc_memcpy_to_slim( void __iomem *dest, void *src, unsigned int bytes) argument
92 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) argument
[all...]
/linux-master/samples/seccomp/
H A Dbpf-fancy.c85 ssize_t bytes; local
/linux-master/fs/qnx4/
H A Dbitmap.c31 int bytes = min(size - total, QNX4_BLOCK_SIZE); local
/linux-master/include/crypto/
H A Dghash.h21 u32 bytes; member in struct:ghash_desc_ctx
/linux-master/include/linux/platform_data/
H A Dcros_ec_chardev.h29 uint32_t bytes; member in struct:cros_ec_readmem
/linux-master/arch/powerpc/lib/
H A Dxor_vmx_glue.c15 void xor_altivec_2(unsigned long bytes, unsigned long * __restrict p1, argument
26 void xor_altivec_3(unsigned long bytes, unsigned long * __restrict p1, argument
38 void xor_altivec_4(unsigned long bytes, unsigned long * __restrict p1, argument
51 void xor_altivec_5(unsigned long bytes, unsigned long * __restrict p1, argument
/linux-master/drivers/nvmem/
H A Dstm32-bsec-optee-ta.h66 stm32_bsec_optee_ta_read(struct tee_context *ctx, unsigned int offset, void *buf, size_t bytes) argument
73 stm32_bsec_optee_ta_write(struct tee_context *ctx, unsigned int lower, unsigned int offset, void *buf, size_t bytes) argument
/linux-master/fs/bcachefs/
H A Dvarint.c23 unsigned bytes = DIV_ROUND_UP(bits, 7); local
27 v <<= bytes; local
50 unsigned bytes = likely(in < end) local
63 v >>= bytes; local
84 unsigned bytes = DIV_ROUND_UP(bits, 7); local
87 v <<= bytes; local
115 unsigned bytes = ffz(*in) + 1; local
121 v >>= bytes; local
[all...]
/linux-master/drivers/mtd/nand/raw/atmel/
H A Dpmecc.h46 int bytes; member in struct:atmel_pmecc_user_req::__anon5254
/linux-master/include/linux/
H A Dtask_io_accounting_ops.h11 static inline void task_io_account_read(size_t bytes) argument
25 static inline void task_io_account_write(size_t bytes) argument
39 static inline void task_io_account_cancelled_write(size_t bytes) argument
59 task_io_account_read(size_t bytes) argument
68 task_io_account_write(size_t bytes) argument
77 task_io_account_cancelled_write(size_t bytes) argument
[all...]
/linux-master/lib/raid6/
H A Drecov_s390xc.c23 static void raid6_2data_recov_s390xc(int disks, size_t bytes, int faila, argument
72 static void raid6_datap_recov_s390xc(int disks, size_t bytes, int faila, argument
H A Dsse1.c40 static void raid6_sse11_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
99 static void raid6_sse12_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
H A Dmmx.c35 static void raid6_mmx1_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
83 static void raid6_mmx2_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
H A Drecov_avx512.c24 static void raid6_2data_recov_avx512(int disks, size_t bytes, int faila, argument
227 static void raid6_datap_recov_avx512(int disks, size_t bytes, int faila, argument
[all...]
/linux-master/net/rds/
H A Dpage.c68 int rds_page_remainder_alloc(struct scatterlist *scat, unsigned long bytes, argument
[all...]
/linux-master/arch/hexagon/mm/
H A Dcopy_from_user.S31 #define bytes r2 define

Completed in 394 milliseconds

1234567891011>>