Home
last modified time | relevance | path

Searched refs:size_t (Results 23151 - 23175 of 46522) sorted by relevance

1...<<921922923924925926927928929930>>...1861

/kernel/linux/linux-5.10/drivers/usb/usbip/
H A Dstub_tx.c156 size_t txsize; in stub_send_ret_submit()
158 size_t total_size = 0; in stub_send_ret_submit()
368 size_t txsize; in stub_send_ret_unlink()
370 size_t total_size = 0; in stub_send_ret_unlink()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-pci-renesas.c54 const u32 *fw, size_t step, bool rom) in renesas_fw_download_image()
56 size_t i; in renesas_fw_download_image()
120 size_t length) in renesas_fw_verify()
293 size_t i; in renesas_fw_download()
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcmap.c169 size_t size; in fb_copy_cmap()
178 size = min_t(size_t, to->len - tooff, from->len - fromoff); in fb_copy_cmap()
194 size_t size; in fb_cmap_to_user()
203 size = min_t(size_t, to->len - tooff, from->len - fromoff); in fb_cmap_to_user()
/kernel/linux/linux-5.10/drivers/usb/typec/
H A Dtps6598x.c107 tps6598x_block_read(struct tps6598x *tps, u8 reg, void *val, size_t len) in tps6598x_block_read()
130 const void *val, size_t len) in tps6598x_block_write()
265 size_t in_len, u8 *in_data, in tps6598x_exec_cmd()
266 size_t out_len, u8 *out_data) in tps6598x_exec_cmd()
/kernel/linux/linux-5.10/include/linux/
H A Dsysfs.h170 size_t size;
173 char *, loff_t, size_t);
175 char *, loff_t, size_t);
232 ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);
H A Dsocket.h161 static inline size_t msg_data_left(struct msghdr *msg) in msg_data_left()
415 struct iovec __user **uiov, size_t *nsegs);
418 extern int __sys_recvfrom(int fd, void __user *ubuf, size_t size,
421 extern int __sys_sendto(int fd, void __user *buff, size_t len,
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Drt5514-spi.c45 size_t buf_size, get_size, dma_offset;
79 size_t period_bytes, truncated_bytes = 0; in rt5514_spi_copy_work()
319 int rt5514_spi_burst_read(unsigned int addr, u8 *rxbuf, size_t len) in rt5514_spi_burst_read()
397 int rt5514_spi_burst_write(u32 addr, const u8 *txbuf, size_t len) in rt5514_spi_burst_write()
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dcontrol.c223 size_t size; in snd_sof_bytes_get()
257 size_t size; in snd_sof_bytes_put()
379 size_t data_size; in snd_sof_bytes_ext_volatile_get()
454 size_t data_size; in snd_sof_bytes_ext_get()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dgenelf.c108 size_t csize __maybe_unused) in gen_build_id()
111 size_t sz = sizeof(note->build_id); in gen_build_id()
132 size_t csize) in gen_build_id()
143 gen_build_id(struct buildid_note *note, unsigned long load_addr, const void *code, size_t csize) in gen_build_id()
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dpcwd_usb.c27 #include <linux/types.h> /* For standard types (like size_t) */
128 size_t intr_size;
362 size_t len, loff_t *ppos) in usb_pcwd_write()
367 size_t i; in usb_pcwd_write()
510 size_t len, loff_t *ppos) in usb_pcwd_temperature_read()
/kernel/linux/linux-5.10/include/trace/events/
H A Dxen.h56 TP_PROTO(size_t args),
59 __field(size_t, args)
114 TP_PROTO(unsigned long op, size_t args, enum xen_mc_extend_args res),
118 __field(size_t, args)
/kernel/linux/linux-5.10/drivers/xen/
H A Dsys-hypervisor.c34 ssize_t (*store)(struct hyp_sysfs_attr *, const char *, size_t);
417 const char *buffer, size_t len) in pmu_mode_store()
466 const char *buffer, size_t len) in pmu_features_store()
584 size_t len) in hyp_sysfs_store()
/kernel/linux/linux-5.10/fs/cachefiles/
H A Ddaemon.c26 static ssize_t cachefiles_daemon_read(struct file *, char __user *, size_t,
29 size_t, loff_t *);
158 size_t buflen, loff_t *pos) in cachefiles_daemon_read()
213 size_t datalen, in cachefiles_daemon_write()
/kernel/linux/linux-5.10/drivers/virt/nitro_enclaves/
H A Dne_pci_dev.c47 void *cmd_request, size_t cmd_request_size) in ne_submit_request()
65 size_t cmd_reply_size) in ne_retrieve_reply()
100 void *cmd_request, size_t cmd_request_size, in ne_do_request()
101 struct ne_pci_dev_cmd_reply *cmd_reply, size_t cmd_reply_size) in ne_do_request()
/kernel/linux/linux-5.10/lib/
H A Dtest-string_helpers.c15 char *in, size_t p, in test_string_check_buf()
16 char *out_real, size_t q_real, in test_string_check_buf()
17 char *out_test, size_t q_test) in test_string_check_buf()
301 size_t out_size = 512; in test_string_escape()
/kernel/linux/linux-5.10/mm/kasan/
H A Dreport.c212 char *token, size_t max_tok_len, in tokenize_frame_descr()
221 const size_t tok_len = sep - *frame_descr; in tokenize_frame_descr()
502 static void __kasan_report(unsigned long addr, size_t size, bool is_write, in __kasan_report()
547 bool kasan_report(unsigned long addr, size_t size, bool is_write, in kasan_report()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dringbuf.c63 static struct bpf_ringbuf *bpf_ringbuf_area_alloc(size_t data_sz, int numa_node) in bpf_ringbuf_area_alloc()
72 size_t array_size; in bpf_ringbuf_area_alloc()
134 static struct bpf_ringbuf *bpf_ringbuf_alloc(size_t data_sz, int numa_node) in bpf_ringbuf_alloc()
308 static size_t bpf_ringbuf_rec_pg_off(struct bpf_ringbuf *rb, in bpf_ringbuf_rec_pg_off()
/kernel/linux/linux-5.10/kernel/irq/
H A Dproc.c138 const char __user *buffer, size_t count, loff_t *pos) in write_irq_affinity()
186 const char __user *buffer, size_t count, loff_t *pos) in irq_affinity_proc_write()
192 const char __user *buffer, size_t count, loff_t *pos) in irq_affinity_list_proc_write()
242 const char __user *buffer, size_t count, loff_t *ppos) in default_affinity_write()
/kernel/linux/linux-5.10/kernel/
H A Dcrash_core.c18 size_t vmcoreinfo_size;
298 void *data, size_t data_len) in append_elf_note()
355 size_t r; in vmcoreinfo_append_str()
361 r = min(r, (size_t)VMCOREINFO_BYTES - vmcoreinfo_size); in vmcoreinfo_append_str()
/kernel/linux/linux-5.10/fs/orangefs/
H A Dorangefs-bufmap.c486 size_t size) in orangefs_bufmap_copy_from_iovec()
498 size_t n = size; in orangefs_bufmap_copy_from_iovec()
514 size_t size) in orangefs_bufmap_copy_to_iovec()
527 size_t n = size; in orangefs_bufmap_copy_to_iovec()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dattr.c31 size_t value_size, in xchk_setup_xattr_buf()
34 size_t sz; in xchk_setup_xattr_buf()
43 sz = max_t(size_t, sz, value_size); in xchk_setup_xattr_buf()
316 size_t off; in xchk_xattr_block()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dacl.c35 static struct posix_acl *ocfs2_acl_from_xattr(const void *value, size_t size) in ocfs2_acl_from_xattr()
79 static void *ocfs2_acl_to_xattr(const struct posix_acl *acl, size_t *size) in ocfs2_acl_to_xattr()
83 size_t n; in ocfs2_acl_to_xattr()
226 size_t size = 0; in ocfs2_set_acl()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_cong.c259 void tcp_get_available_congestion_control(char *buf, size_t maxlen) in tcp_get_available_congestion_control()
262 size_t offs = 0; in tcp_get_available_congestion_control()
288 void tcp_get_allowed_congestion_control(char *buf, size_t maxlen) in tcp_get_allowed_congestion_control()
291 size_t offs = 0; in tcp_get_allowed_congestion_control()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c286 size_t size = offsetof(struct vmw_view, cmd) + view->cmd_size; in vmw_view_res_free()
316 size_t cmd_size, in vmw_view_add()
319 static const size_t vmw_view_define_sizes[] = { in vmw_view_add()
333 size_t size; in vmw_view_add()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dmax77693_charger.c256 struct device_attribute *attr, const char *buf, size_t count, in device_attr_store()
334 struct device_attribute *attr, const char *buf, size_t count) in fast_charge_timer_store()
385 struct device_attribute *attr, const char *buf, size_t count) in top_off_threshold_current_store()
428 struct device_attribute *attr, const char *buf, size_t count) in top_off_timer_store()

Completed in 38 milliseconds

1...<<921922923924925926927928929930>>...1861