Home
last modified time | relevance | path

Searched refs:partial (Results 126 – 150 of 320) sorted by relevance

12345678910>>...13

/openbmc/linux/Documentation/sound/designs/
H A Doss-emulation.rst157 partial-frag
158 write also partial fragments (affects playback only)
196 The ``partial-frag`` and ``no-silence`` commands have been added recently.
/openbmc/linux/Documentation/accounting/
H A Dpsi.rst86 would add 150ms threshold for partial memory stall measured within
134 * Monitor memory partial stall with 1s tracking window size
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_vma.c175 view->partial.offset, in vma_create()
176 view->partial.size, in vma_create()
178 vma->size = view->partial.size; in vma_create()
1264 unsigned int count = view->partial.size; in intel_partial_pages()
1277 sg = remap_contiguous_pages(obj, view->partial.offset, count, st, st->sgl); in intel_partial_pages()
1900 vma_offset = vma->gtt_view.partial.offset << PAGE_SHIFT; in i915_vma_revoke_mmap()
H A Di915_debugfs.c231 vma->gtt_view.partial.offset << PAGE_SHIFT, in i915_debugfs_describe_obj()
232 vma->gtt_view.partial.size << PAGE_SHIFT); in i915_debugfs_describe_obj()
/openbmc/linux/fs/erofs/
H A Dzdata.c85 bool partial; member
802 pcl->partial = true; in z_erofs_register_pcluster()
1052 fe->pcl->partial = false; in z_erofs_do_read_page()
1300 .partial_decoding = pcl->partial, in z_erofs_decompress_pcluster()
1343 pcl->partial = true; in z_erofs_decompress_pcluster()
/openbmc/linux/arch/alpha/lib/
H A Dev6-stxncpy.S217 cmpbge zero, t2, t8 # E : find nulls in second partial
275 or t0, t1, t0 # E : first (partial) source word complete
H A Dev6-memchr.S140 # last quad may or may not be partial).
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py18 from functools import partial
32 runCmd2 = partial(runCmd, assert_error=False, limit_exc_output=40)
/openbmc/linux/drivers/net/usb/
H A Drndis_host.c97 int partial; in rndis_command() local
133 &notification, sizeof(notification), &partial, in rndis_command()
/openbmc/linux/drivers/perf/
H A Dxgene_pmu.c312 XGENE_PMU_EVENT_ATTR(axi0-read-partial, 0x03),
314 XGENE_PMU_EVENT_ATTR(axi1-read-partial, 0x05),
316 XGENE_PMU_EVENT_ATTR(csw-read-partial, 0x07),
318 XGENE_PMU_EVENT_ATTR(axi0-write-partial, 0x11),
320 XGENE_PMU_EVENT_ATTR(axi1-write-partial, 0x14),
551 XGENE_PMU_EVENT_ATTR(partial-wr-req-vld, 0x17),
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.49-cmd_arg.patch81 strcpy(line, partial);
/openbmc/linux/Documentation/driver-api/mtd/
H A Dspi-intel.rst17 partial overwrites. By default the driver exposes SPI serial flash
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-samhainrc.patch89 -file = /var/lib/apt/lists/partial
/openbmc/linux/Documentation/mm/
H A Dtranshuge.rst163 the place where we can detect partial unmap. It also might be
164 counterproductive since in many cases partial unmap happens during exit(2) if
/openbmc/linux/drivers/fpga/
H A DKconfig125 being reprogrammed during partial reconfig.
222 management functions such as FPGA partial reconfiguration, power
/openbmc/linux/drivers/scsi/
H A Dsd_zbc.c146 bool partial) in sd_zbc_do_report_zones() argument
163 if (partial) in sd_zbc_do_report_zones()
/openbmc/linux/Documentation/driver-api/fpga/
H A Dfpga-region.rst34 * flags indicating specifics such as whether the image is for partial
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dcve-update-nvd2-native.bb188 bb.note("CVE database: performing partial update")
364 # Remove any pre-existing CVE configuration. Even for partial database
/openbmc/qemu/nbd/
H A Dclient.c1473 bool partial = false; in nbd_read_eof() local
1487 if (partial) { in nbd_read_eof()
1496 partial = true; in nbd_read_eof()
/openbmc/linux/Documentation/driver-api/
H A Dxillybus.rst167 partial completion is allowed.
281 that the partial data in buffer will arrive anyhow, despite the buffer not
294 partial DMA buffers is somewhat different, though. The user can tell the
302 Note that the issue of partial buffer flushing is irrelevant for pipes having
/openbmc/linux/fs/ntfs/
H A Dfile.c1400 bool partial; in ntfs_commit_pages_after_non_resident_write() local
1405 partial = false; in ntfs_commit_pages_after_non_resident_write()
1412 partial = true; in ntfs_commit_pages_after_non_resident_write()
1422 if (!partial && !PageUptodate(page)) in ntfs_commit_pages_after_non_resident_write()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_iocb.c794 uint32_t *partial) in qla24xx_get_one_block_sg() argument
815 *partial = 0; in qla24xx_get_one_block_sg()
819 *partial = 1; in qla24xx_get_one_block_sg()
846 uint32_t partial; in qla24xx_walk_and_build_sglist_no_difb() local
872 while (qla24xx_get_one_block_sg(prot_int, &sgx, &partial)) { in qla24xx_walk_and_build_sglist_no_difb()
926 if (partial == 0) { in qla24xx_walk_and_build_sglist_no_difb()
937 partial = 1; /* So as to not re-enter this block */ in qla24xx_walk_and_build_sglist_no_difb()
1759 uint32_t partial; in qla24xx_dif_start_scsi() local
1768 cmd->device->sector_size, &sgx, &partial)) in qla24xx_dif_start_scsi()
2141 uint32_t partial; in qla2xxx_dif_start_scsi_mq() local
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dcdns,macb.yaml115 When the receive partial store and forward mode is activated,
/openbmc/linux/arch/x86/crypto/
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
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_inband_sdr.robot214 ... to fetch partial record from Get Device SDR.
233 ... is accessible after bmc reboot to fetch partial record from Get Device SDR.
256 ... is accessible to fetch partial record from Get Device SDR.

12345678910>>...13