/linux-4.1.27/block/ |
D | cfq-iosched.c | 1852 .seq_show = cfqg_print_leaf_weight_device, 1858 .seq_show = cfq_print_leaf_weight, 1866 .seq_show = cfqg_print_weight_device, 1872 .seq_show = cfq_print_weight, 1878 .seq_show = cfqg_print_leaf_weight_device, 1883 .seq_show = cfq_print_leaf_weight, 1891 .seq_show = cfqg_print_stat, 1896 .seq_show = cfqg_print_stat, 1901 .seq_show = cfqg_print_rwstat, 1906 .seq_show = cfqg_print_rwstat, [all …]
|
D | blk-throttle.c | 1429 .seq_show = tg_print_conf_u64, 1435 .seq_show = tg_print_conf_u64, 1441 .seq_show = tg_print_conf_uint, 1447 .seq_show = tg_print_conf_uint, 1453 .seq_show = tg_print_cpu_rwstat, 1458 .seq_show = tg_print_cpu_rwstat,
|
/linux-4.1.27/kernel/sched/ |
D | cpuacct.c | 221 .seq_show = cpuacct_percpu_seq_show, 225 .seq_show = cpuacct_stats_show,
|
D | core.c | 8359 .seq_show = cpu_stats_show,
|
/linux-4.1.27/fs/kernfs/ |
D | file.c | 168 return of->kn->attr.ops->seq_show(sf, v); in kernfs_seq_show() 626 has_read = ops->seq_show || ops->read || ops->mmap; in kernfs_fop_open() 682 if (ops->prealloc && ops->seq_show) in kernfs_fop_open() 697 if (ops->seq_show) in kernfs_fop_open() 943 if (ops->seq_show) in __kernfs_create_file()
|
/linux-4.1.27/fs/proc/ |
D | fd.c | 19 static int seq_show(struct seq_file *m, void *v) in seq_show() function 73 return single_open(file, seq_show, inode); in seq_fdinfo_open()
|
/linux-4.1.27/kernel/ |
D | cgroup.c | 1033 if (cft->read_u64 || cft->read_s64 || cft->seq_show) in cgroup_file_mode() 2986 if (cft->seq_show) in cgroup_seqfile_show() 2987 return cft->seq_show(m, arg); in cgroup_seqfile_show() 3001 .seq_show = cgroup_seqfile_show, 3010 .seq_show = cgroup_seqfile_show, 3089 if (cft->seq_show == cgroup_populated_show) in cgroup_add_file() 4242 .seq_show = cgroup_pidlist_show, 4250 .seq_show = cgroup_root_controllers_show, 4255 .seq_show = cgroup_controllers_show, 4259 .seq_show = cgroup_subtree_control_show, [all …]
|
D | cgroup_freezer.c | 460 .seq_show = freezer_read,
|
D | cpuset.c | 1795 .seq_show = cpuset_common_seq_show, 1803 .seq_show = cpuset_common_seq_show, 1811 .seq_show = cpuset_common_seq_show, 1817 .seq_show = cpuset_common_seq_show,
|
/linux-4.1.27/net/bluetooth/ |
D | af_bluetooth.c | 675 int (* seq_show)(struct seq_file *, void *)) in bt_procfs_init() 677 sk_list->custom_seq_show = seq_show; in bt_procfs_init() 691 int (* seq_show)(struct seq_file *, void *)) in bt_procfs_init()
|
/linux-4.1.27/fs/sysfs/ |
D | file.c | 191 .seq_show = sysfs_kf_seq_show, 199 .seq_show = sysfs_kf_seq_show,
|
/linux-4.1.27/include/linux/ |
D | cgroup-defs.h | 359 int (*seq_show)(struct seq_file *sf, void *v); member
|
D | kernfs.h | 201 int (*seq_show)(struct seq_file *sf, void *v); member
|
/linux-4.1.27/net/core/ |
D | netprio_cgroup.c | 241 .seq_show = read_priomap,
|
/linux-4.1.27/net/netfilter/ |
D | nf_log.c | 331 static int seq_show(struct seq_file *s, void *v) in seq_show() function 372 .show = seq_show,
|
D | nfnetlink_log.c | 1006 static int seq_show(struct seq_file *s, void *v) in seq_show() function 1023 .show = seq_show,
|
D | nfnetlink_queue_core.c | 1272 static int seq_show(struct seq_file *s, void *v) in seq_show() function 1289 .show = seq_show,
|
/linux-4.1.27/include/net/bluetooth/ |
D | bluetooth.h | 360 int (*seq_show)(struct seq_file *, void *));
|
/linux-4.1.27/mm/ |
D | memcontrol.c | 4255 .seq_show = memcg_stat_show, 4284 .seq_show = mem_cgroup_oom_control_read, 4294 .seq_show = memcg_numa_stat_show, 4327 .seq_show = memcg_slab_show, 5363 .seq_show = memory_low_show, 5369 .seq_show = memory_high_show, 5375 .seq_show = memory_max_show, 5381 .seq_show = memory_events_show,
|
/linux-4.1.27/security/ |
D | device_cgroup.c | 788 .seq_show = devcgroup_seq_show,
|
/linux-4.1.27/Documentation/filesystems/ |
D | seq_file.txt | 213 be discarded and the seq_show function will attempt to allocate a larger
|