Searched refs:chunks (Results 51 - 75 of 91) sorted by relevance

1234

/linux-master/net/sctp/
H A Dstream_sched.c178 /* We have to requeue all chunks already queued. */
237 if (!list_is_last(&ch->frag_list, &ch->msg->chunks) &&
/linux-master/fs/smb/server/
H A Dvfs.h97 struct srv_copychunk *chunks,
H A Dvfs.c1782 struct srv_copychunk *chunks,
1813 src_off = le64_to_cpu(chunks[i].SourceOffset);
1814 dst_off = le64_to_cpu(chunks[i].TargetOffset);
1815 len = le32_to_cpu(chunks[i].Length);
1829 src_off = le64_to_cpu(chunks[i].SourceOffset);
1830 dst_off = le64_to_cpu(chunks[i].TargetOffset);
1831 len = le32_to_cpu(chunks[i].Length);
1779 ksmbd_vfs_copy_file_ranges(struct ksmbd_work *work, struct ksmbd_file *src_fp, struct ksmbd_file *dst_fp, struct srv_copychunk *chunks, unsigned int chunk_count, unsigned int *chunk_count_written, unsigned int *chunk_size_written, loff_t *total_size_written) argument
/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c616 unsigned int chunks; local
633 chunks = FIELD_GET(IBI_CHUNKS, ibi_status);
634 ibi_chunks += chunks;
636 ibi_size += chunks * rh->ibi_chunk_sz;
678 * that the payload might span multiple chunks beginning at the
680 * there is no guarantee that those chunks will be released in order
732 /* and tell the hardware about freed chunks */
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dtx.c193 unsigned int chunks; local
198 chunks = DIV_ROUND_UP(skb->len, ar->fw.mem_block_size);
199 if (unlikely(atomic_sub_return(chunks, &ar->mem_free_blocks) < 0)) {
200 atomic_add(chunks, &ar->mem_free_blocks);
209 atomic_add(chunks, &ar->mem_free_blocks);
/linux-master/drivers/accel/habanalabs/common/
H A Dcommand_submission.c1394 dev_err(hdev->dev, "Got execute CS with 0 chunks, context %d\n", ctx->asid);
1409 void __user *chunks, u32 num_chunks,
1418 "Number of chunks can NOT be larger than %d\n",
1435 if (copy_from_user(*cs_chunk_array, chunks, size_to_copy)) {
1489 static int cs_ioctl_default(struct hl_fpriv *hpriv, void __user *chunks, argument
1510 rc = hl_cs_copy_chunk_array(hdev, &cs_chunk_array, chunks, num_chunks,
1542 /* Validate ALL the CS chunks before submitting the CS */
1694 void __user *chunks; local
1729 chunks = (void __user *) (uintptr_t) args->in.chunks_restore;
1737 rc = cs_ioctl_default(hpriv, chunks, num_chunk
1407 hl_cs_copy_chunk_array(struct hl_device *hdev, struct hl_cs_chunk **cs_chunk_array, void __user *chunks, u32 num_chunks, struct hl_ctx *ctx) argument
2198 cs_ioctl_signal_wait(struct hl_fpriv *hpriv, enum hl_cs_type cs_type, void __user *chunks, u32 num_chunks, u64 *cs_seq, u32 flags, u32 timeout, u32 *signal_sob_addr_offset, u16 *signal_initial_sob_count) argument
2563 void __user *chunks; local
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Duefi.c144 pnvm_data->chunks[pnvm_data->n_chunks].data = desc->data;
145 pnvm_data->chunks[pnvm_data->n_chunks].len = data_len;
/linux-master/include/linux/
H A Dhost1x.h127 unsigned int chunks; member in struct:host1x_bo_mapping
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dinternal.h348 * @chunks: Total data moved (multiply by rdt_group.mon_scale to get bytes)
353 u64 chunks; member in struct:arch_mbm_state
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.c941 u32 chunks; local
947 chunks = CHUNKS(sizeof(struct bnxt_qplib_tlv_modify_cc_req));
949 __roce_1st_tlv_prep(hdr, chunks, payload, true);
/linux-master/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c1197 int framesize, chunks; local
1202 /* max rx/tx 64 byte chunks */
1203 chunks = DIV_ROUND_UP(framesize, 64);
1208 /* Firmware wants to know buffer size in 64 byte chunks */
1209 msg.byte2 = chunks << 8;
1210 msg.byte3 = chunks << 8;
/linux-master/drivers/crypto/tegra/
H A Dtegra-se-main.c76 map->chunks = err;
/linux-master/drivers/gpu/drm/tegra/
H A Dgem.c143 map->chunks = err;
146 map->chunks = 1;
H A Dsubmit.c100 map->chunks = err;
H A Dplane.c162 if (map->chunks > 1) {
/linux-master/include/net/sctp/
H A Dstructs.h369 struct sctp_chunks_param *chunks; member in union:sctp_params
519 struct list_head chunks; member in struct:sctp_datamsg
562 /* This field is used by chunks that hold fragmented data.
639 * spec violates the principle premis that all chunks are processed
700 /* This structure holds lists of chunks as we are assembling for
709 /* This contains the payload chunks. */
714 /* This is the total size of all chunks INCLUDING padding. */
779 * chunks sent to this address is currently being
952 /* This is the list of transports that have chunks to send. */
1030 * SCTP. We write packets to it and read chunks fro
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu_malone.c861 u32 chunks = info->num_dfe_area >> MALONE_DCP_CHUNK_BIT; local
869 if (chunks) {
877 info->dcp_size = mb_num * MALONE_DCP_FIXED_MB_ALLOC * chunks;
/linux-master/include/uapi/drm/
H A Dradeon_drm.h986 /* this points to __u64 * which point to cs chunks */
987 __u64 chunks; member in struct:drm_radeon_cs
H A Damdgpu_drm.h626 /** this points to __u64 * which point to cs chunks */
627 __u64 chunks; member in struct:drm_amdgpu_cs_in
/linux-master/drivers/gpu/host1x/
H A Djob.c195 if (map->chunks > 1) {
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h236 unsigned int chunks; member in struct:matroxfb_par::__anon2886
H A Dmatroxfb_base.c327 pos += minfo->curr.ydstorg.chunks;
778 minfo->curr.ydstorg.chunks = ydstorg >> (isInterleave(minfo) ? 3 : 2);
813 pos += minfo->curr.ydstorg.chunks;
/linux-master/drivers/bluetooth/
H A Dhci_bcm4377.c1267 size_t chunks = DIV_ROUND_UP(fw->size, (size_t)BCM4378_PTB_CHUNK_SIZE); local
1271 for (i = 0, left = fw->size; i < chunks; ++i, left -= transfer_len) {
1275 i + 1, chunks);
1278 transfer_len, chunks - i - 1);
/linux-master/scripts/
H A Dcheckpatch.pl1851 my (@chunks);
1857 push(@chunks, [ $condition, $statement ]);
1859 return ($level, $linenr, @chunks);
1870 push(@chunks, [ $condition, $statement ]);
1873 return ($level, $linenr, @chunks);
6122 my ($level, $endln, @chunks) =
6124 #print "chunks<$#chunks> linenr<$linenr> endln<$endln> level<$level>\n";
6125 #print "APW: <<$chunks[1][0]>><<$chunks[
[all...]
/linux-master/fs/ocfs2/
H A Dquota_local.c236 /* Release given list of quota file chunks */
346 int i, chunks = le32_to_cpu(ldinfo->dqi_chunks); local
349 for (i = 0; i < chunks; i++) {

Completed in 556 milliseconds

1234