Home
last modified time | relevance | path

Searched refs:stat (Results 2076 - 2100 of 8357) sorted by relevance

1...<<81828384858687888990>>...335

/kernel/linux/linux-5.10/fs/coda/
H A Dinode.c16 #include <linux/stat.h>
254 int coda_getattr(const struct path *path, struct kstat *stat, in coda_getattr() argument
259 generic_fillattr(d_inode(path->dentry), stat); in coda_getattr()
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dmxl301rf.c79 rssi->stat[0].scale = FE_SCALE_NOT_AVAILABLE; in mxl301rf_get_rf_strength()
102 rssi->stat[0].svalue = level; in mxl301rf_get_rf_strength()
103 rssi->stat[0].scale = FE_SCALE_DECIBEL; in mxl301rf_get_rf_strength()
/kernel/linux/linux-5.10/include/linux/
H A Dbacking-dev.h70 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); in __add_wb_stat()
85 return percpu_counter_read_positive(&wb->stat[item]); in wb_stat()
90 return percpu_counter_sum_positive(&wb->stat[item]); in wb_stat_sum()
96 * maximal error of a stat counter.
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dmxl301rf.c79 rssi->stat[0].scale = FE_SCALE_NOT_AVAILABLE; in mxl301rf_get_rf_strength()
102 rssi->stat[0].svalue = level; in mxl301rf_get_rf_strength()
103 rssi->stat[0].scale = FE_SCALE_DECIBEL; in mxl301rf_get_rf_strength()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dxdr3.h119 struct kstat stat; member
133 struct kstat stat; member
228 struct kstat stat; member
/kernel/linux/linux-6.6/fs/nfs/
H A Dnamespace.c212 const struct path *path, struct kstat *stat, in nfs_namespace_getattr()
216 return nfs_getattr(idmap, path, stat, request_mask, in nfs_namespace_getattr()
219 stat); in nfs_namespace_getattr()
211 nfs_namespace_getattr(struct mnt_idmap *idmap, const struct path *path, struct kstat *stat, u32 request_mask, unsigned int query_flags) nfs_namespace_getattr() argument
/kernel/linux/linux-6.6/fs/coda/
H A Dinode.c16 #include <linux/stat.h>
255 struct kstat *stat, u32 request_mask, unsigned int flags) in coda_getattr()
260 d_inode(path->dentry), stat); in coda_getattr()
254 coda_getattr(struct mnt_idmap *idmap, const struct path *path, struct kstat *stat, u32 request_mask, unsigned int flags) coda_getattr() argument
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dasm9260_wdt.c156 u32 stat; in asm9260_wdt_irq() local
158 stat = ioread32(priv->iobase + HW_WDMOD); in asm9260_wdt_irq()
159 if (!(stat & BM_MOD_WDINT)) in asm9260_wdt_irq()
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_conntrack.h373 #define NF_CT_STAT_INC(net, count) __this_cpu_inc((net)->ct.stat->count)
374 #define NF_CT_STAT_INC_ATOMIC(net, count) this_cpu_inc((net)->ct.stat->count)
375 #define NF_CT_STAT_ADD_ATOMIC(net, count, v) this_cpu_add((net)->ct.stat->count, (v))
/kernel/linux/linux-6.6/drivers/net/fjes/
H A Dfjes_ethtool.c22 #define FJES_STAT(name, stat) { \
24 .sizeof_stat = sizeof_field(struct fjes_adapter, stat), \
25 .stat_offset = offsetof(struct fjes_adapter, stat) \
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/
H A Dcobalt-irq.c50 uint32_t stat = ioread32(&vmr->irq_status); in cobalt_dma_stream_queue_handler() local
52 iowrite32(stat, &vmr->irq_status); in cobalt_dma_stream_queue_handler()
70 if ((stat & (M00233_IRQ_STATUS_BITMAP_VACTIVE_AREA_MSK | in cobalt_dma_stream_queue_handler()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgt215.c147 u32 stat = nvkm_rd32(device, 0x10a16c); in gt215_pmu_intr() local
148 if (stat & 0x80000000) { in gt215_pmu_intr()
150 stat & 0x00ffffff, in gt215_pmu_intr()
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dhelp.c9 #include <sys/stat.h>
162 struct stat st; in is_executable()
164 if (stat(name, &st) || /* stat, not lstat */ in is_executable()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-help.c27 #include <sys/stat.h>
391 struct stat st; in get_html_page_path()
396 if (stat(mkpath(path, sizeof(path), "%s/perf.html", html_path), &st) in get_html_page_path()
445 "record", "report", "bench", "stat", "timechart", "top", "annotate", in cmd_help()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H A Dtest_util.c16 #include <sys/stat.h>
140 struct stat statbuf; in thp_configured()
142 ret = stat("/sys/kernel/mm/transparent_hugepage", &statbuf); in thp_configured()
/kernel/linux/linux-6.6/tools/spi/
H A Dspidev_test.c22 #include <sys/stat.h>
356 struct stat sb; in transfer_file()
361 if (stat(filename, &sb) == -1) in transfer_file()
362 pabort("can't stat input file"); in transfer_file()
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_kmem.c9 #include <sys/stat.h>
23 * big (look at MEMCG_CHARGE_BATCH), whereas memory.stat is exact. So
33 struct stat st; in alloc_dcache()
40 stat(buf, &st); in alloc_dcache()
48 * Then it checks that "slab" in memory.stat is larger than 1M.
68 slab0 = cg_read_key_long(cg, "memory.stat", "slab "); in test_kmem_basic()
77 slab1 = cg_read_key_long(cg, "memory.stat", "slab "); in test_kmem_basic()
187 anon = cg_read_key_long(parent, "memory.stat", "anon "); in test_kmem_memcg_deletion()
188 file = cg_read_key_long(parent, "memory.stat", "file "); in test_kmem_memcg_deletion()
189 kernel = cg_read_key_long(parent, "memory.stat", "kerne in test_kmem_memcg_deletion()
[all...]
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dqdio_debug.c220 unsigned int *stat; in qperf_show() local
229 stat = (unsigned int *)&irq_ptr->perf_stat; in qperf_show()
233 qperf_names[i], *(stat + i)); in qperf_show()
/kernel/linux/linux-6.6/tools/hv/
H A Dhv_vss_daemon.c13 #include <sys/stat.h>
118 struct stat sb; in vss_operate()
142 if (stat(ent->mnt_fsname, &sb)) { in vss_operate()
143 syslog(LOG_ERR, "Can't stat: %s; error:%d %s!", in vss_operate()
/test/testfwk/developer_test/libs/fuzzlib/
H A Dfuzzer_helper.py32 import stat namespace
43 MODES = stat.S_IWUSR | stat.S_IRUSR
/third_party/elfutils/libdwfl/
H A Dlinux-proc-maps.c36 #include <sys/stat.h>
372 struct stat sb; in dwfl_linux_proc_find_elf()
373 if (stat (module_name, &sb) == -1 || (sb.st_mode & S_IFMT) != S_IFREG) in dwfl_linux_proc_find_elf()
/third_party/eudev/src/shared/
H A Dpath-util.c376 struct stat a, b; in fd_is_mount_point()
415 * traditional stat() logic */ in fd_is_mount_point()
518 struct stat stats; in paths_check_timestamp()
521 if (stat(*i, &stats) < 0) in paths_check_timestamp()
/third_party/eudev/src/udev/
H A Dudev-node.c29 #include <sys/stat.h>
37 struct stat stats; in node_symlink()
257 struct stat stats; in node_permissions_apply()
268 log_debug_errno(errno, "can not stat() node '%s' (%m)", devnode); in node_permissions_apply()
/third_party/ffmpeg/libavformat/
H A Dlibsmbclient.c99 struct stat st; in libsmbc_open()
126 av_log(h, AV_LOG_WARNING, "Cannot stat file: %s\n", strerror(errno)); in libsmbc_open()
263 struct stat st; in libsmbc_read_dir()
294 struct stat st; in libsmbc_delete()
/third_party/libwebsockets/lib/misc/
H A Ddiskcache.c42 #include <sys/stat.h>
180 struct stat s; in lws_diskcache_query()
282 struct stat s; in lws_diskcache_trim()
337 lwsl_notice("%s: cannot stat %s\n", __func__, filepath); in lws_diskcache_trim()

Completed in 17 milliseconds

1...<<81828384858687888990>>...335