/openbmc/linux/drivers/crypto/ |
H A D | omap-crypto.c | 16 static int omap_crypto_copy_sg_lists(int total, int bs, in omap_crypto_copy_sg_lists() 55 static int omap_crypto_copy_sgs(int total, int bs, struct scatterlist **sg, in omap_crypto_copy_sgs() 88 static int omap_crypto_check_sg(struct scatterlist *sg, int total, int bs, in omap_crypto_check_sg() 125 int omap_crypto_align_sg(struct scatterlist **sg, int total, int bs, in omap_crypto_align_sg()
|
/openbmc/linux/tools/perf/ui/ |
H A D | progress.h | 11 u64 curr, next, step, total; member 18 #define ui_progress__init(p, total, title) \ argument 21 #define ui_progress__init_size(p, total, title) \ argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | event.py | 400 def __init__(self, total, msg = "Operation Completed"): argument 407 def __init__(self, current, total, msg = "Operation in Progress"): argument 492 def __init__(self, total, n, p, failures=0, interrupted=0): argument 604 def __init__(self, total): argument 622 def __init__(self, current, total): argument 628 def __init__(self, total): argument 634 def __init__(self, current, total): argument 639 def __init__(self, total, num_entries): argument 650 def __init__(self, current, total): argument 655 def __init__(self, total): argument [all …]
|
/openbmc/linux/tools/perf/ui/gtk/ |
H A D | hists.c | 98 GtkTreeIter *parent, int col, u64 total) in perf_gtk__add_callchain_flat() 161 GtkTreeIter *parent, int col, u64 total) in perf_gtk__add_callchain_folded() 221 GtkTreeIter *parent, int col, u64 total) in perf_gtk__add_callchain_graph() 271 GtkTreeIter *parent, int col, u64 total) in perf_gtk__add_callchain() 361 u64 total = hists__total_period(h->hists); in perf_gtk__show_hists() local 417 u64 total = hists__total_period(hists); in perf_gtk__add_hierarchy_entries() local
|
/openbmc/linux/fs/ceph/ |
H A D | debugfs.c | 130 #define CEPH_LAT_METRIC_SHOW(name, total, avg, min, max, sq) { \ argument 143 #define CEPH_SZ_METRIC_SHOW(name, total, avg, min, max, sum) { \ argument 178 s64 total, avg, min, max, sq; in metrics_latency_show() local 204 s64 total; in metrics_size_show() local 272 int total, avail, used, reserved, min, i; in caps_show() local
|
H A D | metric.h | 69 __le64 total; member 104 __le64 total; member 111 __le64 total; member 118 __le64 total; member 125 __le64 total; member 156 u64 total; member
|
H A D | metric.c | 327 static inline void __update_mean_and_stdev(ktime_t total, ktime_t *lavg, in __update_mean_and_stdev() 347 ktime_t total; in ceph_update_metrics() local
|
/openbmc/qemu/util/ |
H A D | qemu-co-shared-resource.c | 31 uint64_t total; /* Set in shres_create() and not changed anymore */ member 40 SharedResource *shres_create(uint64_t total) in shres_create()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_drm_client.c | 56 u64 total = 0; in busy_add() local 75 u64 total = atomic64_read(&client->past_runtime[class]); in show_client_class() local
|
/openbmc/linux/net/netfilter/ |
H A D | nft_counter.c | 107 struct nft_counter *total) in nft_counter_reset() 124 struct nft_counter *total) in nft_counter_fetch() 151 struct nft_counter total; in nft_counter_do_dump() local 240 struct nft_counter total; in nft_counter_clone() local
|
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_alloc.c | 137 int total = 0; in hns_roce_get_kmem_bufs() local 161 int total = 0; in hns_roce_get_umem_bufs() local
|
/openbmc/qemu/ |
H A D | qemu-io-cmds.c | 546 int64_t bytes, BdrvRequestFlags flags, int64_t *total) in do_pread() 581 int64_t *total) in do_pwrite_zeroes() 594 int64_t bytes, int64_t *total) in do_write_compressed() 611 int64_t count, int64_t *total) in do_load_vmstate() 625 int64_t count, int64_t *total) in do_save_vmstate() 718 int64_t total = 0; in read_f() local 913 int total = 0; in readv_f() local 1059 int64_t total = 0; in write_f() local 1270 int total = 0; in writev_f() local 1924 int64_t *offset, int flags, int *total) in do_aio_zone_append() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | branch.c | 114 u64 total = 0; in branch_type_stat_display() local 177 u64 total = 0; in branch_type_str() local
|
/openbmc/qemu/target/hexagon/ |
H A D | gdbstub.c | 81 int total = 0; in gdb_get_vreg() local 91 int total = 0; in gdb_get_qreg() local
|
/openbmc/linux/include/linux/ |
H A D | bpf_mprog.h | 196 int total = entry->parent->count; in bpf_mprog_total() local 277 int total = bpf_mprog_total(entry); in bpf_mprog_entry_grow() local 293 int total = ARRAY_SIZE(entry->fp_items); in bpf_mprog_entry_shrink() local
|
/openbmc/u-boot/drivers/video/sunxi/ |
H A D | lcdc.c | 75 int bp, clk_delay, total, val; in lcdc_tcon0_mode_set() local 152 int bp, clk_delay, total, val, yres; in lcdc_tcon1_mode_set() local
|
/openbmc/phosphor-health-monitor/ |
H A D | health_metric_collection.cpp | 159 auto total = memoryValues.at(MetricIntf::SubType::memoryTotal) * 1024; in readMemory() local 180 double total = buffer.f_blocks * buffer.f_frsize; in readStorage() local
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | omapdss-boot-init.c | 35 int l = 0, total = 0; in omapdss_count_strings() local 63 size_t total = 0; in omapdss_prefix_strcpy() local
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/common/ |
H A D | mtk_vcodec_dbgfs.c | 15 int *used, int total) in mtk_vdec_dbgfs_get_format_type() 56 static void mtk_vdec_dbgfs_get_help(char *buf, int *used, int total) in mtk_vdec_dbgfs_get_help()
|
/openbmc/linux/tools/testing/selftests/arm64/mte/ |
H A D | check_mmap_options.c | 95 int total = ARRAY_SIZE(sizes); in check_file_memory_mapping() local 134 int total = ARRAY_SIZE(sizes); in check_clear_prot_mte_flag() local
|
/openbmc/u-boot/scripts/ |
H A D | bin2c.c | 14 int ch, total = 0; in main() local
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_pm.c | 384 ktime_t total = gt->stats.total; in __intel_gt_get_awake_time() local 396 ktime_t total; in intel_gt_get_awake_time() local
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2.c | 261 xfs_extlen_t total) /* bmap's total block count */ in xfs_dir_createname() 435 xfs_extlen_t total) /* bmap's total block count */ in xfs_dir_removename() 493 xfs_extlen_t total) /* bmap's total block count */ in xfs_dir_replace()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | msi.c | 154 static struct device_node *__find_pe_total_msi(struct device_node *node, int *total) in __find_pe_total_msi() 175 static struct device_node *find_pe_total_msi(struct pci_dev *dev, int *total) in find_pe_total_msi() 180 static struct device_node *find_pe_dn(struct pci_dev *dev, int *total) in find_pe_dn() 271 int total; in msi_quota_for_device() local
|
/openbmc/linux/fs/qnx4/ |
H A D | bitmap.c | 24 int total = 0; in qnx4_count_free_blocks() local
|