Home
last modified time | relevance | path

Searched refs:total (Results 126 – 150 of 1306) sorted by relevance

12345678910>>...53

/openbmc/linux/fs/ocfs2/
H A Dfilecheck.c303 ssize_t ret = 0, total = 0, remain = PAGE_SIZE; in ocfs2_filecheck_attr_show() local
314 total = snprintf(buf, remain, "%u\n", ent->fs_fcheck->fc_max); in ocfs2_filecheck_attr_show()
320 total += ret; in ocfs2_filecheck_attr_show()
327 ret = snprintf(buf + total, remain, "%lu\t\t%u\t%s\n", in ocfs2_filecheck_attr_show()
332 total = -E2BIG; in ocfs2_filecheck_attr_show()
335 total += ret; in ocfs2_filecheck_attr_show()
341 return total; in ocfs2_filecheck_attr_show()
/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_dtlk.c287 int total, i; in synth_interrogate() local
291 for (total = 0, i = 0; i < 50; i++) { in synth_interrogate()
292 buf[total] = synth_read_tts(); in synth_interrogate()
293 if (total > 2 && buf[total] == 0x7f) in synth_interrogate()
295 if (total < sizeof(struct synth_settings)) in synth_interrogate()
296 total++; in synth_interrogate()
/openbmc/linux/fs/adfs/
H A Dmap.c124 unsigned long total = 0; in scan_free_map() local
147 total += fragend + 1 - start; in scan_free_map()
153 return total; in scan_free_map()
201 unsigned int total = 0; in adfs_map_statfs() local
208 total += scan_free_map(asb, dm++); in adfs_map_statfs()
214 buf->f_bfree = signed_asl(total, asb->s_map2blk); in adfs_map_statfs()
/openbmc/linux/drivers/crypto/nx/
H A Dnx-aes-xcbc.c174 u32 to_process = 0, leftover, total; in nx_xcbc_update() local
183 total = sctx->count + len; in nx_xcbc_update()
189 if (total <= AES_BLOCK_SIZE) { in nx_xcbc_update()
213 to_process = total - to_process; in nx_xcbc_update()
216 leftover = total - to_process; in nx_xcbc_update()
277 total -= to_process; in nx_xcbc_update()
/openbmc/linux/Documentation/block/
H A Dstat.rst32 read ticks milliseconds total wait time for read requests
36 write ticks milliseconds total wait time for write requests
38 io_ticks milliseconds total time this block device has been active
39 time_in_queue milliseconds total wait time for all requests
43 discard ticks milliseconds total wait time for discard requests
45 flush ticks milliseconds total wait time for flush requests
/openbmc/linux/mm/
H A Dshow_mem.c358 unsigned long nr[NR_PAGE_ORDERS], flags, total = 0; in show_free_areas() local
374 total += nr[order] << order; in show_free_areas()
389 printk(KERN_CONT "= %lukB\n", K(total)); in show_free_areas()
405 unsigned long total = 0, reserved = 0, highmem = 0; in __show_mem() local
413 total += zone->present_pages; in __show_mem()
420 printk("%lu pages RAM\n", total); in __show_mem()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgk20a.c46 u32 total; member
101 status->total= nvkm_falcon_rd32(falcon, 0x508 + (CLK_SLOT * 0x10)); in gk20a_pmu_dvfs_get_dev_status()
137 if (status.total) in gk20a_pmu_dvfs_work()
138 utilization = div_u64((u64)status.busy * 100, status.total); in gk20a_pmu_dvfs_work()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Metric/
H A DValue.interface.yaml66 The total memory metric.
67 value: memory/total
94 The total CPU utilization.
95 value: cpu/total
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ringbuf.c27 long total = 0; variable
59 __sync_fetch_and_add(&total, 1); in test_ringbuf()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c261 xfs_extlen_t total) /* bmap's total block count */ in xfs_dir_createname() argument
287 args->total = total; in xfs_dir_createname()
435 xfs_extlen_t total) /* bmap's total block count */ in xfs_dir_removename() argument
455 args->total = total; in xfs_dir_removename()
493 xfs_extlen_t total) /* bmap's total block count */ in xfs_dir_replace() argument
516 args->total = total; in xfs_dir_replace()
/openbmc/linux/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c77 if (section || !ecc->total) in qi_lb60_ooblayout_ecc()
80 oobregion->length = ecc->total; in qi_lb60_ooblayout_ecc()
95 oobregion->length = mtd->oobsize - ecc->total - 12; in qi_lb60_ooblayout_free()
96 oobregion->offset = 12 + ecc->total; in qi_lb60_ooblayout_free()
112 if (section || !ecc->total) in jz4725b_ooblayout_ecc()
115 oobregion->length = ecc->total; in jz4725b_ooblayout_ecc()
130 oobregion->length = mtd->oobsize - ecc->total - 3; in jz4725b_ooblayout_free()
131 oobregion->offset = 3 + ecc->total; in jz4725b_ooblayout_free()
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dactive-semi,act8945a-charger.yaml45 active-semi,total-timeout:
48 Specifies the charger's total safety timer setting value in hours;
74 active-semi,total-timeout = <3>;
/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c1370 int bad, total, printed; in print_result() local
1379 bad = total = printed = 0; in print_result()
1381 total++; in print_result()
1422 print_bad_events(bad, total); in print_result()
1825 print_bad_events(bad, total); in print_footer_stdio()
1830 total += broken; in print_footer_stdio()
1852 total += bad; in print_footer_csv()
1881 int bad, total, printed; in print_contention_result() local
1886 bad = total = printed = 0; in print_contention_result()
1911 total += con->nr_filtered; in print_contention_result()
[all …]
/openbmc/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c221 __u64 *total; in off_cpu_stat() local
223 total = bpf_map_lookup_elem(&off_cpu, &key); in off_cpu_stat()
224 if (total) in off_cpu_stat()
225 *total += delta; in off_cpu_stat()
/openbmc/linux/Documentation/locking/
H A Dlockstat.rst59 total
60 - total time we spend waiting on this lock
72 total
73 - total time this lock was held
108 …-min waittime-max waittime-total waittime-avg acq-bounces acquisitions holdtime-min h…
/openbmc/qemu/util/
H A Dosdep.c443 ssize_t total = 0; in qemu_write_full() local
455 total += ret; in qemu_write_full()
458 return total; in qemu_write_full()
506 ssize_t total = 0; in qemu_send_full() local
519 total += ret; in qemu_send_full()
522 return total; in qemu_send_full()
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_stats.c219 u64 total = 0, tx_queues = MAX_Q(lif), rx_queues = MAX_Q(lif); in ionic_sw_stats_get_count() local
227 total += IONIC_NUM_LIF_STATS; in ionic_sw_stats_get_count()
228 total += IONIC_NUM_PORT_STATS; in ionic_sw_stats_get_count()
230 total += tx_queues * IONIC_NUM_TX_STATS; in ionic_sw_stats_get_count()
231 total += rx_queues * IONIC_NUM_RX_STATS; in ionic_sw_stats_get_count()
233 return total; in ionic_sw_stats_get_count()
/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/
H A Drun-ptest83 total=$(expr ${passed} + ${failed} + ${skipped})
96 echo "total: ${total}"
/openbmc/linux/tools/tracing/rtla/src/
H A Dutils.h70 #define ns_to_per(total, part) ((part * 100) / (double)total) argument
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.c563 size_t len, i, total; in connect_one_server() local
598 total = 0; in connect_one_server()
600 ret = read(fd, buf2 + total, sizeof(buf2) - total); in connect_one_server()
608 total += ret; in connect_one_server()
609 } while (total < len); in connect_one_server()
611 if (total != len) in connect_one_server()
612 xerror("total %lu, len %lu eof %d\n", total, len, eof); in connect_one_server()
618 assert(s.tcpi_rcv_delta <= total); in connect_one_server()
623 total += 1; /* sequence advances due to FIN */ in connect_one_server()
625 assert(s.mptcpi_rcv_delta == (uint64_t)total); in connect_one_server()
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_std_types_device.c68 u64 *total) in gather_objects_handle() argument
97 *total = count; in gather_objects_handle()
106 u64 total = 0; in UVERBS_HANDLER() local
124 out_len, &total); in UVERBS_HANDLER()
129 sizeof(u32) * total); in UVERBS_HANDLER()
133 ret = uverbs_copy_to(attrs, UVERBS_ATTR_INFO_TOTAL_HANDLES, &total, in UVERBS_HANDLER()
134 sizeof(total)); in UVERBS_HANDLER()
/openbmc/linux/fs/orangefs/
H A Dxattr.c413 ssize_t total = 0; in orangefs_listxattr() local
449 total = new_op->downcall.resp.listxattr.returned_count * in orangefs_listxattr()
477 if (total + new_op->downcall.resp.listxattr.lengths[i] > size) in orangefs_listxattr()
492 memcpy(buffer + total, in orangefs_listxattr()
495 total += new_op->downcall.resp.listxattr.lengths[i]; in orangefs_listxattr()
517 ret ? (int)ret : (int)total, in orangefs_listxattr()
522 ret = total; in orangefs_listxattr()
/openbmc/linux/drivers/mtd/nand/
H A Decc-sw-hamming.c517 nand->ecc.ctx.total = nand->ecc.ctx.nsteps * engine_conf->code_size; in nand_ecc_sw_hamming_init_ctx()
553 int total = nand->ecc.ctx.total; in nand_ecc_sw_hamming_prepare_io_req() local
579 0, total); in nand_ecc_sw_hamming_prepare_io_req()
588 int total = nand->ecc.ctx.total; in nand_ecc_sw_hamming_finish_io_req() local
613 total); in nand_ecc_sw_hamming_finish_io_req()
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-hisi-sec24 1/1000~1000/1000 of total QoS. The driver reading alg_qos to
104 Description: Dump the total number of sent requests.
110 Description: Dump the total number of received requests.
116 Description: Dump the total number of requests sent with returning busy.
122 Description: Dump the total number of BD type error requests
129 Description: Dump the total number of invalid requests being received.
135 Description: Dump the total number of completed but marked error requests
/openbmc/linux/tools/testing/selftests/net/
H A Dso_incoming_cpu.c212 int i, j, fd, cpu, ret, total = 0; in verify_incoming_cpu() local
226 total++; in verify_incoming_cpu()
230 ASSERT_EQ(total, nr_client); in verify_incoming_cpu()
232 "working correctly with %d sockets.", total); in verify_incoming_cpu()

12345678910>>...53