Home
last modified time | relevance | path

Searched refs:size_t (Results 401 - 425 of 17927) sorted by relevance

1...<<11121314151617181920>>...718

/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dio.h137 extern void __iomem *__arm_ioremap_caller(phys_addr_t, size_t, unsigned int,
139 extern void __iomem *__arm_ioremap_pfn(unsigned long, unsigned long, size_t, unsigned int);
140 extern void __iomem *__arm_ioremap_exec(phys_addr_t, size_t, bool cached);
141 void __arm_iomem_set_ro(void __iomem *ptr, size_t size);
143 extern void __iomem * (*arch_ioremap_caller)(phys_addr_t, size_t,
195 void __iomem *pci_remap_cfgspace(resource_size_t res_cookie, size_t size);
259 extern void _memcpy_fromio(void *, const volatile void __iomem *, size_t);
260 extern void _memcpy_toio(volatile void __iomem *, const void *, size_t);
261 extern void _memset_io(volatile void __iomem *, int, size_t);
302 size_t coun in memset_io()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_buffer.c102 static void tty_buffer_reset(struct tty_buffer *p, size_t size) in tty_buffer_reset()
159 static struct tty_buffer *tty_buffer_alloc(struct tty_port *port, size_t size) in tty_buffer_alloc()
261 static int __tty_buffer_request_room(struct tty_port *port, size_t size, in __tty_buffer_request_room()
266 size_t left = (b->flags ? 1 : 2) * b->size - b->used; in __tty_buffer_request_room()
294 int tty_buffer_request_room(struct tty_port *port, size_t size) in tty_buffer_request_room()
300 size_t __tty_insert_flip_string_flags(struct tty_port *port, const u8 *chars, in __tty_insert_flip_string_flags()
302 size_t size) in __tty_insert_flip_string_flags()
305 size_t copied = 0; in __tty_insert_flip_string_flags()
308 size_t goal = min_t(size_t, siz in __tty_insert_flip_string_flags()
[all...]
/kernel/linux/linux-5.10/kernel/
H A Drelay.c73 const size_t pa_size = n_pages * sizeof(struct page *); in relay_alloc_page_array()
123 static void *relay_alloc_buf(struct rchan_buf *buf, size_t *size) in relay_alloc_buf()
166 if (chan->n_subbufs > KMALLOC_MAX_SIZE / sizeof(size_t)) in relay_create_buf()
172 buf->padding = kmalloc_array(chan->n_subbufs, sizeof(size_t), in relay_create_buf()
258 size_t ready = buf->subbufs_produced - buf->subbufs_consumed; in relay_buf_full()
278 size_t prev_padding) in subbuf_start_default_callback()
354 size_t i; in __relay_reset()
566 size_t subbuf_size, in relay_open()
567 size_t n_subbufs, in relay_open()
747 size_t relay_switch_subbu
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dmcdi.c39 size_t inlen;
40 size_t outlen;
148 const efx_dword_t *inbuf, size_t inlen) in efx_mcdi_send_request()
155 size_t hdr_len; in efx_mcdi_send_request()
288 size_t hdr_len, data_len; in efx_mcdi_read_response_header()
501 size_t hdr_len, data_len, err_len; in efx_mcdi_complete_async()
614 efx_mcdi_check_supported(struct efx_nic *efx, unsigned int cmd, size_t inlen) in efx_mcdi_check_supported()
630 size_t hdr_len, size_t data_len, in efx_mcdi_get_proxy_handle()
634 const size_t bufle in efx_mcdi_get_proxy_handle()
[all...]
/kernel/linux/linux-5.10/include/net/
H A Daf_vsock.h121 size_t len, int flags);
123 struct msghdr *, size_t len);
129 size_t len, int flags);
131 size_t len);
139 int (*notify_poll_in)(struct vsock_sock *, size_t, bool *);
140 int (*notify_poll_out)(struct vsock_sock *, size_t, bool *);
141 int (*notify_recv_init)(struct vsock_sock *, size_t,
143 int (*notify_recv_pre_block)(struct vsock_sock *, size_t,
145 int (*notify_recv_pre_dequeue)(struct vsock_sock *, size_t,
147 int (*notify_recv_post_dequeue)(struct vsock_sock *, size_t,
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dvirtio_vsock.h76 size_t len,
81 size_t len, int flags);
90 size_t target,
94 size_t target,
98 size_t target, struct vsock_transport_recv_notify_data *data);
100 size_t target, struct vsock_transport_recv_notify_data *data);
102 size_t target, struct vsock_transport_recv_notify_data *data);
104 size_t target, ssize_t copied, bool data_read,
132 size_t len);
137 size_t le
[all...]
H A Dasync_tx.h121 size_t len) in async_tx_find_channel()
163 int src_cnt, size_t len, struct async_submit_ctl *submit);
168 int src_cnt, size_t len, struct async_submit_ctl *submit);
172 int src_cnt, size_t len, enum sum_check_flags *result,
178 int src_cnt, size_t len, enum sum_check_flags *result,
183 unsigned int src_offset, size_t len,
190 size_t len, struct async_submit_ctl *submit);
194 size_t len, enum sum_check_flags *pqres, struct page *spare,
198 async_raid6_2data_recov(int src_num, size_t bytes, int faila, int failb,
203 async_raid6_datap_recov(int src_num, size_t byte
[all...]
H A Ddax.h32 size_t (*copy_from_iter)(struct dax_device *, pgoff_t, void *, size_t,
35 size_t (*copy_to_iter)(struct dax_device *, pgoff_t, void *, size_t,
38 int (*zero_page_range)(struct dax_device *, pgoff_t, size_t);
123 int bdev_dax_pgoff(struct block_device *, sector_t, size_t, pgoff_t *pgoff);
223 size_t dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr,
224 size_t bytes, struct iov_iter *i);
225 size_t dax_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr,
226 size_t byte
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dhashmap.h15 static inline size_t hash_bits(size_t h, int bits) in hash_bits()
27 # error "Unsupported size_t size" in hash_bits()
32 static inline size_t str_hash(const char *s) in str_hash()
34 size_t h = 0; in str_hash()
43 typedef size_t (*hashmap_hash_fn)(const void *key, void *ctx);
58 size_t cap;
59 size_t cap_bits;
60 size_t sz;
81 size_t hashmap__siz
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dhashmap.h15 static inline size_t hash_bits(size_t h, int bits) in hash_bits()
27 # error "Unsupported size_t size" in hash_bits()
32 static inline size_t str_hash(const char *s) in str_hash()
34 size_t h = 0; in str_hash()
43 typedef size_t (*hashmap_hash_fn)(const void *key, void *ctx);
58 size_t cap;
59 size_t cap_bits;
60 size_t sz;
81 size_t hashmap__siz
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Dintel_iommu.h21 size_t size),
29 __field(size_t, size)
48 size_t size),
54 size_t size),
59 TP_PROTO(struct device *dev, dma_addr_t dev_addr, size_t size),
66 __field(size_t, size)
82 TP_PROTO(struct device *dev, dma_addr_t dev_addr, size_t size),
87 TP_PROTO(struct device *dev, dma_addr_t dev_addr, size_t size),
92 TP_PROTO(struct device *dev, dma_addr_t dev_addr, size_t size),
106 __field(size_t, siz
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A Dentropy_common.c52 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError()
54 unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError()
59 size_t FSE_readNCount(short *normalizedCounter, unsigned *maxSVPtr, unsigned *tableLogPtr, const void *headerBuffer, size_t hbSize) in FSE_readNCount()
167 size_t HUF_readStats_wksp(BYTE *huffWeight, size_t hwSize, U32 *rankStats, U32 *nbSymbolsPtr, U32 *tableLogPtr, const void *src, size_t srcSize, void *workspace, size_t workspaceSize) in HUF_readStats_wksp()
171 size_t iSize; in HUF_readStats_wksp()
172 size_t oSiz in HUF_readStats_wksp()
[all...]
/kernel/linux/linux-5.10/ipc/
H A Dmsgutil.c42 #define DATALEN_MSG ((size_t)PAGE_SIZE-sizeof(struct msg_msg))
43 #define DATALEN_SEG ((size_t)PAGE_SIZE-sizeof(struct msg_msgseg))
46 static struct msg_msg *alloc_msg(size_t len) in alloc_msg()
50 size_t alen; in alloc_msg()
84 struct msg_msg *load_msg(const void __user *src, size_t len) in load_msg()
89 size_t alen; in load_msg()
121 size_t len = src->m_ts; in copy_msg()
122 size_t alen; in copy_msg()
150 int store_msg(void __user *dest, struct msg_msg *msg, size_t len) in store_msg()
152 size_t ale in store_msg()
[all...]
/kernel/linux/linux-5.10/include/linux/greybus/
H A Doperation.h57 size_t payload_size;
140 void *data, size_t size);
144 size_t gb_operation_get_payload_size_max(struct gb_connection *connection);
147 u8 type, size_t request_size,
148 size_t response_size, unsigned long flags,
153 u8 type, size_t request_size, in gb_operation_create()
154 size_t response_size, gfp_t gfp) in gb_operation_create()
162 u8 type, size_t request_size,
163 size_t response_size, unsigned long flags,
170 size_t response_siz
[all...]
/kernel/linux/linux-6.6/fs/
H A Dkernel_read_file.c36 size_t buf_size, size_t *file_size, in kernel_read_file()
90 size_t wanted = min_t(size_t, buf_size - copied, in kernel_read_file()
128 size_t buf_size, size_t *file_size, in kernel_read_file_from_path()
148 void **buf, size_t buf_size, in kernel_read_file_from_path_initns()
149 size_t *file_size, in kernel_read_file_from_path_initns()
175 size_t buf_size, size_t *file_siz in kernel_read_file_from_fd()
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dasync_tx.h121 size_t len) in async_tx_find_channel()
163 int src_cnt, size_t len, struct async_submit_ctl *submit);
168 int src_cnt, size_t len, struct async_submit_ctl *submit);
172 int src_cnt, size_t len, enum sum_check_flags *result,
178 int src_cnt, size_t len, enum sum_check_flags *result,
183 unsigned int src_offset, size_t len,
190 size_t len, struct async_submit_ctl *submit);
194 size_t len, enum sum_check_flags *pqres, struct page *spare,
198 async_raid6_2data_recov(int src_num, size_t bytes, int faila, int failb,
203 async_raid6_datap_recov(int src_num, size_t byte
[all...]
H A Dnvmem-consumer.h57 void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len);
58 int nvmem_cell_write(struct nvmem_cell *cell, void *buf, size_t len);
75 size_t bytes, void *buf);
77 size_t bytes, void *buf);
86 size_t nentries);
88 size_t nentries);
119 static inline void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read()
125 void *buf, size_t len) in nvmem_cell_write()
198 unsigned int offset, size_t bytes, in nvmem_device_read()
205 unsigned int offset, size_t byte in nvmem_device_write()
[all...]
/kernel/linux/linux-6.6/include/linux/greybus/
H A Doperation.h57 size_t payload_size;
140 void *data, size_t size);
144 size_t gb_operation_get_payload_size_max(struct gb_connection *connection);
147 u8 type, size_t request_size,
148 size_t response_size, unsigned long flags,
153 u8 type, size_t request_size, in gb_operation_create()
154 size_t response_size, gfp_t gfp) in gb_operation_create()
162 u8 type, size_t request_size,
163 size_t response_size, unsigned long flags,
170 size_t response_siz
[all...]
/kernel/linux/linux-6.6/include/crypto/
H A Dif_alg.h78 size_t sg_num_bytes; /* Bytes of data in that SGL */
145 size_t aead_assoclen;
149 size_t used;
228 unsigned int af_alg_count_tsgl(struct sock *sk, size_t bytes, size_t offset);
229 void af_alg_pull_tsgl(struct sock *sk, size_t used, struct scatterlist *dst,
230 size_t dst_offset);
233 int af_alg_sendmsg(struct socket *sock, struct msghdr *msg, size_t size,
242 struct af_alg_async_req *areq, size_t maxsize,
243 size_t *outle
[all...]
/kernel/linux/linux-6.6/ipc/
H A Dmsgutil.c42 #define DATALEN_MSG ((size_t)PAGE_SIZE-sizeof(struct msg_msg))
43 #define DATALEN_SEG ((size_t)PAGE_SIZE-sizeof(struct msg_msgseg))
46 static struct msg_msg *alloc_msg(size_t len) in alloc_msg()
50 size_t alen; in alloc_msg()
84 struct msg_msg *load_msg(const void __user *src, size_t len) in load_msg()
89 size_t alen; in load_msg()
121 size_t len = src->m_ts; in copy_msg()
122 size_t alen; in copy_msg()
150 int store_msg(void __user *dest, struct msg_msg *msg, size_t len) in store_msg()
152 size_t ale in store_msg()
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dhashmap.h15 static inline size_t hash_bits(size_t h, int bits) in hash_bits()
27 # error "Unsupported size_t size" in hash_bits()
32 static inline size_t str_hash(const char *s) in str_hash()
34 size_t h = 0; in str_hash()
43 typedef size_t (*hashmap_hash_fn)(long key, void *ctx);
78 size_t cap;
79 size_t cap_bits;
80 size_t sz;
91 size_t hashmap__siz
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhashmap.h15 static inline size_t hash_bits(size_t h, int bits) in hash_bits()
27 # error "Unsupported size_t size" in hash_bits()
32 static inline size_t str_hash(const char *s) in str_hash()
34 size_t h = 0; in str_hash()
43 typedef size_t (*hashmap_hash_fn)(long key, void *ctx);
78 size_t cap;
79 size_t cap_bits;
80 size_t sz;
91 size_t hashmap__siz
[all...]
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dsof-client-probes-ipc3.c64 size_t buffer_size) in ipc3_probes_init()
67 size_t size = struct_size(msg, dma, 1); in ipc3_probes_init()
103 void **params, size_t *num_params) in ipc3_probes_info()
105 size_t max_msg_size = sof_client_get_ipc_max_payload_size(cdev); in ipc3_probes_info()
108 size_t bytes; in ipc3_probes_info()
156 size_t *num_desc) in ipc3_probes_points_info()
177 size_t num_desc) in ipc3_probes_points_add()
180 size_t size = struct_size(msg, desc, num_desc); in ipc3_probes_points_add()
207 size_t num_buffer_id) in ipc3_probes_points_remove()
210 size_t siz in ipc3_probes_points_remove()
[all...]
/kernel/linux/linux-5.10/lib/lzo/
H A Dlzo1x_decompress_safe.c23 #define HAVE_IP(x) ((size_t)(ip_end - ip) >= (size_t)(x))
24 #define HAVE_OP(x) ((size_t)(op_end - op) >= (size_t)(x))
37 #define MAX_255_COUNT ((((size_t)~0) / 255) - 2)
39 int lzo1x_decompress_safe(const unsigned char *in, size_t in_len, in lzo1x_decompress_safe()
40 unsigned char *out, size_t *out_len) in lzo1x_decompress_safe()
44 size_t t, next; in lzo1x_decompress_safe()
45 size_t state = 0; in lzo1x_decompress_safe()
79 size_t offse in lzo1x_decompress_safe()
[all...]
/kernel/linux/linux-5.10/lib/
H A Dtest_hexdump.c67 static void __init test_hexdump_prepare_test(size_t len, int rowsize, in test_hexdump_prepare_test()
69 size_t testlen, bool ascii) in test_hexdump_prepare_test()
73 size_t l = len; in test_hexdump_prepare_test()
100 size_t amount = strlen(q); in test_hexdump_prepare_test()
125 static void __init test_hexdump(size_t len, int rowsize, int groupsize, in test_hexdump()
151 size_t d = min_t(size_t, sizeof(data_b), rowsize); in test_hexdump_set()
152 size_t len = get_random_int() % d + 1; in test_hexdump_set()
160 static void __init test_hexdump_overflow(size_t buflen, size_t le
[all...]

Completed in 13 milliseconds

1...<<11121314151617181920>>...718