/include/trace/events/ |
D | wbt.h | 17 TP_PROTO(struct backing_dev_info *bdi, struct blk_rq_stat *stat), 19 TP_ARGS(bdi, stat), 38 __entry->rmean = stat[0].mean; 39 __entry->rmin = stat[0].min; 40 __entry->rmax = stat[0].max; 41 __entry->rnr_samples = stat[0].nr_samples; 42 __entry->wmean = stat[1].mean; 43 __entry->wmin = stat[1].min; 44 __entry->wmax = stat[1].max; 45 __entry->wnr_samples = stat[1].nr_samples;
|
D | vmscan.h | 339 struct reclaim_stat *stat, int priority, int file), 341 TP_ARGS(nid, nr_scanned, nr_reclaimed, stat, priority, file), 363 __entry->nr_dirty = stat->nr_dirty; 364 __entry->nr_writeback = stat->nr_writeback; 365 __entry->nr_congested = stat->nr_congested; 366 __entry->nr_immediate = stat->nr_immediate; 367 __entry->nr_activate0 = stat->nr_activate[0]; 368 __entry->nr_activate1 = stat->nr_activate[1]; 369 __entry->nr_ref_keep = stat->nr_ref_keep; 370 __entry->nr_unmap_fail = stat->nr_unmap_fail;
|
/include/soc/fsl/ |
D | dpaa2-global.h | 22 u8 stat; member 36 u8 stat; member 70 return dq->dq.stat; in dpaa2_dq_flags()
|
/include/net/ |
D | kcm.h | 18 #define KCM_STATS_ADD(stat, count) ((stat) += (count)) argument 19 #define KCM_STATS_INCR(stat) ((stat)++) argument
|
D | strparser.h | 14 #define STRP_STATS_ADD(stat, count) ((stat) += (count)) argument 15 #define STRP_STATS_INCR(stat) ((stat)++) argument
|
/include/uapi/asm-generic/ |
D | stat.h | 24 struct stat { struct
|
D | Kbuild | 30 mandatory-y += stat.h
|
/include/linux/ |
D | scc.h | 71 struct scc_stat stat; /* statistical information */ member
|
D | backing-dev.h | 74 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); in __add_wb_stat() 89 return percpu_counter_read_positive(&wb->stat[item]); in wb_stat() 94 return percpu_counter_sum_positive(&wb->stat[item]); in wb_stat_sum()
|
D | slub_def.h | 49 unsigned stat[NR_SLUB_STAT_ITEMS]; member
|
D | backing-dev-defs.h | 142 struct percpu_counter stat[NR_WB_STAT_ITEMS]; member
|
D | devfreq.h | 101 struct devfreq_dev_status *stat);
|
D | cdrom.h | 24 int stat; member
|
D | fscrypt.h | 265 int fscrypt_symlink_getattr(const struct path *path, struct kstat *stat); 578 struct kstat *stat) in fscrypt_symlink_getattr() argument
|
D | quota.h | 266 unsigned long stat[_DQST_DQSTAT_LAST]; member
|
D | fs.h | 3343 static inline int vfs_stat(const char __user *filename, struct kstat *stat) in vfs_stat() argument 3346 stat, STATX_BASIC_STATS); in vfs_stat() 3348 static inline int vfs_lstat(const char __user *name, struct kstat *stat) in vfs_lstat() argument 3351 stat, STATX_BASIC_STATS); in vfs_lstat() 3354 struct kstat *stat, int flags) in vfs_fstatat() argument 3357 stat, STATX_BASIC_STATS); in vfs_fstatat() 3359 static inline int vfs_fstat(int fd, struct kstat *stat) in vfs_fstat() argument 3361 return vfs_statx_fd(fd, stat, STATX_BASIC_STATS, 0); in vfs_fstat()
|
D | syscalls.h | 46 struct stat; 515 struct stat __user *statbuf, int flag); 516 asmlinkage long sys_newfstat(unsigned int fd, struct stat __user *statbuf); 1071 struct stat __user *statbuf); 1073 struct stat __user *statbuf);
|
D | memcontrol.h | 89 long stat[MEMCG_NR_STAT]; member 652 x += per_cpu(memcg->vmstats_local->stat[idx], cpu); in memcg_page_state_local()
|
/include/net/netfilter/ |
D | nf_conntrack.h | 329 #define NF_CT_STAT_INC(net, count) __this_cpu_inc((net)->ct.stat->count) 330 #define NF_CT_STAT_INC_ATOMIC(net, count) this_cpu_inc((net)->ct.stat->count) 331 #define NF_CT_STAT_ADD_ATOMIC(net, count, v) this_cpu_add((net)->ct.stat->count, (v))
|
/include/net/netns/ |
D | conntrack.h | 114 struct ip_conntrack_stat __percpu *stat; member
|
/include/video/ |
D | mmp_disp.h | 123 static inline const char *stat_name(int stat) in stat_name() argument 125 switch (stat) { in stat_name()
|
/include/net/bluetooth/ |
D | hci_sock.h | 128 struct hci_dev_stats stat; member
|
/include/uapi/linux/dvb/ |
D | frontend.h | 827 struct dtv_stats stat[MAX_DTV_STATS]; member
|
/include/uapi/linux/ |
D | coda.h | 642 struct coda_statfs stat; member
|
/include/linux/sunrpc/ |
D | xprt.h | 280 } stat; member
|