Home
last modified time | relevance | path

Searched refs:max_len (Results 251 - 275 of 720) sorted by relevance

1...<<11121314151617181920>>...29

/kernel/linux/linux-5.10/fs/ocfs2/cluster/
H A Dtcp.h89 int o2net_register_handler(u32 msg_type, u32 key, u32 max_len,
/kernel/linux/linux-6.6/fs/ocfs2/cluster/
H A Dtcp.h87 int o2net_register_handler(u32 msg_type, u32 key, u32 max_len,
/kernel/linux/linux-6.6/include/net/page_pool/
H A Dtypes.h55 * @max_len: max DMA sync memory size for PP_FLAG_DMA_SYNC_DEV
66 unsigned int max_len; member
/kernel/linux/linux-6.6/drivers/usb/musb/
H A Dmusb_dma.h104 * @max_len: the maximum number of bytes the channel can move in one
116 size_t max_len; member
/third_party/ffmpeg/libavformat/
H A Davio_internal.h272 * @param max_len the maximum length to be read from the AVIOContext.
282 int64_t max_len);
/third_party/backends/backend/
H A Dcardscan.h161 SANE_Status sane_read (SANE_Handle handle, SANE_Byte * buf, SANE_Int max_len,
/third_party/curl/lib/
H A Dbufq.h244 * Read *once* up to `max_len` bytes and append it to the buffer.
245 * if `max_len` is 0, no limit is imposed besides the chunk space.
249 ssize_t Curl_bufq_sipn(struct bufq *q, size_t max_len,
/third_party/FreeBSD/sys/dev/usb/
H A Dusbdi_util.h69 void *sdesc, uint16_t max_len, uint16_t lang_id,
/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-plugin-ssh.h339 * \param max_len: maximum number of bytes the buffer can hold
352 size_t (*banner)(char *buf, size_t max_len, char *lang,
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dgamecon.c585 int i, j, max_len = 0; in gc_psx_read_packet() local
607 GC_PSX_LEN(id[i]) > max_len && in gc_psx_read_packet()
609 max_len = GC_PSX_LEN(id[i]); in gc_psx_read_packet()
614 for (i = 0; i < max_len; i++) { in gc_psx_read_packet()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H A Drx.c397 unsigned max_len = rx_buf->len - efx->type->rx_buffer_padding; in ef4_rx_packet__check_len() local
399 if (likely(len <= max_len)) in ef4_rx_packet__check_len()
412 ef4_rx_queue_index(rx_queue), len, max_len, in ef4_rx_packet__check_len()
420 ef4_rx_queue_index(rx_queue), len, max_len); in ef4_rx_packet__check_len()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H A Drx.c397 unsigned max_len = rx_buf->len - efx->type->rx_buffer_padding; in ef4_rx_packet__check_len() local
399 if (likely(len <= max_len)) in ef4_rx_packet__check_len()
412 ef4_rx_queue_index(rx_queue), len, max_len, in ef4_rx_packet__check_len()
420 ef4_rx_queue_index(rx_queue), len, max_len); in ef4_rx_packet__check_len()
/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c147 unsigned int max_len; member
557 dev_ibi->max_len = req->max_payload_len; in hci_dma_request_ibi()
664 if (ibi_size > dev_ibi->max_len) { in hci_dma_process_ibi()
666 ibi_size, dev_ibi->max_len); in hci_dma_process_ibi()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dgamecon.c582 int i, j, max_len = 0; in gc_psx_read_packet() local
604 GC_PSX_LEN(id[i]) > max_len && in gc_psx_read_packet()
606 max_len = GC_PSX_LEN(id[i]); in gc_psx_read_packet()
611 for (i = 0; i < max_len; i++) { in gc_psx_read_packet()
/third_party/node/deps/cares/src/lib/
H A Dares_dns_parse.c66 ares__buf_t *buf, size_t max_len, ares_bool_t allow_multiple, in ares_dns_parse_and_set_dns_str()
72 status = ares__buf_parse_dns_str(buf, max_len, &str, allow_multiple); in ares_dns_parse_and_set_dns_str()
91 ares_dns_parse_and_set_dns_binstr(ares__buf_t *buf, size_t max_len, in ares_dns_parse_and_set_dns_binstr() argument
100 ares__buf_parse_dns_binstr(buf, max_len, &bin, &bin_len, allow_multiple); in ares_dns_parse_and_set_dns_binstr()
65 ares_dns_parse_and_set_dns_str( ares__buf_t *buf, size_t max_len, ares_bool_t allow_multiple, ares_dns_rr_t *rr, ares_dns_rr_key_t key, ares_bool_t blank_allowed) ares_dns_parse_and_set_dns_str() argument
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_util.c155 size_t max_len; in DumpFrame() local
166 max_len = WSTRLEN(dump_folder) + 1 + WSTRLEN(base_name) in DumpFrame()
168 file_name = (W_CHAR*)WebPMalloc(max_len * sizeof(*file_name)); in DumpFrame()
171 if (WSNPRINTF(file_name, max_len, "%s/%s_frame_%d.pam", in DumpFrame()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dinit.c44 int max_len = 1792; in mt7603_dma_sched_init() local
47 int max_beacon_len = 512 * 4 + max_len; in mt7603_dma_sched_init()
48 int max_mcast_pages = 4 * max_len / page_size; in mt7603_dma_sched_init()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dexport.c249 static int ovl_encode_fh(struct inode *inode, u32 *fid, int *max_len, in ovl_encode_fh() argument
253 int bytes, buflen = *max_len << 2; in ovl_encode_fh()
268 *max_len = bytes >> 2; in ovl_encode_fh()
/kernel/linux/linux-5.10/net/bluetooth/
H A Damp.c263 cp.max_len = cpu_to_le16(hdev->amp_assoc_size); in amp_read_loc_assoc_frag()
282 cp.max_len = cpu_to_le16(hdev->amp_assoc_size); in amp_read_loc_assoc()
305 cp.max_len = cpu_to_le16(hdev->amp_assoc_size); in amp_read_loc_assoc_final_data()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dexport.c260 static int ovl_encode_fh(struct inode *inode, u32 *fid, int *max_len, in ovl_encode_fh() argument
265 int bytes, buflen = *max_len << 2; in ovl_encode_fh()
280 *max_len = bytes >> 2; in ovl_encode_fh()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dinit.c44 int max_len = 1792; in mt7603_dma_sched_init() local
47 int max_beacon_len = 512 * 4 + max_len; in mt7603_dma_sched_init()
48 int max_mcast_pages = 4 * max_len / page_size; in mt7603_dma_sched_init()
/third_party/mbedtls/library/
H A Dssl_tls.c3138 const size_t max_len = MBEDTLS_SSL_OUT_CONTENT_LEN; in mbedtls_ssl_get_output_record_size_limit() local
3139 size_t record_size_limit = max_len; in mbedtls_ssl_get_output_record_size_limit()
3143 ssl->session->record_size_limit < max_len) { in mbedtls_ssl_get_output_record_size_limit()
3151 ssl->session_negotiate->record_size_limit < max_len) { in mbedtls_ssl_get_output_record_size_limit()
3162 size_t max_len = MBEDTLS_SSL_IN_CONTENT_LEN; in mbedtls_ssl_get_input_max_frag_len() local
3176 if (read_mfl < max_len) { in mbedtls_ssl_get_input_max_frag_len()
3177 max_len = read_mfl; in mbedtls_ssl_get_input_max_frag_len()
3184 if (read_mfl < max_len) { in mbedtls_ssl_get_input_max_frag_len()
3185 max_len = read_mfl; in mbedtls_ssl_get_input_max_frag_len()
3189 return max_len; in mbedtls_ssl_get_input_max_frag_len()
3194 size_t max_len; mbedtls_ssl_get_output_max_frag_len() local
3242 size_t max_len = MBEDTLS_SSL_OUT_CONTENT_LEN; mbedtls_ssl_get_max_out_record_payload() local
3314 size_t max_len = MBEDTLS_SSL_IN_CONTENT_LEN; mbedtls_ssl_get_max_in_record_payload() local
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dfile.c2629 loff_t max_len, in cifs_extend_writeback()
2697 if (max_pages <= 0 || *_len >= max_len || *_count <= 0) in cifs_extend_writeback()
2748 unsigned long long i_size = i_size_read(inode), max_len; in cifs_write_back_from_locked_folio() local
2798 max_len = wsize; in cifs_write_back_from_locked_folio()
2799 max_len = min_t(unsigned long long, max_len, end - start + 1); in cifs_write_back_from_locked_folio()
2800 max_len = min_t(unsigned long long, max_len, i_size - start); in cifs_write_back_from_locked_folio()
2802 if (len < max_len) { in cifs_write_back_from_locked_folio()
2813 max_pages, max_len, in cifs_write_back_from_locked_folio()
2624 cifs_extend_writeback(struct address_space *mapping, struct xa_state *xas, long *_count, loff_t start, int max_pages, loff_t max_len, size_t *_len) cifs_extend_writeback() argument
3409 size_t cur_len, max_len; cifs_write_from_iter() local
3950 size_t cur_len, max_len; cifs_send_async_read() local
[all...]
H A Dmisc.c905 int max_len; in parse_dfs_referrals() local
930 max_len = data_end - temp; in parse_dfs_referrals()
931 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
940 max_len = data_end - temp; in parse_dfs_referrals()
941 node->node_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H A Draw_mode.c214 * @max_len: The maximum allowed message size (header included) that can be
220 size_t max_len; member
280 rb->msg.len = rb->max_len; in scmi_raw_buffer_put()
1046 rb->max_len = raw->desc->max_msg_size + sizeof(u32); in scmi_raw_queue_init()
1047 rb->msg.buf = devm_kzalloc(dev, rb->max_len, GFP_KERNEL); in scmi_raw_queue_init()
1374 rb->msg.len = rb->max_len; in scmi_raw_message_report()

Completed in 38 milliseconds

1...<<11121314151617181920>>...29