Home
last modified time | relevance | path

Searched +full:full +full:- +full:size (Results 1 – 25 of 1133) sorted by relevance

12345678910>>...46

/openbmc/qemu/tests/qemu-iotests/
H A D106.out4 --- create_mode=off growth_mode=off ---
5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off
8 --- create_mode=off growth_mode=falloc ---
9 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off
12 --- create_mode=off growth_mode=full ---
13 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off
16 --- create_mode=falloc growth_mode=off ---
17 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc
20 --- create_mode=falloc growth_mode=falloc ---
21 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc
[all …]
H A D125.out2 --- cluster_size=512 growth_size=16 create_mode=off growth_mode=off ---
3 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
10 --- cluster_size=512 growth_size=16 create_mode=off growth_mode=metadata ---
11 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
18 --- cluster_size=512 growth_size=16 create_mode=off growth_mode=falloc ---
19 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
26 --- cluster_size=512 growth_size=16 create_mode=off growth_mode=full ---
27 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
34 --- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=off ---
35 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=metadata
[all …]
H A D25630 size = 64 * 1024 * 1024 variable
34 iotests.FilePath('img0-full') as img0_full_path, \
35 iotests.FilePath('img1-full') as img1_full_path, \
36 iotests.FilePath('img0-incr') as img0_incr_path, \
37 iotests.FilePath('img1-incr') as img1_incr_path, \
40 def create_target(filepath, name, size): argument
43 log(vm.cmd('blockdev-create', job_id='job1',
47 'size': 0,
50 log(vm.cmd('blockdev-add', driver='file',
52 log(vm.cmd('blockdev-create', job_id='job2',
[all …]
H A D10650 for create_mode in off falloc full; do
51 for growth_mode in off falloc full; do
53 echo "--- create_mode=$create_mode growth_mode=$growth_mode ---"
55 # Our calculation below assumes kilobytes as unit for the actual size.
56 # Disable the extent size hint because it would give us a result in
58 _make_test_img -o "preallocation=$create_mode,extent_size_hint=0" ${CREATION_SIZE}K
59 $QEMU_IMG resize -f "$IMGFMT" --preallocation=$growth_mode "$TEST_IMG" +${GROWTH_SIZE}K
69 actual_size=$($QEMU_IMG info -f "$IMGFMT" "$TEST_IMG" | grep 'disk size' | head -n 1)
70 actual_size=$(echo "$actual_size" | sed -e 's/^[^0-9]*\([0-9]\+\).*$/\1/')
72 # The actual size may exceed the expected size, depending on the file
[all …]
H A D2574 # Test bitmap-sync backups (incremental, differential, and partials)
29 SIZE = 64 * 1024 * 1024 variable
34 def __init__(self, byte, offset, size=GRANULARITY): argument
37 self.size = size
41 upper = (self.offset + self.size - 1) // granularity
64 Pattern('0x76', 0x3ff0000)]), # 64M - 64K
67 Pattern('0x65', 0x0000000), # Full overwrite
68 Pattern('0x77', 0x00f8000), # Partial-left (1M-32K)
69 Pattern('0x72', 0x2008000), # Partial-right (32M+32K)
70 Pattern('0x69', 0x3fe0000)]), # Adjacent-left (64M - 128K)
[all …]
H A D12538 echo $(($(stat -c '%b * %B' "$TEST_IMG_FILE")))
47 # Growing a file with a backing file (without preallocation=full or
52 if [ -z "$TEST_IMG_FILE" ]; then
59 # $ rm -f foo
61 # $ block_size=4096 # Your FS's block size
62 # $ fallocate -o $((block_size / 2)) -l $block_size foo
67 # rounds up the length to the block size, but independently. As
81 # Assuming there is no FS with a block size greater than 64k
82 fallocate -o 65535 -l 2 "$TEST_IMG_FILE"
86 # (Thus, the on-disk size should not increase)
[all …]
H A D0554 # Tests for drive-backup and blockdev-backup
31 blockdev_target_img = os.path.join(iotests.test_dir, 'blockdev-target.img')
36 qemu_img('create', '-f', iotests.imgfmt, test_img, str(image_len))
37 qemu_io('-f', iotests.imgfmt, '-c', 'write -P0x11 0 64k', test_img)
38 qemu_io('-f', iotests.imgfmt, '-c', 'write -P0x00 64k 128k', test_img)
39 qemu_io('-f', iotests.imgfmt, '-c', 'write -P0x22 162k 32k', test_img)
40 qemu_io('-f', iotests.imgfmt, '-c', 'write -P0xd5 1M 32k', test_img)
41 qemu_io('-f', iotests.imgfmt, '-c', 'write -P0xdc 32M 124k', test_img)
42 qemu_io('-f', iotests.imgfmt, '-c', 'write -P0x33 67043328 64k', test_img)
50 qemu_img('create', '-f', iotests.imgfmt, blockdev_target_img, str(image_len))
[all …]
H A D082.out5 Testing: create -f foo -f qcow2 TEST_DIR/t.qcow2 128M
6 …cow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=134217728 lazy_refc…
9 virtual size: 128 MiB (134217728 bytes)
12 Testing: create -f qcow2 -o cluster_size=4k -o lazy_refcounts=on TEST_DIR/t.qcow2 128M
13 …qcow2', fmt=qcow2 cluster_size=4096 extended_l2=off compression_type=zlib size=134217728 lazy_refc…
16 virtual size: 128 MiB (134217728 bytes)
26 Testing: create -f qcow2 -o cluster_size=4k -o lazy_refcounts=on -o cluster_size=8k TEST_DIR/t.qcow…
27 …qcow2', fmt=qcow2 cluster_size=8192 extended_l2=off compression_type=zlib size=134217728 lazy_refc…
30 virtual size: 128 MiB (134217728 bytes)
40 Testing: create -f qcow2 -o cluster_size=4k,cluster_size=8k TEST_DIR/t.qcow2 128M
[all …]
H A D191.out5 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
6 Formatting 'TEST_DIR/t.IMGFMT.mid', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.base ba…
7 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.mid backing…
8 Formatting 'TEST_DIR/t.IMGFMT.ovl2', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.mid ba…
19 { 'execute': 'block-commit',
20 'arguments': { 'job-id': 'commit0',
111 { 'execute': 'query-named-block-nodes' }
118 "backing-image": {
119 "virtual-size": 67108864,
121 "cluster-size": 65536,
[all …]
/openbmc/qemu/accel/tcg/
H A Dcputlb.c21 #include "qemu/main-loop.h"
22 #include "hw/core/tcg-cpu-ops.h"
23 #include "exec/exec-all.h"
24 #include "exec/page-protection.h"
28 #include "exec/tb-flush.h"
29 #include "exec/memory-internal.h"
31 #include "exec/mmu-access-type.h"
32 #include "exec/tlb-common.h"
35 #include "qemu/error-report.h"
37 #include "exec/helper-proto-common.h"
[all …]
/openbmc/linux/sound/soc/intel/atom/sst/
H A Dsst_loader.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * sst_dsp.c - Intel SST Driver for audio engine
5 * Copyright (C) 2008-14 Intel Corp
29 #include "../sst-mfld-platform.h"
34 /* __iowrite32_copy uses 32-bit count values so divide by 4 for in memcpy32_toio()
42 /* __ioread32_copy uses 32-bit count values so divide by 4 for in memcpy32_fromio()
49 * intel_sst_reset_dsp_mrfld - Resetting SST DSP
58 dev_dbg(sst_drv_ctx->dev, "sst: Resetting the DSP in mrfld\n"); in intel_sst_reset_dsp_mrfld()
59 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld()
61 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld()
[all …]
/openbmc/linux/sound/usb/line6/
H A Dmidibuf.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
18 message_length = -1; in midibuf_message_length()
22 message_length = length[(code >> 4) - 8]; in midibuf_message_length()
24 static const int length[] = { -1, 2, 2, 2, -1, -1, 1, 1, 1, -1, in midibuf_message_length()
25 1, 1, 1, -1, 1, 1 in midibuf_message_length()
35 return (this->pos_read == this->pos_write) && !this->full; in midibuf_is_empty()
40 return this->full; in midibuf_is_full()
45 this->pos_read = this->pos_write = this->full = 0; in line6_midibuf_reset()
46 this->command_prev = -1; in line6_midibuf_reset()
[all …]
/openbmc/linux/arch/arm/boot/dts/nxp/vf/
H A Dvf610-zii-dev-rev-b.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
6 /dts-v1/;
7 #include "vf610-zii-dev.dtsi"
11 compatible = "zii,vf610dev-b", "zii,vf610dev", "fsl,vf610";
13 mdio-mux {
14 compatible = "mdio-mux-gpio";
15 pinctrl-0 = <&pinctrl_mdio_mux>;
16 pinctrl-names = "default";
21 mdio-parent-bus = <&mdio1>;
22 #address-cells = <1>;
[all …]
H A Dvf610-zii-scu4-aib.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 // Copyright (C) 2016-2018 Zodiac Inflight Innovations
5 /dts-v1/;
10 compatible = "zii,vf610scu4-aib", "zii,vf610dev", "fsl,vf610";
13 stdout-path = &uart0;
21 gpio-leds {
22 compatible = "gpio-leds";
23 pinctrl-0 = <&pinctrl_leds_debug>;
24 pinctrl-names = "default";
26 led-debug {
[all …]
/openbmc/linux/kernel/trace/
H A Dtrace_seq.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2008-2014 Red Hat Inc, Steven Rostedt <srostedt@redhat.com>
16 * The buffer size is currently PAGE_SIZE, although it may become dynamic
31 #define TRACE_SEQ_BUF_LEFT(s) seq_buf_buffer_left(&(s)->seq)
38 if (unlikely(!s->seq.size)) in __trace_seq_init()
43 * trace_print_seq - move the contents of trace_seq into a seq_file
57 ret = seq_buf_print_seq(m, &s->seq); in trace_print_seq()
71 * trace_seq_printf - sequence printing of trace information
83 unsigned int save_len = s->seq.len; in trace_seq_printf()
86 if (s->full) in trace_seq_printf()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/base/circbuf/interface/
H A Dia_css_circbuf.h1 /* SPDX-License-Identifier: GPL-2.0 */
46 * @param desc The descriptor set to the size using ia_css_circbuf_desc_init().
69 * @return the pop-out value.
106 elem->val = val; in ia_css_circbuf_elem_set_val()
134 ia_css_circbuf_elem_set_val(dest, src->val); in ia_css_circbuf_elem_cpy()
154 OP___assert(cb->desc); in ia_css_circbuf_get_pos_at_offset()
155 OP___assert(cb->desc->size > 0); in ia_css_circbuf_get_pos_at_offset()
159 offset += cb->desc->size; in ia_css_circbuf_get_pos_at_offset()
163 dest = OP_std_modadd(base, offset, cb->desc->size); in ia_css_circbuf_get_pos_at_offset()
187 OP___assert(cb->desc); in ia_css_circbuf_get_offset()
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr100.c110 * r100_wait_for_vblank - vblank wait asic callback.
115 * Wait for vblank on the requested crtc (r1xx-r4xx).
121 if (crtc >= rdev->num_crtc) in r100_wait_for_vblank()
151 * r100_page_flip - pageflip callback.
158 * Does the actual pageflip (r1xx-r4xx).
165 struct radeon_crtc *radeon_crtc = rdev->mode_info.crtcs[crtc_id]; in r100_page_flip()
167 struct drm_framebuffer *fb = radeon_crtc->base.primary->fb; in r100_page_flip()
173 WREG32(RADEON_CRTC_OFFSET + radeon_crtc->crtc_offset, tmp); in r100_page_flip()
176 pitch_pixels = fb->pitches[0] / fb->format->cpp[0]; in r100_page_flip()
177 crtc_pitch = DIV_ROUND_UP(pitch_pixels * fb->format->cpp[0] * 8, in r100_page_flip()
[all …]
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-igps/
H A D0001-Adjust-paths-for-use-with-Bitbake.patch3 Date: Wed, 23 Oct 2019 14:23:08 -0700
6 Upstream-Status: Pending
8 Signed-off-by: Benjamin Fair <benjaminfair@google.com>
9 ---
10 ImageGeneration/inputs/mergedBootBlockAndUboot.xml | 10 +++++-----
11 ImageGeneration/references/BootBlockAndHeader_EB.xml | 6 +++---
12 .../references/BootBlockAndHeader_RunBMC.xml | 6 +++---
13 ImageGeneration/references/UbootHeader_EB.xml | 6 +++---
14 ImageGeneration/references/UbootHeader_RunBMC.xml | 6 +++---
15 5 files changed, 17 insertions(+), 17 deletions(-)
[all …]
/openbmc/linux/fs/btrfs/
H A Dblock-rsv.c1 // SPDX-License-Identifier: GPL-2.0
5 #include "block-rsv.h"
6 #include "space-info.h"
8 #include "block-group.h"
9 #include "disk-io.h"
17 * reservations. Each block_rsv has a ->size and a ->reserved. ->size is
18 * how large we want our block rsv to be, ->reserved is how much space is
21 * ->failfast exists for the truncate case, and is described below.
25 * -> Reserve
29 * accounted for in space_info->bytes_may_use, and then add the bytes to
[all …]
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-lx2160a-bluebox3.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
5 // Copyright 2020-2021 NXP
7 /dts-v1/;
9 #include "fsl-lx2160a.dtsi"
13 compatible = "fsl,lx2160a-bluebox3", "fsl,lx2160a";
23 stdout-path = "serial0:115200n8";
26 sb_3v3: regulator-sb3v3 {
27 compatible = "regulator-fixed";
28 regulator-name = "MC34717-3.3VSB";
29 regulator-min-microvolt = <3300000>;
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-ufs3 Contact: linux-scsi@vger.kernel.org
5 This file contains the auto-hibernate idle timer setting of a
6 UFS host controller. A value of '0' means auto-hibernate is not
11 10-bit values with a power-of-ten multiplier which allows a
20 device descriptor parameters. The full information about
30 device descriptor parameters. The full information about
40 the UFS device descriptor parameters. The full information
51 The full information about the descriptor could be found
61 the UFS device descriptor parameters. The full information
72 The full information about the descriptor could be found
[all …]
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c1 // SPDX-License-Identifier: GPL-2.0
50 short size; member
60 { 0x06, LVL_1_INST, 8 }, /* 4-way set assoc, 32 byte line size */
61 { 0x08, LVL_1_INST, 16 }, /* 4-way set assoc, 32 byte line size */
62 { 0x09, LVL_1_INST, 32 }, /* 4-way set assoc, 64 byte line size */
63 { 0x0a, LVL_1_DATA, 8 }, /* 2 way set assoc, 32 byte line size */
64 { 0x0c, LVL_1_DATA, 16 }, /* 4-way set assoc, 32 byte line size */
65 { 0x0d, LVL_1_DATA, 16 }, /* 4-way set assoc, 64 byte line size */
66 { 0x0e, LVL_1_DATA, 24 }, /* 6-way set assoc, 64 byte line size */
67 { 0x21, LVL_2, 256 }, /* 8-way set assoc, 64 byte line size */
[all …]
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm958625-meraki-alamo.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
5 * Copyright (C) 2020-2021 Matthew Hagan <mnhagan88@gmail.com>
8 #include "bcm958625-meraki-mx6x-common.dtsi"
12 compatible = "gpio-keys-polled";
14 poll-interval = <20>;
16 button-reset {
24 compatible = "gpio-leds";
26 led-0 {
27 /* green:wan1-left */
29 function-enumerator = <0>;
[all …]
/openbmc/qemu/hw/audio/
H A Dasc.c7 * Copyright (c) 2012-2018 Laurent Vivier <laurent@vivier.eu>
8 * Copyright (c) 2022 Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
10 * SPDX-License-Identifier: GPL-2.0-or-later
19 #include "hw/qdev-properties.h"
44 * bit 1="non-ROM companding",
47 * bit 0=ch A 1/2 full,
48 * 1=ch A full,
49 * 2=ch B 1/2 full,
50 * 3=ch B full)
52 * bits 0-3 wavetables 0-3 start
[all …]
/openbmc/linux/fs/hfsplus/
H A Dbitmap.c1 // SPDX-License-Identifier: GPL-2.0
19 int hfsplus_block_allocate(struct super_block *sb, u32 size, in hfsplus_block_allocate() argument
32 return size; in hfsplus_block_allocate()
34 hfs_dbg(BITMAP, "block_allocate: %u,%u,%u\n", size, offset, len); in hfsplus_block_allocate()
35 mutex_lock(&sbi->alloc_mutex); in hfsplus_block_allocate()
36 mapping = sbi->alloc_file->i_mapping; in hfsplus_block_allocate()
39 start = size; in hfsplus_block_allocate()
43 curr = pptr + (offset & (PAGE_CACHE_BITS - 1)) / 32; in hfsplus_block_allocate()
45 offset &= ~(PAGE_CACHE_BITS - 1); in hfsplus_block_allocate()
46 if ((size ^ offset) / PAGE_CACHE_BITS) in hfsplus_block_allocate()
[all …]

12345678910>>...46