Searched refs:counters (Results 126 - 150 of 163) sorted by relevance

1234567

/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat553 Enabling the group leader makes reading counters from it and the
562 Disabling the group leader makes reading all counters under it
789 """Reset all field counters"""
920 """Reset field counters"""
925 """Reset field counters"""
961 # As we reset the counters when updating the fields we can
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S48 | The following counters are used for standalone testing
/linux-master/arch/powerpc/crypto/
H A Dchacha-p10le-8x.S612 # create (0, 1, 2, 3) counters
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_drv.h52 * request, and when this is the case, HW perf counters will be activated just
64 /* Number of counters activated in this perfmon instance
69 /* Events counted by the HW perf counters. */
79 u64 counters[] __counted_by(ncounters);
/linux-master/drivers/net/dsa/microchip/
H A Dksz_common.h40 u64 *counters; member in struct:ksz_port_mib
119 u32 read:1; /* read MIB counters in background */
/linux-master/drivers/accel/habanalabs/common/
H A Dfirmware_if.c1044 struct hl_info_pci_counters *counters)
1062 counters->rx_throughput = result;
1077 counters->tx_throughput = result;
1091 counters->replay_cnt = (u32) result;
1043 hl_fw_cpucp_pci_counters_get(struct hl_device *hdev, struct hl_info_pci_counters *counters) argument
/linux-master/arch/s390/kernel/
H A Dperf_cpum_cf.c327 * - a two byte counter set size (indicates the number of counters in this set)
349 unsigned int ctr:16; /* 32-47 Number of stored counters */
407 * The number of counters per counter set varies between machine generations,
455 * Return the maximum possible counter set size (in number of 8 byte counters)
465 * available counters in each counter set.
467 * the number of eight byte counters.
539 static void cfdiag_diffctrset(u64 *pstart, u64 *pstop, int counters) argument
541 for (; --counters >= 0; ++pstart, ++pstop)
636 * MT-diagnostic counters are read-only. The counter set
644 * Thus, the counters ca
[all...]
/linux-master/fs/bcachefs/
H A Dmove.c363 this_cpu_add(c->counters[BCH_COUNTER_io_move], k.k->size);
364 this_cpu_add(c->counters[BCH_COUNTER_move_extent_read], k.k->size);
H A Ddata_update.c300 this_cpu_add(c->counters[BCH_COUNTER_move_extent_finish], new->k.size);
H A Dsysfs.c583 /* counters dir */
595 counter = percpu_u64_get(&c->counters[BCH_COUNTER_##t]);\
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_iocb.c618 qpair->counters.output_bytes += scsi_bufflen(cmd);
619 qpair->counters.output_requests++;
622 qpair->counters.input_bytes += scsi_bufflen(cmd);
623 qpair->counters.input_requests++;
727 qpair->counters.output_bytes += scsi_bufflen(cmd);
728 qpair->counters.output_requests++;
731 qpair->counters.input_bytes += scsi_bufflen(cmd);
732 qpair->counters.input_requests++;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c2689 u16 pcifunc, counters;
2697 counters = rvu->hw->npc_counters;
2719 /* MCAM counters */
2720 seq_printf(filp, "\n\t\t MCAM counters \t: %d\n", counters);
2722 counters - mcam->counters.max);
2724 rvu_rsrc_free_count(&mcam->counters));
2691 u16 pcifunc, counters; local
H A Drvu.h181 struct rsrc_bmap counters; member in struct:npc_mcam
182 struct mutex lock; /* MCAM entries and counters update lock */
422 u16 npc_counters; /* No of match stats counters */
/linux-master/mm/
H A Dvmalloc.c4823 unsigned int nr, *counters = m->private; local
4826 if (!counters)
4834 memset(counters, 0, nr_node_ids * sizeof(unsigned int));
4837 counters[page_to_nid(v->pages[nr])] += step;
4839 if (counters[nr])
4840 seq_printf(m, " N%u=%u", nr, counters[nr]);
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmad.c892 static void edit_counter(struct mlx4_counter *cnt, void *counters, argument
899 (struct ib_pma_portcounters *)counters;
914 (struct ib_pma_portcounters_ext *)counters;
992 /* iboe_process_mad() which uses the HCA flow-counters to implement IB PMA
/linux-master/drivers/comedi/drivers/
H A Dni_mio_common.c642 struct ni_gpct *counter = &devpriv->counter_dev->counters[gpct_index];
744 if (devpriv->counter_dev->counters[gpct_index].mite_chan) {
746 devpriv->counter_dev->counters[gpct_index].mite_chan;
750 ni_tio_set_mite_channel(&devpriv->counter_dev->counters[gpct_index],
784 * dma requests for their counters
1283 ni_tio_handle_interrupt(&devpriv->counter_dev->counters[counter_index],
6291 struct ni_gpct *gpct = &devpriv->counter_dev->counters[i];
6319 /* Initialize GPFO_{0,1} to produce output of counters */
H A Dni_660x.c575 /* counters 4-7 pfi channels */
579 /* counters 0-3 pfi channels */
1078 * The last 8 are dedicated to counters 0 and 1.
1153 struct ni_gpct *counter = &gpct_dev->counters[i];
/linux-master/drivers/net/fddi/
H A Ddefza.c314 fza_zeros(&buf->init.counters, sizeof(buf->init.counters));
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dcmd.c330 if (wl->fw_status->counters.tx_lnk_free_pkts)
332 wl->fw_status->counters.tx_lnk_free_pkts[link];
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S3 /* low-level asm for "intrigue" (PA8500-8700 CPU perf counters)
28 ; Enable the performance counters
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c13 struct efct_hw_link_stat_counts *counters, void *arg);
19 struct efct_hw_host_stat_counts *counters, void *arg);
3099 struct efct_hw_link_stat_counts *counters,
3183 struct efct_hw_host_stat_counts *counters,
3096 efct_hw_get_link_stats(struct efct_hw *hw, u8 req_ext_counters, u8 clear_overflow_flags, u8 clear_all_counters, void (*cb)(int status, u32 num_counters, struct efct_hw_link_stat_counts *counters, void *arg), void *arg) argument
3181 efct_hw_get_host_stats(struct efct_hw *hw, u8 cc, void (*cb)(int status, u32 num_counters, struct efct_hw_host_stat_counts *counters, void *arg), void *arg) argument
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_flowtable.sh295 echo "FAIL: dscp counters do not match, expected dscp3 == 0, dscp0 > 0, but got $pc4,$pc4z" 1>&2
302 echo "FAIL: dscp counters do not match, expected dscp3 and dscp0 > 0 but got $pc4,$pc4z" 1>&2
309 echo "FAIL: dscp counters do not match, expected dscp3 > 0, dscp0 == 0 but got $pc4,$pc4z" 1>&2
316 echo "FAIL: dscp counters do not match, expected dscp3 > 0, dscp0 == 0 but got $pc4,$pc4z" 1>&2
328 echo "PASS: $what: dscp packet counters match"
441 # counters should have seen packets (before and after ft offload kicks in).
482 # acks) have to be handled by normal forwarding path. Therefore, packet counters
534 # reset counters.
535 # With pmtu in-place we'll also check that nft counters
539 ip netns exec $nsr1 nft reset counters tabl
[all...]
/linux-master/arch/s390/include/asm/
H A Dkvm_host.h682 int counters[FIRQ_MAX_COUNT]; member in struct:kvm_s390_float_interrupt
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c910 priv->num_event_counters = be16_to_cpu(descriptor->counters);
/linux-master/include/rdma/
H A Dib_verbs.h586 * of counters, which are 64bits and not guaranteed to be written
589 * @lifespan - Used by the core code to determine how old the counters
593 * @descs - Array of pointers to static descriptors used for the counters
597 * @num_counters - How many hardware counters there are. If name is
601 * @value - Array of u64 counters that are accessed by the sysfs code and
2060 struct ib_counters *counters; member in struct:ib_flow_spec_action_count
2544 int (*create_counters)(struct ib_counters *counters,
2546 int (*destroy_counters)(struct ib_counters *counters);
2547 int (*read_counters)(struct ib_counters *counters,
2569 * < 0 - Error, no counters update
[all...]

Completed in 689 milliseconds

1234567