Home
last modified time | relevance | path

Searched refs:total (Results 151 – 175 of 1306) sorted by relevance

12345678910>>...53

/openbmc/linux/kernel/kcsan/
H A Dselftest.c244 int total = 0; in kcsan_selftest() local
248 ++total; \ in kcsan_selftest()
259 pr_info("selftest: %d/%d tests passed\n", passed, total); in kcsan_selftest()
260 if (passed != total) in kcsan_selftest()
/openbmc/linux/fs/squashfs/
H A Dxz_wrapper.c125 int total = 0, error = 0; in squashfs_xz_uncompress() local
168 total += PAGE_SIZE; in squashfs_xz_uncompress()
184 return error ? error : total + stream->buf.out_pos; in squashfs_xz_uncompress()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dlayerdetails.js178 $("#recipestable").on('table-done', function(e, total, tableParams){ argument
179 ctx.numTargets = total;
181 if (total === 0 && !tableParams.search) {
194 $("#machinestable").on('table-done', function(e, total, tableParams){ argument
195 ctx.numMachines = total;
197 if (total === 0 && !tableParams.search)
/openbmc/linux/drivers/crypto/
H A Domap-aes-gcm.c52 clen = ALIGN(dd->total, AES_BLOCK_SIZE); in omap_aes_gcm_done_task()
55 nsg = !!(dd->assoc_len && dd->total); in omap_aes_gcm_done_task()
64 dd->aead_req->assoclen, dd->total, in omap_aes_gcm_done_task()
70 dd->total + dd->aead_req->assoclen, in omap_aes_gcm_done_task()
149 dd->total = cryptlen; in omap_aes_gcm_copy_buffers()
194 dd->total + dd->aead_req->assoclen, in omap_aes_gcm_dma_out_callback()
H A Domap-des.c144 size_t total; member
447 dd->pdata->trigger(dd, dd->total); in omap_des_crypt_dma()
458 pr_debug("total: %zd\n", dd->total); in omap_des_crypt_dma_start()
501 pr_debug("total: %zd\n", dd->total); in omap_des_crypt_dma_stop()
531 dd->total = req->cryptlen; in omap_des_prepare_req()
541 ret = omap_crypto_align_sg(&dd->in_sg, dd->total, DES_BLOCK_SIZE, in omap_des_prepare_req()
553 dd->in_sg_len = sg_nents_for_len(dd->in_sg, dd->total); in omap_des_prepare_req()
557 dd->out_sg_len = sg_nents_for_len(dd->out_sg, dd->total); in omap_des_prepare_req()
892 BUG_ON(dd->total < DES_BLOCK_SIZE); in omap_des_irq()
894 dd->total -= DES_BLOCK_SIZE; in omap_des_irq()
[all …]
/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-hace-crypto.c229 int total, i; in aspeed_sk_start_sg() local
275 if (total > len) in aspeed_sk_start_sg()
276 total -= len; in aspeed_sk_start_sg()
279 len = total; in aspeed_sk_start_sg()
281 total = 0; in aspeed_sk_start_sg()
288 if (total != 0) { in aspeed_sk_start_sg()
306 if (total > len) in aspeed_sk_start_sg()
307 total -= len; in aspeed_sk_start_sg()
310 len = total; in aspeed_sk_start_sg()
312 total = 0; in aspeed_sk_start_sg()
[all …]
/openbmc/linux/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c88 unsigned long total; member
94 .name = "read", .total = 0, .count = 0, .bytes = 0};
96 .name = "pread", .total = 0, .count = 0, .bytes = 0};
98 .name = "write", .total = 0, .count = 0, .bytes = 0};
100 .name = "pwrite", .total = 0, .count = 0, .bytes = 0};
102 .name = "seek", .total = 0, .count = 0, .bytes = 0};
107 ustats->total += measurement; in update_stats()
116 (float)ustats->total / (float)ustats->count, in print_ustats()
/openbmc/linux/fs/dlm/
H A Dmember.c410 int i, w, x = 0, total = 0, all_zero = 0, *array; in make_member_array() local
417 total += memb->weight; in make_member_array()
422 if (!total) { in make_member_array()
423 total = ls->ls_num_nodes; in make_member_array()
427 ls->ls_total_weight = total; in make_member_array()
428 array = kmalloc_array(total, sizeof(*array), GFP_NOFS); in make_member_array()
441 DLM_ASSERT(x < total, printk("total %d x %d\n", total, x);); in make_member_array()
/openbmc/linux/fs/ntfs3/
H A Drecord.c175 if (le32_to_cpu(rec->total) != bpr) { in mi_read()
207 u32 total = le32_to_cpu(rec->total); in mi_enum_attr() local
211 if (used > total) in mi_enum_attr()
560 u32 total, used = le32_to_cpu(rec->used); in mi_resize_attr() local
573 total = le32_to_cpu(rec->total); in mi_resize_attr()
578 if (used + dsize > total) in mi_resize_attr()
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py20 def avg(total, n): argument
21 return total / n
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A DRedfish_Reference_Checker.robot31 # Work complete, total failures: 0
32 Should Match Regexp ${output} Work complete, total failures:[ ]+0
/openbmc/linux/Documentation/gpu/rfc/
H A Di915_small_bar.rst6 smaller than the total probed_size. In such cases, only some subset of
24 New struct__drm_i915_memory_region attribute which returns the total size of the
31 where the total size of the heap needs to be known. It also wants to be able to
/openbmc/openbmc/meta-arm/ci/
H A Dpatchreview48 total = 0 variable in Summary
132 summary.total += 1
186 return "%d (%d%%)" % (num, round(num * 100.0 / summary.total))
199 Patches in Pending state: %s""" % (summary.total,
/openbmc/linux/Documentation/tools/rtla/
H A Dcommon_osnoise_options.rst19 **-S**, **--stop-total** *us*
21 Stop the trace if the total sample is higher than the argument in microseconds.
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c640 unsigned long total, csr_off; in debugfs_lcb_read() local
659 for (total = 0; total < count; total += 8, csr_off += 8) { in debugfs_lcb_read()
662 if (put_user(data, (unsigned long __user *)(buf + total))) in debugfs_lcb_read()
665 *ppos += total; in debugfs_lcb_read()
666 return total; in debugfs_lcb_read()
674 unsigned long total, csr_off, data; in debugfs_lcb_write() local
692 for (total = 0; total < count; total += 8, csr_off += 8) { in debugfs_lcb_write()
693 if (get_user(data, (unsigned long __user *)(buf + total))) in debugfs_lcb_write()
698 *ppos += total; in debugfs_lcb_write()
699 return total; in debugfs_lcb_write()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch356 long long *total,
372 long long *total,
387 long long *total,
396 long long *total,
437 long long *total,
452 long long *total,
471 long long *total,
481 long long *total,
502 long long count, total;
550 long long *total)
[all …]
/openbmc/linux/tools/perf/scripts/python/
H A Dmem-phys-addr.py48 total = sum(load_mem_type_cnt.values())
52 (mem_type, count, 100 * count / total),
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_bufs.c728 int total; in drm_legacy_addbufs_agp() local
743 total = PAGE_SIZE << page_order; in drm_legacy_addbufs_agp()
809 buf->total = alignment; in drm_legacy_addbufs_agp()
885 int total; in drm_legacy_addbufs_pci() local
920 total = PAGE_SIZE << page_order; in drm_legacy_addbufs_pci()
995 dmah->size = total; in drm_legacy_addbufs_pci()
1025 buf->total = alignment; in drm_legacy_addbufs_pci()
1113 int total; in drm_legacy_addbufs_sg() local
1134 total = PAGE_SIZE << page_order; in drm_legacy_addbufs_sg()
1187 buf->total = alignment; in drm_legacy_addbufs_sg()
[all …]
/openbmc/linux/drivers/hwmon/
H A Dmr75203.c157 u32 total; member
319 if (channel >= pvt->vm_channels.total) in pvt_read_in()
647 pvt->vm_channels.total = ch_num * vm_num; in pvt_get_active_channel()
656 pvt->vm_channels.total += vm_active_ch[i]; in pvt_get_active_channel()
669 pvt->vd = devm_kcalloc(dev, pvt->vm_channels.total, sizeof(*pvt->vd), in pvt_get_active_channel()
693 for (i = 0; i < pvt->vm_channels.total; i++) in pvt_get_pre_scaler()
886 in_config = devm_kcalloc(dev, pvt->vm_channels.total + 1, in mr75203_probe()
891 memset32(in_config, HWMON_I_INPUT, pvt->vm_channels.total); in mr75203_probe()
892 in_config[pvt->vm_channels.total] = 0; in mr75203_probe()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c500 total, CONN_CXT_SIZE(p_hwfn)); in qed_cxt_cfg_ilt_compute()
513 total, CONN_CXT_SIZE(p_hwfn)); in qed_cxt_cfg_ilt_compute()
575 curr_line, total, in qed_cxt_cfg_ilt_compute()
595 curr_line, total, in qed_cxt_cfg_ilt_compute()
611 curr_line, total, task_size); in qed_cxt_cfg_ilt_compute()
649 curr_line, total * 0x1000, in qed_cxt_cfg_ilt_compute()
664 if (total) { in qed_cxt_cfg_ilt_compute()
665 u32 local_max = max_t(u32, total, in qed_cxt_cfg_ilt_compute()
684 if (total) { in qed_cxt_cfg_ilt_compute()
696 if (total) { in qed_cxt_cfg_ilt_compute()
[all …]
/openbmc/qemu/dump/
H A Ddump-hmp-cmds.c95 assert(result->total != 0); in hmp_info_dump()
96 percent = 100.0 * result->completed / result->total; in hmp_info_dump()
/openbmc/linux/drivers/devfreq/event/
H A Drockchip-dfi.c42 u32 total; member
106 info->ch_usage[i].total = readl_relaxed(dfi_regs + in rockchip_dfi_get_busier_ch()
158 edata->total_count = info->ch_usage[busier_ch].total; in rockchip_dfi_get_event()
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-hisi-hpre37 1/1000~1000/1000 of total QoS. The driver reading alg_qos to
124 Description: Dump the total number of sent requests.
130 Description: Dump the total number of received requests.
136 Description: Dump the total number of requests sent
143 Description: Dump the total number of completed but error requests.
149 Description: Dump the total number of invalid requests being received.
163 Description: Dump the total number of time out requests.
/openbmc/linux/arch/mips/cavium-octeon/
H A Dsetup.c970 uint64_t total; in plat_mem_setup() local
976 total = 0; in plat_mem_setup()
993 total += max_memory; in plat_mem_setup()
1006 while (total < max_memory) { in plat_mem_setup()
1039 total += crashk_base - memory; in plat_mem_setup()
1041 total += end - crashk_end; in plat_mem_setup()
1069 total += mem_alloc_size; in plat_mem_setup()
1087 if (total == 0) in plat_mem_setup()
/openbmc/linux/sound/isa/gus/
H A Dgus_mem.c280 unsigned int total, used; in snd_gf1_mem_info_read() local
291 for (i = total = 0; i < 4; i++) { in snd_gf1_mem_info_read()
293 total += alloc->banks_16[i].size; in snd_gf1_mem_info_read()
328 total, used, total - used); in snd_gf1_mem_info_read()

12345678910>>...53