Home
last modified time | relevance | path

Searched refs:stat (Results 1101 - 1125 of 4793) sorted by relevance

1...<<41424344454647484950>>...192

/test/xts/hats/kernel/syscalls/fileio/fchmodat/
H A DFchmodatApiTest.cpp25 #include <sys/stat.h>
62 struct stat g_statbuf;
/kernel/linux/linux-5.10/arch/loongarch/kvm/intc/
H A Dls3a_ipi.c24 kvm->stat.pip_write_exits++; in kvm_helper_send_ipi()
182 ipi->kvm->stat.pip_write_exits++; in kvm_ls3a_ipi_write()
201 ipi->kvm->stat.pip_read_exits++; in kvm_ls3a_ipi_read()
/kernel/linux/linux-5.10/arch/mips/sni/
H A Drm200.c445 u8 stat; in sni_rm200_hwint() local
453 stat = *(volatile u8 *)SNI_RM200_INT_STAT_REG ^ 0x14; in sni_rm200_hwint()
454 irq = ffs(stat & mask & 0x1f); in sni_rm200_hwint()
/kernel/linux/linux-5.10/arch/mips/txx9/generic/
H A Dpci.c53 u16 stat; in txx9_pci66_check() local
75 pci_devfn, PCI_STATUS, &stat); in txx9_pci66_check()
76 if (!(stat & PCI_STATUS_66MHZ)) { in txx9_pci66_check()
/kernel/linux/linux-5.10/arch/arm/mach-cns3xxx/
H A Dcore.c180 u32 __iomem *stat = cns3xxx_tmr1 + TIMER1_2_INTERRUPT_STATUS_OFFSET; in cns3xxx_timer_interrupt() local
184 val = readl(stat); in cns3xxx_timer_interrupt()
185 writel(val & ~(1 << 2), stat); in cns3xxx_timer_interrupt()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dhandle_exit.c41 vcpu->stat.hvc_exit_stat++; in handle_hvc()
120 vcpu->stat.wfe_exit_stat++; in kvm_handle_wfx()
123 vcpu->stat.wfi_exit_stat++; in kvm_handle_wfx()
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dtest_kmem.c9 #include <sys/stat.h>
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()
73 slab1 = cg_read_key_long(cg, "memory.stat", "slab "); in test_kmem_basic()
183 slab = cg_read_key_long(parent, "memory.stat", "slab "); in test_kmem_memcg_deletion()
184 anon = cg_read_key_long(parent, "memory.stat", "anon "); in test_kmem_memcg_deletion()
185 file = cg_read_key_long(parent, "memory.stat", "file "); in test_kmem_memcg_deletion()
186 kernel_stack = cg_read_key_long(parent, "memory.stat", "kernel_stac in test_kmem_memcg_deletion()
[all...]
/kernel/linux/linux-6.6/arch/mips/sni/
H A Drm200.c445 u8 stat; in sni_rm200_hwint() local
453 stat = *(volatile u8 *)SNI_RM200_INT_STAT_REG ^ 0x14; in sni_rm200_hwint()
454 irq = ffs(stat & mask & 0x1f); in sni_rm200_hwint()
/kernel/linux/linux-5.10/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-5.10/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-5.10/drivers/ide/
H A Dide-floppy_ioctl.c222 u8 stat; in ide_floppy_get_format_progress() local
225 stat = hwif->tp_ops->read_status(hwif); in ide_floppy_get_format_progress()
228 progress_indication = ((stat & ATA_DSC) == 0) ? 0 : 0x10000; in ide_floppy_get_format_progress()
/kernel/linux/linux-5.10/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-5.10/drivers/s390/cio/
H A Dqdio_debug.c226 unsigned int *stat; in qperf_show() local
235 stat = (unsigned int *)&irq_ptr->perf_stat; in qperf_show()
239 qperf_names[i], *(stat + i)); in qperf_show()
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_conntrack.h334 #define NF_CT_STAT_INC(net, count) __this_cpu_inc((net)->ct.stat->count)
335 #define NF_CT_STAT_INC_ATOMIC(net, count) this_cpu_inc((net)->ct.stat->count)
336 #define NF_CT_STAT_ADD_ATOMIC(net, count, v) this_cpu_add((net)->ct.stat->count, (v))
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dhelp.c9 #include <sys/stat.h>
150 struct stat st; in is_executable()
152 if (stat(name, &st) || /* stat, not lstat */ in is_executable()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-help.c25 #include <sys/stat.h>
389 struct stat st; in get_html_page_path()
393 if (stat(mkpath("%s/perf.html", html_path), &st) in get_html_page_path()
442 "record", "report", "bench", "stat", "timechart", "top", "annotate", in cmd_help()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dgen.c18 #include <sys/stat.h>
283 struct stat st; in do_skeleton()
296 if (stat(file, &st)) { in do_skeleton()
297 p_err("failed to stat() %s: %s", file, strerror(errno)); in do_skeleton()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/tools/spi/
H A Dspidev_test.c22 #include <sys/stat.h>
335 struct stat sb; in transfer_file()
340 if (stat(filename, &sb) == -1) in transfer_file()
341 pabort("can't stat input file"); in transfer_file()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnamespace.c211 nfs_namespace_getattr(const struct path *path, struct kstat *stat, in nfs_namespace_getattr() argument
215 return nfs_getattr(path, stat, request_mask, query_flags); in nfs_namespace_getattr()
216 generic_fillattr(d_inode(path->dentry), stat); in nfs_namespace_getattr()
/kernel/linux/linux-5.10/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-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()

Completed in 15 milliseconds

1...<<41424344454647484950>>...192