Home
last modified time | relevance | path

Searched refs:stat (Results 3826 - 3850 of 7147) sorted by relevance

1...<<151152153154155156157158159160>>...286

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c2401 int stat = 0, err = 0; in cgx_print_stats() local
2468 while (stat < mac_ops->rx_stats_cnt) { in cgx_print_stats()
2469 err = mac_ops->mac_get_rx_stats(cgxd, lmac_id, stat, &rx_stat); in cgx_print_stats()
2473 seq_printf(s, "%s: %llu\n", cgx_rx_stats_fields[stat], in cgx_print_stats()
2476 seq_printf(s, "%s: %llu\n", rpm_rx_stats_fields[stat], in cgx_print_stats()
2478 stat++; in cgx_print_stats()
2482 stat = 0; in cgx_print_stats()
2484 while (stat < mac_ops->tx_stats_cnt) { in cgx_print_stats()
2485 err = mac_ops->mac_get_tx_stats(cgxd, lmac_id, stat, &tx_stat); in cgx_print_stats()
2490 seq_printf(s, "%s: %llu\n", cgx_tx_stats_fields[stat], in cgx_print_stats()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c709 struct b43legacy_txstatus stat; in handle_irq_transmit_status() local
717 stat.cookie = (v0 >> 16); in handle_irq_transmit_status()
718 stat.seq = (v1 & 0x0000FFFF); in handle_irq_transmit_status()
719 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
721 stat.frame_count = ((tmp & 0xF000) >> 12); in handle_irq_transmit_status()
722 stat.rts_count = ((tmp & 0x0F00) >> 8); in handle_irq_transmit_status()
723 stat.supp_reason = ((tmp & 0x001C) >> 2); in handle_irq_transmit_status()
724 stat.pm_indicated = !!(tmp & 0x0080); in handle_irq_transmit_status()
725 stat.intermediate = !!(tmp & 0x0040); in handle_irq_transmit_status()
726 stat in handle_irq_transmit_status()
[all...]
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c626 static void set_stat(struct fuse *f, fuse_ino_t nodeid, struct stat *stbuf) in set_stat()
710 int fuse_fs_getattr(struct fuse_fs *fs, const char *path, struct stat *buf) in fuse_fs_getattr()
719 int fuse_fs_fgetattr(struct fuse_fs *fs, const char *path, struct stat *buf, in fuse_fs_fgetattr()
1072 struct stat buf; in hidden_name()
1127 static int mtime_eq(const struct stat *stbuf, const struct timespec *ts) in mtime_eq()
1150 static void update_stat(struct node *node, const struct stat *stbuf) in update_stat()
1379 struct stat buf; in fuse_lib_getattr()
1420 static void fuse_lib_setattr(fuse_req_t req, fuse_ino_t ino, struct stat *attr, in fuse_lib_setattr()
1424 struct stat buf; in fuse_lib_setattr()
1861 struct stat stbu in open_auto_cache()
[all...]
/third_party/python/Lib/test/
H A Dtest_mailbox.py4 import stat namespace
687 mode = os.stat(path)[stat.ST_MODE]
688 self.assertTrue(stat.S_ISDIR(mode), "Not a directory: '%s'" % path)
739 foo_stat = os.stat(foo_path)
882 mode = os.stat(path).st_mode
896 st = os.stat(path)
951 inode_before = os.stat(self._path).st_ino
956 inode_after = os.stat(self._path).st_ino
970 mode = os.stat(sel
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dinode.c5612 int ext4_getattr(const struct path *path, struct kstat *stat, in ext4_getattr() argument
5622 stat->result_mask |= STATX_BTIME; in ext4_getattr()
5623 stat->btime.tv_sec = ei->i_crtime.tv_sec; in ext4_getattr()
5624 stat->btime.tv_nsec = ei->i_crtime.tv_nsec; in ext4_getattr()
5629 stat->attributes |= STATX_ATTR_APPEND; in ext4_getattr()
5631 stat->attributes |= STATX_ATTR_COMPRESSED; in ext4_getattr()
5633 stat->attributes |= STATX_ATTR_ENCRYPTED; in ext4_getattr()
5635 stat->attributes |= STATX_ATTR_IMMUTABLE; in ext4_getattr()
5637 stat->attributes |= STATX_ATTR_NODUMP; in ext4_getattr()
5639 stat in ext4_getattr()
5652 ext4_file_getattr(const struct path *path, struct kstat *stat, u32 request_mask, unsigned int query_flags) ext4_file_getattr() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/boot/tools/
H A Dbuild.c33 #include <sys/stat.h>
375 struct stat sb; in main()
419 /* Open and stat the kernel file */ in main()
424 die("Unable to stat `%s': %m", argv[2]); in main()
/kernel/linux/linux-5.10/arch/arm/vfp/
H A Dvfpmodule.c267 #define RAISE(stat,en,sig) \ in vfp_raise_exceptions()
268 if (exceptions & stat && fpscr & en) \ in vfp_raise_exceptions()
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dkfigure.py114 and os.stat(path1).st_ctime > os.stat(path2).st_ctime)
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/
H A Dglobal1.c544 void mv88e6xxx_g1_stats_read(struct mv88e6xxx_chip *chip, int stat, u32 *val) in mv88e6xxx_g1_stats_read() argument
554 MV88E6XXX_G1_STATS_OP_READ_CAPTURED | stat); in mv88e6xxx_g1_stats_read()
/kernel/linux/linux-5.10/usr/
H A Dgen_init_cpio.c5 #include <sys/stat.h>
301 struct stat buf; in cpio_mkfile()
319 fprintf(stderr, "File %s could not be stat()'ed\n", location); in cpio_mkfile()
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkfigure.py106 and os.stat(path1).st_ctime > os.stat(path2).st_ctime)
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c18 #include <sys/stat.h>
318 struct stat ns_st1, ns_st2; in in_same_namespace()
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dproc-pid-vm.c39 #include <sys/stat.h>
296 struct stat st; in main()
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dcgroup_util.c12 #include <sys/stat.h>
462 struct stat st; in alloc_pagecache()
/kernel/linux/linux-5.10/tools/testing/selftests/exec/
H A Dexecveat.c12 #include <sys/stat.h>
144 struct stat info; in exe_cp()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Dpll.c374 static bool pll_is_locked(u32 stat) in pll_is_locked() argument
387 return ((stat & 0x6f) == 0x3); in pll_is_locked()
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c179 #define GPU_REV_EXT(name, _rev, _p, _s, stat) \
182 .issues = hw_issues_##name##_r##_rev##p##_p##stat, \
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dmlxreg-fan.c60 #define MLXREG_FAN_PWM_STATE2DUTY(stat) (DIV_ROUND_CLOSEST((stat) * \
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h664 #define b43legacy_set_status(wldev, stat) do { \
665 atomic_set(&(wldev)->__init_status, (stat)); \
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_lru_dist.c15 #include <sys/stat.h>
173 struct stat fst; in read_keys()
/kernel/linux/linux-5.10/scripts/
H A Drecordmcount.c26 #include <sys/stat.h>
58 static struct stat sb; /* Remember .st_size, etc. */
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dbuiltin-test.c15 #include <sys/stat.h>
246 .desc = "Synthesize stat config",
250 .desc = "Synthesize stat",
254 .desc = "Synthesize stat round",
514 struct stat st; in shell_tests__dir()
/kernel/linux/linux-5.10/tools/io_uring/
H A Dio_uring-bench.c19 #include <sys/stat.h>
224 struct stat st; in get_file_size()
/kernel/linux/linux-5.10/fs/kernfs/
H A Dinode.c186 int kernfs_iop_getattr(const struct path *path, struct kstat *stat, in kernfs_iop_getattr() argument
196 generic_fillattr(inode, stat); in kernfs_iop_getattr()
/kernel/linux/linux-5.10/mm/
H A Dmemcg_control.c213 struct reclaim_stat stat = {}; in reclaim_all_anon_memcg() local
227 nr_reclaimed = shrink_page_list(&page_list, pgdat, &sc, &stat, true); in reclaim_all_anon_memcg()

Completed in 38 milliseconds

1...<<151152153154155156157158159160>>...286