/kernel/linux/linux-5.10/lib/raid6/ |
H A D | avx2.c | 34 static void raid6_avx21_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_avx21_gen_syndrome() 83 size_t bytes, void **ptrs) in raid6_avx21_xor_syndrome() 141 static void raid6_avx22_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_avx22_gen_syndrome() 193 size_t bytes, void **ptrs) in raid6_avx22_xor_syndrome() 273 static void raid6_avx24_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_avx24_gen_syndrome() 354 size_t bytes, void **ptrs) in raid6_avx24_xor_syndrome()
|
H A D | sse2.c | 36 static void raid6_sse21_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_sse21_gen_syndrome() 88 size_t bytes, void **ptrs) in raid6_sse21_xor_syndrome() 146 static void raid6_sse22_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_sse22_gen_syndrome() 199 size_t bytes, void **ptrs) in raid6_sse22_xor_syndrome() 278 static void raid6_sse24_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_sse24_gen_syndrome() 365 size_t bytes, void **ptrs) in raid6_sse24_xor_syndrome()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_error.c | 83 size_t count) in xfs_errortag_attr_store() 338 size_t bufsize, in xfs_corruption_error() 383 size_t bufsz, in xfs_buf_verifier_error() 401 sz = min_t(size_t, XFS_CORRUPTION_DUMP_LEN, bufsz); in xfs_buf_verifier_error() 435 size_t bufsz, in xfs_inode_verifier_error() 451 sz = min_t(size_t, XFS_CORRUPTION_DUMP_LEN, bufsz); in xfs_inode_verifier_error()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | wep.c | 109 size_t klen, u8 *data, size_t data_len) in ieee80211_wep_encrypt_data() 136 size_t len; in ieee80211_wep_encrypt() 166 size_t klen, u8 *data, size_t data_len) in ieee80211_wep_decrypt_data() 200 size_t len; in ieee80211_wep_decrypt()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_debugfs_crc.c | 88 size_t count; in crc_control_show() 91 size_t values_cnt; in crc_control_show() 121 size_t len, loff_t *offp) in crc_control_write() 127 size_t values_cnt; in crc_control_write() 200 size_t values_cnt; in crtc_crc_open() 285 size_t count, loff_t *pos) in crtc_crc_read()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | zns.c | 117 unsigned int nr_zones, size_t *buflen) in nvme_zns_alloc_report_buffer() 120 size_t bufsize; in nvme_zns_alloc_report_buffer() 123 const size_t min_bufsize = sizeof(struct nvme_zone_report) + in nvme_zns_alloc_report_buffer() 131 bufsize = min_t(size_t, bufsize, in nvme_zns_alloc_report_buffer() 133 bufsize = min_t(size_t, bufsize, queue_max_segments(q) << PAGE_SHIFT); in nvme_zns_alloc_report_buffer() 176 size_t buflen; in nvme_ns_report_zones()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A D | wl1251.h | 67 min_t(size_t, len, DEBUG_DUMP_LIMIT), \ 77 min_t(size_t, len, DEBUG_DUMP_LIMIT), \ 248 void (*read)(struct wl1251 *wl, int addr, void *buf, size_t len); 249 void (*write)(struct wl1251 *wl, int addr, void *buf, size_t len); 286 size_t fw_len; 288 size_t nvs_len;
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-dw-bt1.c | 74 static void dw_spi_bt1_dirmap_copy_from_map(void *to, void __iomem *from, size_t len) in dw_spi_bt1_dirmap_copy_from_map() 76 size_t shift, chunk; in dw_spi_bt1_dirmap_copy_from_map() 83 shift = (size_t)from & 0x3; in dw_spi_bt1_dirmap_copy_from_map() 85 chunk = min_t(size_t, 4 - shift, len); in dw_spi_bt1_dirmap_copy_from_map() 108 u64 offs, size_t len, void *buf) in dw_spi_bt1_dirmap_read() 123 len = min_t(size_t, len, dwsbt1->map_len - offs); in dw_spi_bt1_dirmap_read()
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro_vp9.c | 22 static size_t hantro_vp9_tile_filter_size(unsigned int height) in hantro_vp9_tile_filter_size() 34 static size_t hantro_vp9_bsd_control_size(unsigned int height) in hantro_vp9_bsd_control_size() 44 static size_t hantro_vp9_segment_map_size(unsigned int width, unsigned int height) in hantro_vp9_segment_map_size() 56 static inline size_t hantro_vp9_prob_tab_size(void) in hantro_vp9_prob_tab_size() 61 static inline size_t hantro_vp9_count_tab_size(void) in hantro_vp9_count_tab_size() 66 static inline size_t hantro_vp9_tile_info_size(void) in hantro_vp9_tile_info_size()
|
H A D | hantro_hw.h | 59 size_t size; 459 static inline size_t 472 static inline size_t 499 static inline size_t 514 static inline size_t 517 size_t num_sbs = hantro_av1_num_sbs(width) * hantro_av1_num_sbs(height); in hantro_av1_mv_size()
|
/kernel/linux/linux-6.6/drivers/misc/lkdtm/ |
H A D | core.c | 35 size_t count, loff_t *off); 37 size_t count, loff_t *off); 43 size_t count, loff_t *off); 226 size_t count, loff_t *off) in lkdtm_debugfs_entry() 265 size_t count, loff_t *off) in lkdtm_debugfs_read() 302 size_t count, loff_t *off) in direct_entry()
|
/kernel/linux/linux-6.6/drivers/mtd/devices/ |
H A D | ms02-nv.c | 54 size_t len, size_t *retlen, u_char *buf) in ms02nv_read() 64 size_t len, size_t *retlen, const u_char *buf) in ms02nv_write() 80 size_t size; in ms02nv_probe_one() 113 size_t size, fixsize; in ms02nv_init_one()
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | gluebi.c | 153 static int gluebi_read(struct mtd_info *mtd, loff_t from, size_t len, in gluebi_read() 154 size_t *retlen, unsigned char *buf) in gluebi_read() 163 size_t to_read = mtd->erasesize - offs; in gluebi_read() 193 static int gluebi_write(struct mtd_info *mtd, loff_t to, size_t len, in gluebi_write() 194 size_t *retlen, const u_char *buf) in gluebi_write() 207 size_t to_write = mtd->erasesize - offs; in gluebi_write()
|
/kernel/linux/linux-6.6/drivers/accel/ivpu/ |
H A D | ivpu_debugfs.c | 132 fw_log_fops_write(struct file *file, const char __user *user_buf, size_t size, loff_t *pos) in fw_log_fops_write() 155 size_t size, loff_t *pos) in fw_trace_destination_mask_fops_write() 182 size_t size, loff_t *pos) in fw_trace_hw_comp_mask_fops_write() 208 fw_trace_level_fops_write(struct file *file, const char __user *user_buf, size_t size, loff_t *pos) in fw_trace_level_fops_write() 234 ivpu_reset_engine_fn(struct file *file, const char __user *user_buf, size_t size, loff_t *pos) in ivpu_reset_engine_fn() 250 ivpu_force_recovery_fn(struct file *file, const char __user *user_buf, size_t size, loff_t *pos) in ivpu_force_recovery_fn()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | sysfs.c | 88 static size_t nfs_string_strip(const char *c, size_t len) in nfs_string_strip() 97 const char *buf, size_t count) in nfs_netns_identifier_store() 104 size_t len; in nfs_netns_identifier_store() 106 len = nfs_string_strip(buf, min_t(size_t, count, CONTAINER_ID_MAXLEN)); in nfs_netns_identifier_store() 242 const char *buf, size_t count) in shutdown_store()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | unistr.c | 54 bool ntfs_are_names_equal(const ntfschar *s1, size_t s1_len, in ntfs_are_names_equal() 55 const ntfschar *s2, size_t s2_len, const IGNORE_CASE_BOOL ic, in ntfs_are_names_equal() 135 int ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n) in ntfs_ucsncmp() 138 size_t i; in ntfs_ucsncmp() 171 int ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, in ntfs_ucsncasecmp() 174 size_t i; in ntfs_ucsncasecmp()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | grant-dma-ops.c | 78 static void *xen_grant_dma_alloc(struct device *dev, size_t size, in xen_grant_dma_alloc() 116 static void xen_grant_dma_free(struct device *dev, size_t size, void *vaddr, in xen_grant_dma_free() 145 static struct page *xen_grant_dma_alloc_pages(struct device *dev, size_t size, in xen_grant_dma_alloc_pages() 159 static void xen_grant_dma_free_pages(struct device *dev, size_t size, in xen_grant_dma_free_pages() 167 unsigned long offset, size_t size, in xen_grant_dma_map_page() 203 size_t size, enum dma_data_direction dir, in xen_grant_dma_unmap_page()
|
/kernel/linux/linux-6.6/include/linux/soc/qcom/ |
H A D | geni-se.h | 502 void geni_se_tx_init_dma(struct geni_se *se, dma_addr_t iova, size_t len); 504 int geni_se_tx_dma_prep(struct geni_se *se, void *buf, size_t len, 507 void geni_se_rx_init_dma(struct geni_se *se, dma_addr_t iova, size_t len); 509 int geni_se_rx_dma_prep(struct geni_se *se, void *buf, size_t len, 512 void geni_se_tx_dma_unprep(struct geni_se *se, dma_addr_t iova, size_t len); 514 void geni_se_rx_dma_unprep(struct geni_se *se, dma_addr_t iova, size_t len);
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nfc.h | 44 typedef void (*se_io_cb_t)(void *context, u8 *apdu, size_t apdu_len, int err); 55 u8 comm_mode, u8 *gb, size_t gb_len); 73 u8 *apdu, size_t apdu_length, 160 int (*doit)(struct nfc_dev *dev, void *data, size_t data_len); 270 u8 *nfc_get_local_general_bytes(struct nfc_dev *dev, size_t *gb_len); 283 const u8 *gb, size_t gb_len);
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-dw-bt1.c | 74 static void dw_spi_bt1_dirmap_copy_from_map(void *to, void __iomem *from, size_t len) in dw_spi_bt1_dirmap_copy_from_map() 76 size_t shift, chunk; in dw_spi_bt1_dirmap_copy_from_map() 83 shift = (size_t)from & 0x3; in dw_spi_bt1_dirmap_copy_from_map() 85 chunk = min_t(size_t, 4 - shift, len); in dw_spi_bt1_dirmap_copy_from_map() 108 u64 offs, size_t len, void *buf) in dw_spi_bt1_dirmap_read() 123 len = min_t(size_t, len, dwsbt1->map_len - offs); in dw_spi_bt1_dirmap_read()
|
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm-interface.c | 61 static ssize_t tpm_try_transmit(struct tpm_chip *chip, void *buf, size_t bufsiz) in tpm_try_transmit() 153 ssize_t tpm_transmit(struct tpm_chip *chip, u8 *buf, size_t bufsiz) in tpm_transmit() 161 const size_t save_size = min(sizeof(save), bufsiz); in tpm_transmit() 214 size_t min_rsp_body_length, const char *desc) in tpm_transmit_cmd() 353 int tpm_send(struct tpm_chip *chip, void *cmd, size_t buflen) in tpm_send() 454 int tpm_get_random(struct tpm_chip *chip, u8 *out, size_t max) in tpm_get_random()
|
H A D | xen-tpmfront.c | 129 static size_t shr_data_offset(struct vtpm_shared_page *shr) in shr_data_offset() 134 static int vtpm_send(struct tpm_chip *chip, u8 *buf, size_t count) in vtpm_send() 138 size_t offset = shr_data_offset(shr); in vtpm_send() 176 static int vtpm_recv(struct tpm_chip *chip, u8 *buf, size_t count) in vtpm_recv() 180 size_t offset = shr_data_offset(shr); in vtpm_recv() 181 size_t length = shr->length; in vtpm_recv()
|
H A D | tpm.h | 240 ssize_t tpm_transmit(struct tpm_chip *chip, u8 *buf, size_t bufsiz); 253 const char *desc, size_t min_cap_length); 254 int tpm1_get_random(struct tpm_chip *chip, u8 *out, size_t max); 295 int tpm2_get_random(struct tpm_chip *chip, u8 *dest, size_t max); 310 size_t cmdsiz); 312 size_t *bufsiz);
|
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | altera-ps-spi.c | 108 const char *buf, size_t count) in altera_ps_write_init() 153 static void rev_buf(char *buf, size_t len) in rev_buf() 156 size_t extra_bytes = (len & 0x03); in rev_buf() 176 size_t count) in altera_ps_write() 184 size_t stride = min_t(size_t, fw_data_end - fw_data, SZ_4K); in altera_ps_write()
|
H A D | lattice-sysconfig.c | 14 size_t buf_len) in sysconfig_cmd_write() 20 size_t tx_len, void *rx_buf, size_t rx_len) in sysconfig_cmd_read() 206 const char *buf, size_t count) in sysconfig_bitstream_burst_write() 274 const char *buf, size_t count) in sysconfig_ops_write_init() 316 size_t count) in sysconfig_ops_write()
|