Home
last modified time | relevance | path

Searched refs:stat (Results 2651 - 2675 of 4793) sorted by relevance

1...<<101102103104105106107108109110>>...192

/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c17 #include <sys/stat.h>
82 char *proc_stat = "/proc/stat";
1187 * run func(cpu) on every cpu in /proc/stat
1295 struct stat sb; in probe_dev_msr()
1299 if (stat(pathname, &sb)) in probe_dev_msr()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs3proc.c755 struct nfs_fsstat *stat) in nfs3_proc_statfs()
760 .rpc_resp = stat, in nfs3_proc_statfs()
765 nfs_fattr_init(stat->fattr); in nfs3_proc_statfs()
754 nfs3_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *stat) nfs3_proc_statfs() argument
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4callback.c163 int stat; member
210 for (i = 0; nfs_cb_errtbl[i].stat != -1; i++) { in nfs_cb_stat_to_errno()
211 if (nfs_cb_errtbl[i].stat == status) in nfs_cb_stat_to_errno()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dnamei.c1316 struct kstat *stat, u32 request_mask, in f2fs_encrypted_symlink_getattr()
1319 f2fs_getattr(path, stat, request_mask, query_flags); in f2fs_encrypted_symlink_getattr()
1321 return fscrypt_symlink_getattr(path, stat); in f2fs_encrypted_symlink_getattr()
1315 f2fs_encrypted_symlink_getattr(const struct path *path, struct kstat *stat, u32 request_mask, unsigned int query_flags) f2fs_encrypted_symlink_getattr() argument
/kernel/linux/linux-5.10/kernel/
H A Dexit.c12 #include <linux/sched/stat.h>
1712 int kernel_wait(pid_t pid, int *stat) in kernel_wait() argument
1723 *stat = wo.wo_stat; in kernel_wait()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dfile.c1633 static int ubifs_symlink_getattr(const struct path *path, struct kstat *stat, in ubifs_symlink_getattr() argument
1636 ubifs_getattr(path, stat, request_mask, query_flags); in ubifs_symlink_getattr()
1639 return fscrypt_symlink_getattr(path, stat); in ubifs_symlink_getattr()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-oxnas.c1050 unsigned long stat; in oxnas_gpio_irq_handler() local
1055 stat = readl(bank->reg_base + IRQ_PENDING); in oxnas_gpio_irq_handler()
1057 for_each_set_bit(pin, &stat, BITS_PER_LONG) in oxnas_gpio_irq_handler()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H A Dnic_main.c788 int i, stat, qnum; in nic_reset_stat_counters() local
811 stat = i & 1 ? 1 : 0; in nic_reset_stat_counters()
813 (qnum << NIC_Q_NUM_SHIFT) | (stat << 3); in nic_reset_stat_counters()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs3proc.c778 struct nfs_fsstat *stat) in nfs3_proc_statfs()
783 .rpc_resp = stat, in nfs3_proc_statfs()
788 nfs_fattr_init(stat->fattr); in nfs3_proc_statfs()
777 nfs3_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *stat) nfs3_proc_statfs() argument
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4callback.c174 int stat; member
221 for (i = 0; nfs_cb_errtbl[i].stat != -1; i++) { in nfs_cb_stat_to_errno()
222 if (nfs_cb_errtbl[i].stat == status) in nfs_cb_stat_to_errno()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dnamei.c1367 struct kstat *stat, u32 request_mask, in f2fs_encrypted_symlink_getattr()
1370 f2fs_getattr(idmap, path, stat, request_mask, query_flags); in f2fs_encrypted_symlink_getattr()
1372 return fscrypt_symlink_getattr(path, stat); in f2fs_encrypted_symlink_getattr()
1365 f2fs_encrypted_symlink_getattr(struct mnt_idmap *idmap, const struct path *path, struct kstat *stat, u32 request_mask, unsigned int query_flags) f2fs_encrypted_symlink_getattr() argument
/kernel/linux/linux-6.6/fs/ubifs/
H A Dfile.c1619 const struct path *path, struct kstat *stat, in ubifs_symlink_getattr()
1622 ubifs_getattr(idmap, path, stat, request_mask, query_flags); in ubifs_symlink_getattr()
1625 return fscrypt_symlink_getattr(path, stat); in ubifs_symlink_getattr()
1618 ubifs_symlink_getattr(struct mnt_idmap *idmap, const struct path *path, struct kstat *stat, u32 request_mask, unsigned int query_flags) ubifs_symlink_getattr() argument
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dmvebu-uart.c147 unsigned int stat; member
834 mvuart->pm_regs.stat = readl(port->membase + UART_STAT); in mvebu_uart_suspend()
855 writel(mvuart->pm_regs.stat, port->membase + UART_STAT); in mvebu_uart_resume()
/kernel/linux/linux-6.6/drivers/soundwire/
H A Dbus.c1611 int port_num, stat, ret, count = 0; in sdw_handle_slave_alerts() local
1797 stat = buf || buf2[0] || buf2[1] || sdca_cascade; in sdw_handle_slave_alerts()
1806 } while (stat != 0 && count < SDW_READ_INTR_CLEAR_RETRY); in sdw_handle_slave_alerts()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-irq.c922 u32 stat; in ivtv_irq_handler() local
928 stat = read_reg(IVTV_REG_IRQSTATUS); in ivtv_irq_handler()
930 combo = ~itv->irqmask & stat; in ivtv_irq_handler()
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H A Defa_com.c1042 u32 stat, timeout, cap; in efa_com_dev_reset() local
1046 stat = efa_com_reg_read32(edev, EFA_REGS_DEV_STS_OFF); in efa_com_dev_reset()
1049 if (!EFA_GET(&stat, EFA_REGS_DEV_STS_READY)) { in efa_com_dev_reset()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-daemon.c22 #include <sys/stat.h>
249 struct stat st; in check_base()
256 if (stat(daemon->base, &st)) { in check_base()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dkhugepaged.c18 #include <sys/stat.h>
426 struct stat path_stat; in get_finfo()
433 stat(finfo.dir, &path_stat); in get_finfo()
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dlib.sh779 local stat=$1; shift
782 | jq '.[]["stats64"]["'$dir'"]["'$stat'"]'
821 local stat=$1; shift
823 ethtool -S $dev | grep "^ *$stat:" | head -n 1 | cut -d: -f2
860 local stat=$1; shift
862 cat /proc/net/dev_snmp6/$dev | grep "^$stat" | cut -f2
870 local stat=$1; shift
873 jq ".[0].stats64.$dir.$stat"
/kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c17 #include <sys/stat.h>
82 char *proc_stat = "/proc/stat";
1276 * run func(cpu) on every cpu in /proc/stat
1384 struct stat sb; in probe_dev_msr()
1388 if (stat(pathname, &sb)) in probe_dev_msr()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H A Dnet_forwarding_lib.sh779 local stat=$1; shift
782 | jq '.[]["stats64"]["'$dir'"]["'$stat'"]'
821 local stat=$1; shift
823 ethtool -S $dev | grep "^ *$stat:" | head -n 1 | cut -d: -f2
860 local stat=$1; shift
862 cat /proc/net/dev_snmp6/$dev | grep "^$stat" | cut -f2
870 local stat=$1; shift
873 jq ".[0].stats64.$dir.$stat"
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H A Dlib.sh779 local stat=$1; shift
782 | jq '.[]["stats64"]["'$dir'"]["'$stat'"]'
821 local stat=$1; shift
823 ethtool -S $dev | grep "^ *$stat:" | head -n 1 | cut -d: -f2
860 local stat=$1; shift
862 cat /proc/net/dev_snmp6/$dev | grep "^$stat" | cut -f2
870 local stat=$1; shift
873 jq ".[0].stats64.$dir.$stat"
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh779 local stat=$1; shift
782 | jq '.[]["stats64"]["'$dir'"]["'$stat'"]'
821 local stat=$1; shift
823 ethtool -S $dev | grep "^ *$stat:" | head -n 1 | cut -d: -f2
860 local stat=$1; shift
862 cat /proc/net/dev_snmp6/$dev | grep "^$stat" | cut -f2
870 local stat=$1; shift
873 jq ".[0].stats64.$dir.$stat"
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddmlib.py26 import stat namespace
583 modes = stat.S_IWUSR | stat.S_IRUSR

Completed in 44 milliseconds

1...<<101102103104105106107108109110>>...192