Searched refs:partial (Results 76 - 100 of 137) sorted by relevance

123456

/linux-master/arch/alpha/lib/
H A Dev6-stxncpy.S105 /* Take care of the final (partial) word store. At this point
120 /* We're doing a partial word store and so need to combine
166 /* We are co-aligned; take care of a partial first word. */
217 cmpbge zero, t2, t8 # E : find nulls in second partial
266 If it resides in the lower half, we have one (probably partial)
268 have one full and one partial word left to write out.
275 or t0, t1, t0 # E : first (partial) source word complete
291 /* Take care of a final (probably partial) result word.
375 /* At this point we've found a zero in the first partial word of
H A Dstxcpy.S68 /* Take care of the final (partial) word store.
81 /* We're doing a partial word store and so need to combine
108 /* We are co-aligned; take care of a partial first word. */
191 If it resides in the lower half, we have one (probably partial)
193 have one full and one partial word left to write out.
200 or t0, t1, t1 # e1 : first (partial) source word complete
211 /* Take care of a final (probably partial) result word.
266 /* At this point we've found a zero in the first partial word of
H A Dev6-stxcpy.S84 /* Take care of the final (partial) word store.
96 /* We're doing a partial word store and so need to combine
128 /* We are co-aligned; take care of a partial first word. */
219 If it resides in the lower half, we have one (probably partial)
221 have one full and one partial word left to write out.
228 or t0, t1, t1 # E : first (partial) source word complete (stall)
238 /* Take care of a final (probably partial) result word.
296 /* At this point we've found a zero in the first partial word of
/linux-master/drivers/net/usb/
H A Drndis_host.c97 int partial; local
133 &notification, sizeof(notification), &partial,
/linux-master/drivers/scsi/
H A Dsd_zbc.c136 * @partial: Do partial report
139 * Using partial=true can significantly speed up execution of a report zones
146 bool partial)
163 if (partial)
144 sd_zbc_do_report_zones(struct scsi_disk *sdkp, unsigned char *buf, unsigned int buflen, sector_t lba, bool partial) argument
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc.c446 bool partial = huc->fw.has_gsc_headers && type == INTEL_HUC_AUTH_BY_GUC; local
448 return partial ? "clear media" : "all workloads";
/linux-master/drivers/gpu/drm/i915/
H A Di915_debugfs.c233 seq_printf(m, ", partial [%08llx+%x]",
234 vma->gtt_view.partial.offset << PAGE_SHIFT,
235 vma->gtt_view.partial.size << PAGE_SHIFT);
/linux-master/drivers/dma/qcom/
H A Dbam_dma.c1082 u32 partial = MAX_DESCRIPTORS - bchan->tail; local
1085 partial * sizeof(struct bam_desc_hw));
1086 memcpy(fifo, &desc[partial],
1087 (async_desc->xfer_len - partial) *
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi.h284 u8 partial : 1; member in struct:pqi_raid_path_request
309 u8 partial : 1; member in struct:pqi_aio_path_request
340 u8 partial : 1; member in struct:pqi_aio_r1_path_request
373 u8 partial : 1; member in struct:pqi_aio_r56_path_request
/linux-master/sound/usb/line6/
H A Ddriver.c107 int partial; local
116 &partial, LINE6_TIMEOUT);
121 &partial, LINE6_TIMEOUT);
/linux-master/fs/erofs/
H A Dzdata.c82 /* L: whether partial decompression or not */
83 bool partial; member in struct:z_erofs_pcluster
509 * | tail (partial) page | head (partial) page |
787 pcl->partial = true;
1009 * Ensure the current partial folio belongs to this submit chain rather
1037 fe->pcl->partial = false;
1270 .partial_decoding = pcl->partial,
1316 pcl->partial = true;
1739 * Since partial uptodat
[all...]
/linux-master/drivers/perf/
H A Dxgene_pmu.c310 XGENE_PMU_EVENT_ATTR(axi0-read-partial, 0x03),
312 XGENE_PMU_EVENT_ATTR(axi1-read-partial, 0x05),
314 XGENE_PMU_EVENT_ATTR(csw-read-partial, 0x07),
316 XGENE_PMU_EVENT_ATTR(axi0-write-partial, 0x11),
318 XGENE_PMU_EVENT_ATTR(axi1-write-partial, 0x14),
549 XGENE_PMU_EVENT_ATTR(partial-wr-req-vld, 0x17),
/linux-master/mm/
H A Dslab.h223 #define slub_percpu_partial(c) ((c)->partial)
255 /* Used for retrieving partial slabs, etc. */
263 /* Number of per cpu partial objects to keep around */
265 /* Number of per cpu partial slabs to keep around */
/linux-master/lib/
H A Dstackinit_kunit.c341 DEFINE_STRUCT_TESTS(base ## _ ## partial, \
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_iocb.c794 uint32_t *partial)
815 *partial = 0;
819 *partial = 1;
846 uint32_t partial; local
872 while (qla24xx_get_one_block_sg(prot_int, &sgx, &partial)) {
926 if (partial == 0) {
937 partial = 1; /* So as to not re-enter this block */
1759 uint32_t partial; local
1768 cmd->device->sector_size, &sgx, &partial))
2141 uint32_t partial; local
793 qla24xx_get_one_block_sg(uint32_t blk_sz, struct qla2_sgx *sgx, uint32_t *partial) argument
[all...]
/linux-master/arch/arm/crypto/
H A Daes-ce-core.S575 vld1.8 {q1}, [r1] @ load final partial block
663 vld1.8 {q1}, [r1] @ load final partial block
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c731 pr_err("DMA mismatch for partial page offset %lu\n",
824 view.partial.offset = offset;
825 view.partial.size = sz;
841 pr_err("(%s) Inconsistent partial pinning for (offset=%d, size=%d)\n",
848 pr_err("(%s) Inconsistent partial pages for (offset=%d, size=%d)\n",
870 pr_err("(%s) All partial vma were not recorded on the obj->vma_list: found %u, expected %u\n",
/linux-master/drivers/dma/sh/
H A Dshdma-base.c539 new->partial = 0;
764 /* Record partial transfer */
767 desc->partial = ops->get_partial(schan, desc);
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S283 sub %r11, %arg5 # sub partial block data used
427 # GCM_COMPLETE Finishes update of tag of last partial block
631 # PARTIAL_BLOCK: Handles encryption/decryption and the tag partial blocks
634 # Outputs encrypted bytes, and updates hash and partial info in gcm_data_context
640 je .L_partial_block_done_\@ # Leave Macro if no partial blocks
675 # Determine if partial block is not being filled and
711 # Determine if partial block is not being filled and
H A Dchacha-avx2-x86_64.S199 # xor remaining bytes from partial register into output
504 # xor remaining bytes from partial register into output
998 # xor remaining bytes from partial register into output
H A Dchacha-avx512vl-x86_64.S172 # xor remaining bytes from partial register into output
438 # xor remaining bytes from partial register into output
818 # xor remaining bytes from partial register into output
H A Dchacha-ssse3-x86_64.S172 # xor remaining bytes from partial register into output
768 # xor remaining bytes from partial register into output
/linux-master/drivers/infiniband/hw/irdma/
H A Dpuda.c1193 * @buf: rcv buffer with partial
1210 * irdma_ieq_setup_tx_buf - setup tx buffer for partial handling
1211 * @buf: reeive buffer with partial
1234 * @fps: first partial sequence number
1294 /* copy partial fpdu */
1359 * irdma_ieq_handle_partial - process partial fpdu buffer
1361 * @pfpdu: partial management per user qp
1373 struct list_head pbufl; /* partial buffer list */
1430 * @pfpdu: partial management per user qp
1446 bool partial local
[all...]
/linux-master/fs/ocfs2/
H A Daops.c414 int *partial,
431 if (partial && !buffer_uptodate(bh))
432 *partial = 1;
728 * have to deal with allocating writes to partial pages.
410 walk_page_buffers( handle_t *handle, struct buffer_head *head, unsigned from, unsigned to, int *partial, int (*fn)( handle_t *handle, struct buffer_head *bh)) argument
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S153 mulul #TEN,%d1 |mul partial product by one digit place

Completed in 232 milliseconds

123456