Home
last modified time | relevance | path

Searched refs:stat (Results 5226 - 5250 of 7827) sorted by relevance

1...<<201202203204205206207208209210>>...314

/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h258 uint64_t stat:12; member
260 uint64_t stat:12;
267 uint64_t stat:9; member
269 uint64_t stat:9;
276 uint64_t stat:10; member
278 uint64_t stat:10;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h258 uint64_t stat:12; member
260 uint64_t stat:12;
267 uint64_t stat:9; member
269 uint64_t stat:9;
276 uint64_t stat:10; member
278 uint64_t stat:10;
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1710 const struct mv643xx_eth_stats *stat; in mv643xx_eth_get_ethtool_stats() local
1713 stat = mv643xx_eth_stats + i; in mv643xx_eth_get_ethtool_stats()
1715 if (stat->netdev_off >= 0) in mv643xx_eth_get_ethtool_stats()
1716 p = ((void *)mp->dev) + stat->netdev_off; in mv643xx_eth_get_ethtool_stats()
1718 p = ((void *)mp) + stat->mp_off; in mv643xx_eth_get_ethtool_stats()
1720 data[i] = (stat->sizeof_stat == 8) ? in mv643xx_eth_get_ethtool_stats()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsort.c1326 return he->stat.nr_events ? he->stat.weight / he->stat.nr_events : 0; in he_weight()
1351 return left->stat.weight - right->stat.weight; in sort__global_weight_cmp()
1357 return repsep_snprintf(bf, size, "%-*llu", width, he->stat.weight); in hist_entry__global_weight_snprintf()
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci.c5634 u32 stat; in pcix_get_max_mmrbc() local
5640 if (pci_read_config_dword(dev, cap + PCI_X_STATUS, &stat)) in pcix_get_max_mmrbc()
5643 return 512 << ((stat & PCI_X_STATUS_MAX_READ) >> 21); in pcix_get_max_mmrbc()
5682 u32 stat, v, o; in pcix_set_mmrbc() local
5694 if (pci_read_config_dword(dev, cap + PCI_X_STATUS, &stat)) in pcix_set_mmrbc()
5697 if (v > (stat & PCI_X_STATUS_MAX_READ) >> 21) in pcix_set_mmrbc()
/kernel/linux/linux-6.6/include/linux/
H A Dnetdevice.h2796 typeof(type) *stat; \
2797 stat = per_cpu_ptr(pcpu_stats, __cpu); \
2798 u64_stats_init(&stat->syncp); \
2813 typeof(type) *stat; \
2814 stat = per_cpu_ptr(pcpu_stats, __cpu); \
2815 u64_stats_init(&stat->syncp); \
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1721 const struct mv643xx_eth_stats *stat; in mv643xx_eth_get_ethtool_stats() local
1724 stat = mv643xx_eth_stats + i; in mv643xx_eth_get_ethtool_stats()
1726 if (stat->netdev_off >= 0) in mv643xx_eth_get_ethtool_stats()
1727 p = ((void *)mp->dev) + stat->netdev_off; in mv643xx_eth_get_ethtool_stats()
1729 p = ((void *)mp) + stat->mp_off; in mv643xx_eth_get_ethtool_stats()
1731 data[i] = (stat->sizeof_stat == 8) ? in mv643xx_eth_get_ethtool_stats()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_core.c689 memset(&hdev->stat, 0, sizeof(struct hci_dev_stats)); in hci_dev_reset_stat()
930 memcpy(&di.stat, &hdev->stat, sizeof(di.stat)); in hci_get_dev_info()
3897 hdev->stat.acl_rx++; in hci_acldata_packet()
3933 hdev->stat.sco_rx++; in hci_scodata_packet()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c56 #include <linux/sched/stat.h>
655 ++vcpu->stat.pf_guest; in kvm_inject_page_fault()
1599 ++vcpu->stat.exits; in kvm_msr_allowed()
3022 ++vcpu->stat.tlb_flush; in kvm_vcpu_flush_tlb_all()
3028 ++vcpu->stat.tlb_flush; in kvm_vcpu_flush_tlb_guest()
4123 vcpu->stat.preemption_other++; in kvm_steal_time_set_preempted()
4127 vcpu->stat.preemption_reported++; in kvm_steal_time_set_preempted()
7250 ++vcpu->stat.insn_emulation_fail; in handle_emulation_failure()
7560 ++vcpu->stat.insn_emulation; in x86_decode_emulated_instruction()
7696 ++vcpu->stat in x86_emulate_instruction()
[all...]
/device/board/hihope/dayu210/audio_drivers/soc/src/
H A Drk3588_dma_ops.c22 #include <linux/stat.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
H A Dsample_comm_svp.c21 #include <sys/stat.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/galaxycore_gc2053/
H A Dgc2053_sensor_ctl.c19 #include <sys/stat.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx327/
H A Dimx327_sensor_ctl.c19 #include <sys/stat.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/dependency/
H A Daudio_test.c21 #include <sys/stat.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx415/
H A Dimx415_sensor_ctl.c19 #include <sys/stat.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_sys.c20 #include <sys/stat.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/
H A Dsample_ive_st_and_lk.c21 #include <sys/stat.h>
H A Dsample_ive_od.c21 #include <sys/stat.h>
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dparams.c133 fec_data->stat = FEC_BUF_INIT; in rkispp_param_init_fecbuf()
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/
H A Dpower_supply_sysfs.c17 #include <linux/stat.h>
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Ddev.h386 * @stat: stats buffer list
395 struct list_head stat; member
655 * @stat: stats buffer list
/device/soc/rockchip/rk2206/sdk_liteos/platform/network/
H A Dconfig_network.c20 #include <sys/stat.h>
174 // check AP stat in SetApModeOff()
212 // check wifi stat in SetWifiModeOff()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dparams.c138 fec_data->stat = FEC_BUF_INIT; in rkispp_param_init_fecbuf()
/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.cpp22 #include <sys/stat.h>
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H A Dapp_recovery.cpp22 #include <sys/stat.h>

Completed in 83 milliseconds

1...<<201202203204205206207208209210>>...314