Home
last modified time | relevance | path

Searched refs:total (Results 226 – 250 of 1306) sorted by relevance

12345678910>>...53

/openbmc/qemu/tests/qemu-iotests/
H A D051286 run_qemu -drive file="$TEST_IMG",iops=1234,throttling.iops-total=5678
290 run_qemu -drive file="$TEST_IMG",bps=1234,throttling.bps-total=5678
294 run_qemu -drive file="$TEST_IMG",iops_max=1234,throttling.iops-total-max=5678
298 run_qemu -drive file="$TEST_IMG",bps_max=1234,throttling.bps-total-max=5678
313 run_qemu -drive file="$TEST_IMG",throttling.iops-total=-4
314 run_qemu -drive file="$TEST_IMG",throttling.bps-total=-5
H A D051.out275 Testing: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678
276 …OG: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678: 'throttling.iops-total' and…
284 Testing: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678
285 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678: 'throttling.bps-total' …
293 Testing: -drive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678
294 …rive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678: 'throttling.iops-total-ma…
302 Testing: -drive file=TEST_DIR/t.qcow2,bps_max=1234,throttling.bps-total-max=5678
303 … -drive file=TEST_DIR/t.qcow2,bps_max=1234,throttling.bps-total-max=5678: 'throttling.bps-total-ma…
332 Testing: -drive file=TEST_DIR/t.qcow2,throttling.iops-total=-4
335 Testing: -drive file=TEST_DIR/t.qcow2,throttling.bps-total=-5
[all …]
/openbmc/linux/crypto/
H A Dahash.c65 if (walk->entrylen > walk->total) in hash_walk_new_entry()
66 walk->entrylen = walk->total; in hash_walk_new_entry()
67 walk->total -= walk->entrylen; in hash_walk_new_entry()
103 if (!walk->total) in crypto_hash_walk_done()
115 walk->total = req->nbytes; in crypto_hash_walk_first()
117 if (!walk->total) { in crypto_hash_walk_first()
/openbmc/u-boot/doc/
H A DREADME.mediatek117 1g:2k+64 : for Parallel NAND, 2KiB page size + 64B oob size, total 1Gbit size
118 2g:2k+64 : for Parallel NAND, 2KiB page size + 64B oob size, total 2Gbit size
119 4g:2k+64 : for Parallel NAND, 2KiB page size + 64B oob size, total 4Gbit size
120 2g:2k+128: for Parallel NAND, 2KiB page size + 128B oob size, total 2Gbit size
121 4g:2k+128: for Parallel NAND, 2KiB page size + 128B oob size, total 4Gbit size
/openbmc/linux/drivers/mtd/nand/
H A Decc.c167 unsigned int total_ecc_bytes = nand->ecc.ctx.total; in nand_ooblayout_ecc_sp()
227 unsigned int total_ecc_bytes = nand->ecc.ctx.total; in nand_ooblayout_ecc_lp()
242 unsigned int total_ecc_bytes = nand->ecc.ctx.total; in nand_ooblayout_free_lp()
272 unsigned int total_ecc_bytes = nand->ecc.ctx.total; in nand_ooblayout_ecc_lp_hamming()
299 unsigned int total_ecc_bytes = nand->ecc.ctx.total; in nand_ooblayout_free_lp_hamming()
/openbmc/u-boot/arch/arm/mach-k3/
H A DKconfig19 Describes the total size of the MCU MSRAM. This doesn't
20 specify the total size of SPL as ROM can use some part
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c1138 int total = 0; in hns_roce_hem_list_calc_root_ba() local
1147 total += (r->count + step - 1) / step; in hns_roce_hem_list_calc_root_ba()
1149 total += r->count; in hns_roce_hem_list_calc_root_ba()
1153 return total; in hns_roce_hem_list_calc_root_ba()
1294 int total = 0; in setup_middle_bt() local
1306 total++; in setup_middle_bt()
1309 return total; in setup_middle_bt()
1321 int i, total; in setup_root_hem() local
1329 total = 0; in setup_root_hem()
1336 cpu_base = root_hem->addr + total * BA_BYTE_LEN; in setup_root_hem()
[all …]
/openbmc/linux/drivers/soc/aspeed/
H A Daspeed-xdma.c311 unsigned int total; in aspeed_xdma_ast2500_set_cmd() local
314 total = XDMA_CMD_AST2500_CMD_LINE_SIZE * line_no; in aspeed_xdma_ast2500_set_cmd()
315 rem = (op->len - total) >> in aspeed_xdma_ast2500_set_cmd()
322 u32 rbmc = bmc_addr + total; in aspeed_xdma_ast2500_set_cmd()
324 cmds[1].host_addr = op->host_addr + (u64)total; in aspeed_xdma_ast2500_set_cmd()
383 unsigned int total; in aspeed_xdma_ast2600_set_cmd() local
386 total = XDMA_CMD_AST2600_CMD_MULTILINE_SIZE * line_no; in aspeed_xdma_ast2600_set_cmd()
387 rem = op->len - total; in aspeed_xdma_ast2600_set_cmd()
392 u32 rbmc = bmc_addr + total; in aspeed_xdma_ast2600_set_cmd()
394 cmds[1].host_addr = op->host_addr + (u64)total; in aspeed_xdma_ast2600_set_cmd()
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dmm.c98 u64 total; member
109 DBG("%s:%d: map.total = %llxh\n", func, line, m->total); in _debug_dump_map()
128 return (phys_addr < map.rm.size || phys_addr >= map.total) in ps3_mm_phys_to_lpar()
321 map.total = map.rm.size; in ps3_mm_region_destroy()
1133 r->len = len ? len : ALIGN(map.total, 1 << r->page_size); in ps3_dma_region_init()
1208 &map.total); in ps3_mm_init()
1224 result = ps3_mm_region_create(&map.r1, map.total - map.rm.size); in ps3_mm_init()
1231 map.total = map.rm.size + map.r1.size; in ps3_mm_init()
1238 map.total - map.rm.size); in ps3_mm_init()
1239 memblock_add(map.rm.size, map.total - map.rm.size); in ps3_mm_init()
/openbmc/linux/drivers/platform/x86/
H A Dhdaps.c209 int total, ret = -ENXIO; in hdaps_device_init() local
263 for (total = INIT_TIMEOUT_MSECS; total > 0; total -= INIT_WAIT_MSECS) { in hdaps_device_init()
/openbmc/openbmc-test-automation/redfish/telemetry_service/
H A Dtest_telemetry_report.robot21 ... battery voltage=Battery_Voltage total power=total_power
36 total power OnRequest LogToMetricReportsCollection
51 Create Basic Telemetry Report total power Periodic LogToMetricReportsCollection
56 ... total power Periodic LogToMetricReportsCollection expected_result=fail
/openbmc/qemu/include/qemu/
H A Dco-shared-resource.h37 SharedResource *shres_create(uint64_t total);
/openbmc/linux/drivers/tty/
H A Dmips_ejtag_fdc.c800 size_t total) in mips_ejtag_fdc_tty_write() argument
819 total = min_t(size_t, total, priv->xmit_size - dport->xmit_cnt); in mips_ejtag_fdc_tty_write()
820 atomic_add(total, &priv->xmit_total); in mips_ejtag_fdc_tty_write()
821 dport->xmit_cnt += total; in mips_ejtag_fdc_tty_write()
823 for (count = total; count; count -= block) { in mips_ejtag_fdc_tty_write()
838 if (total) in mips_ejtag_fdc_tty_write()
840 return total; in mips_ejtag_fdc_tty_write()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/
H A DRebootAttempts.interface.yaml12 Number of total reboot attempts allowed.
/openbmc/linux/drivers/input/touchscreen/
H A Dpenmount.c90 int total = 0; in pm_checkpacket() local
94 total += packet[i]; in pm_checkpacket()
96 return packet[5] == (unsigned char)~(total & 0xff); in pm_checkpacket()
/openbmc/openbmc/poky/meta/lib/
H A Dbuildstats.py165 total = int(tokens[4].split(b'=')[1])
169 delta = total - self.last_pressure[filename]
171 self.last_pressure[filename] = total
/openbmc/linux/fs/9p/
H A Dvfs_addr.c39 int total, err; in v9fs_issue_read() local
43 total = p9_client_read(fid, pos, &to, &err); in v9fs_issue_read()
49 netfs_subreq_terminated(subreq, err ?: total, false); in v9fs_issue_read()
/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.logrotate3 # Keep up to four 64k files for ipmi_sel (256k total)
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_context.c583 u64 total, active; in intel_context_get_total_runtime_ns() local
588 total = ce->stats.runtime.total; in intel_context_get_total_runtime_ns()
590 total *= ce->engine->gt->clock_period_ns; in intel_context_get_total_runtime_ns()
596 return total + active; in intel_context_get_total_runtime_ns()
/openbmc/linux/drivers/char/tpm/
H A Dtpm1-cmd.c535 u32 total = 0; in tpm1_get_random() local
571 total += recd; in tpm1_get_random()
575 } while (retries-- && total < max); in tpm1_get_random()
577 rc = total ? (int)total : -EIO; in tpm1_get_random()
/openbmc/linux/kernel/trace/
H A Dtrace_hwlat.c207 s64 diff, outer_diff, total, last_total = 0; in get_sample() local
245 total = time_to_us(time_sub(t2, start)); /* sample width */ in get_sample()
248 if (total < last_total) { in get_sample()
252 last_total = total; in get_sample()
272 } while (total <= hwlat_data.sample_width); in get_sample()
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_neo.c281 int total = 0; in neo_copy_data_from_uart_to_queue() local
306 total = 0; in neo_copy_data_from_uart_to_queue()
308 total = readb(&ch->ch_neo_uart->rfifo); in neo_copy_data_from_uart_to_queue()
318 total -= 3; in neo_copy_data_from_uart_to_queue()
327 total = min(total, qleft); in neo_copy_data_from_uart_to_queue()
329 while (total > 0) { in neo_copy_data_from_uart_to_queue()
345 n = min(((u32) total), (RQUEUESIZE - (u32) head)); in neo_copy_data_from_uart_to_queue()
376 total -= n; in neo_copy_data_from_uart_to_queue()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr.c322 unsigned int *total) in xfs_init_attr_trans() argument
329 args->total; in xfs_init_attr_trans()
332 *total = args->total; in xfs_init_attr_trans()
335 *total = XFS_ATTRRM_SPACE_RES(mp); in xfs_init_attr_trans()
972 unsigned int total; in xfs_attr_set() local
996 args->total = xfs_attr_calc_size(args, &local); in xfs_attr_set()
1023 xfs_init_attr_trans(args, &tres, &total); in xfs_attr_set()
1024 error = xfs_trans_alloc_inode(dp, &tres, total, 0, rsvd, &args->trans); in xfs_attr_set()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c271 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->vm.total - 4096)), in igt_vma_pin1()
275 VALID(0, PIN_GLOBAL | PIN_OFFSET_FIXED | (ggtt->vm.total - 4096)), in igt_vma_pin1()
276 INVALID(0, PIN_GLOBAL | PIN_OFFSET_FIXED | ggtt->vm.total), in igt_vma_pin1()
284 VALID(ggtt->vm.total - 4096, PIN_GLOBAL), in igt_vma_pin1()
285 VALID(ggtt->vm.total, PIN_GLOBAL), in igt_vma_pin1()
286 NOSPACE(ggtt->vm.total + 4096, PIN_GLOBAL), in igt_vma_pin1()
289 INVALID(8192, PIN_GLOBAL | PIN_OFFSET_FIXED | (ggtt->vm.total - 4096)), in igt_vma_pin1()
301 NOSPACE(0, PIN_GLOBAL | PIN_OFFSET_BIAS | ggtt->vm.total), in igt_vma_pin1()
303 NOSPACE(8192, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->vm.total - 4096)), in igt_vma_pin1()
/openbmc/u-boot/include/u-boot/
H A Dsha256.h13 uint32_t total[2]; member

12345678910>>...53