Home
last modified time | relevance | path

Searched refs:stat (Results 1426 – 1450 of 1972) sorted by relevance

1...<<51525354555657585960>>...79

/openbmc/qemu/util/
H A Doslib-posix.c125 struct stat a, b; in qemu_write_pidfile()
151 if (stat(path, &a) < 0) { in qemu_write_pidfile()
/openbmc/qemu/hw/vfio/
H A Dhelpers.c610 struct stat st; in vfio_device_get_name()
613 if (stat(vbasedev->sysfsdev, &st) < 0) { in vfio_device_get_name()
/openbmc/qemu/hw/char/
H A Dtrace-events100 exynos_uart_rx_timeout(uint32_t channel, uint32_t stat, uint32_t intsp) "UART%d: Rx timeout stat=0x…
/openbmc/linux/sound/pci/
H A Dvia82xx_modem.c385 unsigned int stat = !secondary ? VIA_REG_AC97_PRIMARY_VALID : in snd_via82xx_codec_valid() local
390 val1 = val & (VIA_REG_AC97_BUSY | stat); in snd_via82xx_codec_valid()
391 if (val1 == stat) in snd_via82xx_codec_valid()
/openbmc/linux/tools/perf/util/
H A DBuild98 perf-y += stat.o
99 perf-y += stat-shadow.o
100 perf-y += stat-display.o
/openbmc/linux/Documentation/scheduler/
H A Dsched-bwc.rst79 - cpu.stat: exports throttling statistics [explained further below]
127 A group's bandwidth statistics are exported via 5 fields in cpu.stat.
129 cpu.stat:
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_crt.c575 u32 stat; in intel_crt_detect_hotplug() local
607 stat = intel_de_read(dev_priv, PORT_HOTPLUG_STAT); in intel_crt_detect_hotplug()
608 if ((stat & CRT_HOTPLUG_MONITOR_MASK) != CRT_HOTPLUG_MONITOR_NONE) in intel_crt_detect_hotplug()
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst216 read when the cgroup is in a waiting (for timeslice) state, the stat
226 the stat will only report the empty_time accumulated till the last
234 when the cgroup is in an idling state, the stat will only report the
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dlib.sh823 ethtool -S $dev | grep "^ *$stat:" | head -n 1 | cut -d: -f2
862 cat /proc/net/dev_snmp6/$dev | grep "^$stat" | cut -f2
873 jq ".[0].stats64.$dir.$stat"
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
H A Dlib.sh823 ethtool -S $dev | grep "^ *$stat:" | head -n 1 | cut -d: -f2
862 cat /proc/net/dev_snmp6/$dev | grep "^$stat" | cut -f2
873 jq ".[0].stats64.$dir.$stat"
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Dnet_forwarding_lib.sh823 ethtool -S $dev | grep "^ *$stat:" | head -n 1 | cut -d: -f2
862 cat /proc/net/dev_snmp6/$dev | grep "^$stat" | cut -f2
873 jq ".[0].stats64.$dir.$stat"
/openbmc/linux/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh823 ethtool -S $dev | grep "^ *$stat:" | head -n 1 | cut -d: -f2
862 cat /proc/net/dev_snmp6/$dev | grep "^$stat" | cut -f2
873 jq ".[0].stats64.$dir.$stat"
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmac.c510 u8 stat; in mt7921_mac_tx_free() local
536 stat = FIELD_GET(MT_TX_FREE_STATUS, info); in mt7921_mac_tx_free()
541 wcid->stats.tx_failed += !!stat; in mt7921_mac_tx_free()
/openbmc/linux/drivers/scsi/pm8001/
H A Dpm8001_sas.c448 ts->stat = SAS_PHY_DOWN; in pm8001_queue_command()
471 ts->stat = SAS_PHY_DOWN; in pm8001_queue_command()
778 ts->stat = SAS_OPEN_REJECT; in pm8001_open_reject_retry()
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage.bbclass171 import re, stat
181 …if not (stat.S_ISREG(mode) or (allow_links and stat.S_ISLNK(mode)) or (allow_dirs and stat.S_ISDIR…
/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c775 unsigned int stat = 0; in temac_start_xmit_done() local
779 stat = be32_to_cpu(cur_p->app0); in temac_start_xmit_done()
781 while (stat & STS_CTRL_APP0_CMPLT) { in temac_start_xmit_done()
810 stat = be32_to_cpu(cur_p->app0); in temac_start_xmit_done()
/openbmc/linux/drivers/crypto/
H A Dsahara.c1241 unsigned int stat = sahara_read(dev, SAHARA_REG_STATUS); in sahara_irq_handler() local
1247 sahara_decode_status(dev, stat); in sahara_irq_handler()
1249 if (SAHARA_STATUS_GET_STATE(stat) == SAHARA_STATE_BUSY) { in sahara_irq_handler()
1251 } else if (SAHARA_STATUS_GET_STATE(stat) == SAHARA_STATE_COMPLETE) { in sahara_irq_handler()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c444 kvm->stat.num_2M_pages--; in kvmppc_unmap_pte()
446 kvm->stat.num_1G_pages--; in kvmppc_unmap_pte()
932 kvm->stat.num_2M_pages++; in kvmppc_book3s_instantiate_page()
934 kvm->stat.num_1G_pages++; in kvmppc_book3s_instantiate_page()
/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c919 struct stat st; in do_skeleton()
954 if (stat(file, &st)) { in do_skeleton()
1293 struct stat st; in do_subskeleton()
1333 if (stat(file, &st)) { in do_subskeleton()
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc107 [ 106] = 2, /* stat */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils/
H A D0004-cleanup-includes.patch121 #include <sys/stat.h>
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_entity.h30 u32 stat[4 * (CIM_NUM_IBQ + CIM_NUM_OBQ_T5)]; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A D0001-include-missing-system-headers.patch117 #include <sys/stat.h>
/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/
H A Dlinux-libc-headers.inc103 …sm/ptrace.h asm/setup.h asm/sigcontext.h asm/siginfo.h asm/signal.h asm/stat.h asm/statfs.h asm…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0001-src-Add-missing-header-limits.h-for-_POSIX_HOST_NAME.patch28 #include <sys/stat.h>

1...<<51525354555657585960>>...79