Searched refs:stat (Results 1 - 25 of 1632) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispstat.c22 #define ISP_STAT_USES_DMAENGINE(stat) ((stat)->dma_ch != NULL)
56 #define IS_H3A_AF(stat) ((stat) == &(stat)->isp->isp_af)
57 #define IS_H3A_AEWB(stat) ((stat) == &(stat)->isp->isp_aewb)
58 #define IS_H3A(stat) (IS_H3A_AF(stat) || IS_H3A_AEW
60 __isp_stat_buf_sync_magic(struct ispstat *stat, struct ispstat_buffer *buf, u32 buf_size, enum dma_data_direction dir, void (*dma_sync)(struct device *, dma_addr_t, unsigned long, size_t, enum dma_data_direction)) argument
73 isp_stat_buf_sync_magic_for_device(struct ispstat *stat, struct ispstat_buffer *buf, u32 buf_size, enum dma_data_direction dir) argument
85 isp_stat_buf_sync_magic_for_cpu(struct ispstat *stat, struct ispstat_buffer *buf, u32 buf_size, enum dma_data_direction dir) argument
97 isp_stat_buf_check_magic(struct ispstat *stat, struct ispstat_buffer *buf) argument
137 isp_stat_buf_insert_magic(struct ispstat *stat, struct ispstat_buffer *buf) argument
158 isp_stat_buf_sync_for_device(struct ispstat *stat, struct ispstat_buffer *buf) argument
168 isp_stat_buf_sync_for_cpu(struct ispstat *stat, struct ispstat_buffer *buf) argument
178 isp_stat_buf_clear(struct ispstat *stat) argument
187 __isp_stat_buf_find(struct ispstat *stat, int look_empty) argument
222 isp_stat_buf_find_oldest(struct ispstat *stat) argument
228 isp_stat_buf_find_oldest_or_empty(struct ispstat *stat) argument
233 isp_stat_buf_queue(struct ispstat *stat) argument
255 isp_stat_buf_next(struct ispstat *stat) argument
266 isp_stat_buf_release(struct ispstat *stat) argument
277 isp_stat_buf_get(struct ispstat *stat, struct omap3isp_stat_data *data) argument
335 isp_stat_bufs_free(struct ispstat *stat) argument
403 isp_stat_bufs_alloc(struct ispstat *stat, u32 size) argument
457 isp_stat_queue_event(struct ispstat *stat, int err) argument
481 omap3isp_stat_request_statistics(struct ispstat *stat, struct omap3isp_stat_data *data) argument
512 omap3isp_stat_request_statistics_time32(struct ispstat *stat, struct omap3isp_stat_data_time32 *data) argument
538 omap3isp_stat_config(struct ispstat *stat, void *new_conf) argument
628 isp_stat_buf_process(struct ispstat *stat, int buf_state) argument
641 omap3isp_stat_pcr_busy(struct ispstat *stat) argument
646 omap3isp_stat_busy(struct ispstat *stat) argument
659 isp_stat_pcr_enable(struct ispstat *stat, u8 pcr_enable) argument
673 omap3isp_stat_suspend(struct ispstat *stat) argument
687 omap3isp_stat_resume(struct ispstat *stat) argument
694 isp_stat_try_enable(struct ispstat *stat) argument
732 omap3isp_stat_isr_frame_sync(struct ispstat *stat) argument
737 omap3isp_stat_sbl_overflow(struct ispstat *stat) argument
766 omap3isp_stat_enable(struct ispstat *stat, u8 enable) argument
813 struct ispstat *stat = v4l2_get_subdevdata(subdev); local
853 __stat_isr(struct ispstat *stat, int from_dma) argument
993 omap3isp_stat_isr(struct ispstat *stat) argument
998 omap3isp_stat_dma_isr(struct ispstat *stat) argument
1007 struct ispstat *stat = v4l2_get_subdevdata(subdev); local
1022 omap3isp_stat_unregister_entities(struct ispstat *stat) argument
1027 omap3isp_stat_register_entities(struct ispstat *stat, struct v4l2_device *vdev) argument
1035 isp_stat_init_entities(struct ispstat *stat, const char *name, const struct v4l2_subdev_ops *sd_ops) argument
1053 omap3isp_stat_init(struct ispstat *stat, const char *name, const struct v4l2_subdev_ops *sd_ops) argument
1075 omap3isp_stat_cleanup(struct ispstat *stat) argument
[all...]
H A Dispstat.h52 int (*validate_params)(struct ispstat *stat, void *new_conf);
56 * stat->priv->buf_size value must be set to the exact buffer size for
58 * stat->update is set to 1 if new configuration is different than
61 void (*set_params)(struct ispstat *stat, void *new_conf);
64 void (*setup_regs)(struct ispstat *stat, void *priv);
67 void (*enable)(struct ispstat *stat, int enable);
70 int (*busy)(struct ispstat *stat);
73 int (*buf_process)(struct ispstat *stat);
127 int omap3isp_stat_config(struct ispstat *stat, void *new_conf);
128 int omap3isp_stat_request_statistics(struct ispstat *stat,
[all...]
/linux-master/kernel/
H A Dkallsyms_selftest.c159 struct test_stat *stat = (struct test_stat *)data; local
166 if (t < stat->min)
167 stat->min = t;
169 if (t > stat->max)
170 stat->max = t;
172 stat->real_cnt++;
173 stat->sum += t;
180 struct test_stat stat; local
182 memset(&stat, 0, sizeof(stat));
211 struct test_stat *stat = (struct test_stat *)data; local
233 struct test_stat stat; local
247 struct test_stat *stat = (struct test_stat *)data; local
266 struct test_stat stat; local
285 struct test_stat *stat, *stat2; local
[all...]
/linux-master/arch/powerpc/kvm/
H A Dtiming.h48 vcpu->stat.ext_intr_exits++;
51 vcpu->stat.dec_exits++;
54 vcpu->stat.emulated_inst_exits++;
57 vcpu->stat.dsi_exits++;
60 vcpu->stat.isi_exits++;
63 vcpu->stat.syscall_exits++;
66 vcpu->stat.dtlb_real_miss_exits++;
69 vcpu->stat.dtlb_virt_miss_exits++;
72 vcpu->stat.mmio_exits++;
75 vcpu->stat
[all...]
/linux-master/fs/
H A Dstat.c3 * linux/fs/stat.c
34 * @stat: Where to fill in the attributes
47 struct inode *inode, struct kstat *stat)
52 stat->dev = inode->i_sb->s_dev;
53 stat->ino = inode->i_ino;
54 stat->mode = inode->i_mode;
55 stat->nlink = inode->i_nlink;
56 stat->uid = vfsuid_into_kuid(vfsuid);
57 stat->gid = vfsgid_into_kgid(vfsgid);
58 stat
46 generic_fillattr(struct mnt_idmap *idmap, u32 request_mask, struct inode *inode, struct kstat *stat) argument
82 generic_fill_statx_attr(struct inode *inode, struct kstat *stat) argument
105 vfs_getattr_nosec(const struct path *path, struct kstat *stat, u32 request_mask, unsigned int query_flags) argument
165 vfs_getattr(const struct path *path, struct kstat *stat, u32 request_mask, unsigned int query_flags) argument
190 vfs_fstat(int fd, struct kstat *stat) argument
232 vfs_statx(int dfd, struct filename *filename, int flags, struct kstat *stat, u32 request_mask) argument
279 vfs_fstatat(int dfd, const char __user *filename, struct kstat *stat, int flags) argument
316 cp_old_stat(struct kstat *stat, struct __old_kernel_stat __user * statbuf) argument
356 struct kstat stat; local
369 struct kstat stat; local
381 struct kstat stat; local
398 cp_new_stat(struct kstat *stat, struct stat __user *statbuf) argument
440 struct kstat stat; local
451 struct kstat stat; local
465 struct kstat stat; local
477 struct kstat stat; local
543 cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) argument
581 struct kstat stat; local
593 struct kstat stat; local
604 struct kstat stat; local
616 struct kstat stat; local
627 cp_statx(const struct kstat *stat, struct statx __user *buffer) argument
668 struct kstat stat; local
715 cp_compat_stat(struct kstat *stat, struct compat_stat __user *ubuf) argument
753 struct kstat stat; local
765 struct kstat stat; local
779 struct kstat stat; local
792 struct kstat stat; local
[all...]
/linux-master/arch/mips/sgi-ip32/
H A Dcrime.c46 unsigned long stat, addr; local
49 stat = crime->mem_error_stat & CRIME_MEM_ERROR_STAT_MASK;
52 printk("CRIME memory error at 0x%08lx ST 0x%08lx<", addr, stat);
54 if (stat & CRIME_MEM_ERROR_INV)
56 if (stat & CRIME_MEM_ERROR_ECC) {
63 if (stat & CRIME_MEM_ERROR_MULTIPLE) {
67 if (stat & CRIME_MEM_ERROR_HARD_ERR) {
71 if (stat & CRIME_MEM_ERROR_SOFT_ERR)
73 if (stat & CRIME_MEM_ERROR_CPU_ACCESS)
75 if (stat
97 unsigned long stat = crime->cpu_error_stat & CRIME_CPU_ERROR_MASK; local
[all...]
/linux-master/arch/arm/mach-mv78xx0/
H A Dirq.c29 u32 stat; local
31 stat = readl_relaxed(mv78xx0_irq_base + IRQ_CAUSE_LOW_OFF);
32 stat &= readl_relaxed(mv78xx0_irq_base + IRQ_MASK_LOW_OFF);
33 if (stat) {
34 unsigned int hwirq = __fls(stat);
38 stat = readl_relaxed(mv78xx0_irq_base + IRQ_CAUSE_HIGH_OFF);
39 stat &= readl_relaxed(mv78xx0_irq_base + IRQ_MASK_HIGH_OFF);
40 if (stat) {
41 unsigned int hwirq = 32 + __fls(stat);
45 stat
[all...]
/linux-master/fs/nfs/
H A Diostat.h24 enum nfs_stat_eventcounters stat)
26 this_cpu_inc(server->io_stats->events[stat]);
30 enum nfs_stat_eventcounters stat)
32 nfs_inc_server_stats(NFS_SERVER(inode), stat); local
36 enum nfs_stat_bytecounters stat,
39 this_cpu_add(server->io_stats->bytes[stat], addend);
43 enum nfs_stat_bytecounters stat,
46 nfs_add_server_stats(NFS_SERVER(inode), stat, addend); local
23 nfs_inc_server_stats(const struct nfs_server *server, enum nfs_stat_eventcounters stat) argument
29 nfs_inc_stats(const struct inode *inode, enum nfs_stat_eventcounters stat) argument
35 nfs_add_server_stats(const struct nfs_server *server, enum nfs_stat_bytecounters stat, long addend) argument
42 nfs_add_stats(const struct inode *inode, enum nfs_stat_bytecounters stat, long addend) argument
/linux-master/drivers/devfreq/
H A Dgovernor_simpleondemand.c22 struct devfreq_dev_status *stat; local
32 stat = &df->last_status;
45 if (stat->total_time == 0) {
51 if (stat->busy_time >= (1 << 24) || stat->total_time >= (1 << 24)) {
52 stat->busy_time >>= 7;
53 stat->total_time >>= 7;
57 if (stat->busy_time * 100 >
58 stat->total_time * dfso_upthreshold) {
64 if (stat
[all...]
/linux-master/include/net/netns/
H A Dflow_table.h12 struct nf_flow_table_stat __percpu *stat; member in struct:netns_ft
/linux-master/tools/perf/tests/shell/
H A Dstat.sh2 # perf stat tests
9 echo "Basic stat command test"
10 if ! perf stat true 2>&1 | grep -E -q "Performance counter stats for 'true':"
12 echo "Basic stat command test [Failed]"
16 echo "Basic stat command test [Success]"
20 echo "stat record and report test"
21 if ! perf stat record -o - true | perf stat report -i - 2>&1 | \
24 echo "stat record and report test [Failed]"
28 echo "stat recor
[all...]
H A Dstat+csv_summary.sh2 # perf stat csv summary test
11 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary 2>&1 | \
24 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary --no-csv-summary 2>&1 | \
H A Dstat_all_metricgroups.sh21 perf stat -M "$m" $system_wide_flag sleep 0.01
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dgf100.c34 u32 stat = nvkm_rd32(device, 0x001100) & nvkm_rd32(device, 0x001140); local
36 if (stat & 0x0000000e) {
44 (stat & 0x00000002) ? "!ENGINE " : "",
45 (stat & 0x00000004) ? "PRIVRING " : "",
46 (stat & 0x00000008) ? "TIMEOUT " : "");
49 nvkm_wr32(device, 0x001100, (stat & 0x0000000e));
50 stat &= ~0x0000000e;
53 if (stat) {
54 nvkm_error(subdev, "intr %08x\n", stat);
55 nvkm_mask(device, 0x001140, stat,
[all...]
H A Dnv04.c34 u32 stat = nvkm_rd32(device, 0x001100) & nvkm_rd32(device, 0x001140); local
36 if (stat & 0x00000001) {
38 stat &= ~0x00000001;
42 if (stat & 0x00000110) {
46 stat &= ~0x00000110;
50 if (stat) {
51 nvkm_error(subdev, "intr %08x\n", stat);
52 nvkm_mask(device, 0x001140, stat, 0x00000000);
H A Dnv31.c35 u32 stat = nvkm_rd32(device, 0x001100) & nvkm_rd32(device, 0x001140); local
44 if (stat & 0x00000008) { /* NV41- */
52 stat &= ~0x00000008;
56 if (stat & 0x00070000) {
60 stat &= ~0x00070000;
64 if (stat) {
65 nvkm_error(subdev, "intr %08x\n", stat);
66 nvkm_mask(device, 0x001140, stat, 0x00000000);
/linux-master/tools/perf/tests/shell/lib/
H A Dstat_output.sh14 perf stat $2 true
27 perf stat -a $2 true
40 perf stat -A -a --no-merge $2 true
48 perf stat -I 1000 $2 true
56 perf stat -e cpu-clock $2 true
69 perf stat --per-core -a $2 true
82 perf stat --per-thread -a $2 true
95 perf stat --per-cache -a $2 true
108 perf stat --per-cluster -a $2 true
120 perf stat
[all...]
/linux-master/arch/arm/mach-dove/
H A Dirq.c45 u32 stat; local
47 stat = readl_relaxed(dove_irq_base + IRQ_CAUSE_LOW_OFF);
48 stat &= readl_relaxed(dove_irq_base + IRQ_MASK_LOW_OFF);
49 if (stat) {
50 unsigned int hwirq = 1 + __fls(stat);
54 stat = readl_relaxed(dove_irq_base + IRQ_CAUSE_HIGH_OFF);
55 stat &= readl_relaxed(dove_irq_base + IRQ_MASK_HIGH_OFF);
56 if (stat) {
57 unsigned int hwirq = 33 + __fls(stat);
/linux-master/tools/perf/
H A Dperf-iostat.sh12 perf stat --iostat$DELIMITER$*
/linux-master/arch/arm/mach-orion5x/
H A Dirq.c29 u32 stat; local
31 stat = readl_relaxed(MAIN_IRQ_CAUSE);
32 stat &= readl_relaxed(MAIN_IRQ_MASK);
33 if (stat) {
34 unsigned int hwirq = 1 + __fls(stat);
/linux-master/tools/testing/selftests/user_events/
H A Duser_events_selftests.h6 #include <sys/stat.h>
21 struct stat buf;
29 ret = stat("/sys/kernel/tracing", &buf);
37 ret = stat("/sys/kernel/tracing/README", &buf);
48 ret = stat("/sys/kernel/tracing/README", &buf);
62 struct stat buf;
79 ret = stat("/sys/kernel/tracing/user_events_data", &buf);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_trace.h45 struct mt76x02_tx_status *stat),
47 TP_ARGS(dev, stat),
61 __entry->success = stat->success;
62 __entry->aggr = stat->aggr;
63 __entry->ack_req = stat->ack_req;
64 __entry->wcid = stat->wcid;
65 __entry->pktid = stat->pktid;
66 __entry->rate = stat->rate;
67 __entry->retry = stat->retry;
/linux-master/tools/testing/selftests/proc/
H A Dproc-multiple-procfs.c21 #include <sys/stat.h>
25 struct stat proc_st1, proc_st2;
37 assert(!stat(procbuff, &proc_st1));
40 assert(!stat(procbuff, &proc_st2));
/linux-master/drivers/scsi/libsas/
H A Dsas_task.c20 tstat->stat = iu->status;
23 tstat->stat = iu->resp_data[3];
26 tstat->stat = SAS_SAM_STAT_CHECK_CONDITION;
33 dev_warn(dev, "dev %016llx sent sense data, but stat(0x%x) is not CHECK CONDITION\n",
38 tstat->stat = SAS_SAM_STAT_CHECK_CONDITION;
/linux-master/drivers/soc/qcom/
H A Drpm_master_stats.c44 struct rpm_master_stats stat; local
46 memcpy_fromio(&stat, data->base, sizeof(stat));
50 seq_printf(s, "\tLast shutdown @ %llu\n", stat.shutdown_req);
51 seq_printf(s, "\tLast bringup req @ %llu\n", stat.bringup_req);
52 seq_printf(s, "\tLast bringup ack @ %llu\n", stat.bringup_ack);
53 seq_printf(s, "\tLast wakeup idx: %llu\n", stat.wakeup_idx);
54 seq_printf(s, "\tLast XO shutdown enter @ %llu\n", stat.xo_last_enter);
55 seq_printf(s, "\tLast XO shutdown exit @ %llu\n", stat.last_exit);
56 seq_printf(s, "\tXO total duration: %llu\n", stat
[all...]

Completed in 500 milliseconds

1234567891011>>