Lines Matching defs:v
2906 static int cgroup_controllers_show(struct seq_file *seq, void *v) in cgroup_controllers_show()
2915 static int cgroup_subtree_control_show(struct seq_file *seq, void *v) in cgroup_subtree_control_show()
3425 static int cgroup_type_show(struct seq_file *seq, void *v) in cgroup_type_show()
3462 static int cgroup_max_descendants_show(struct seq_file *seq, void *v) in cgroup_max_descendants_show()
3505 static int cgroup_max_depth_show(struct seq_file *seq, void *v) in cgroup_max_depth_show()
3548 static int cgroup_events_show(struct seq_file *seq, void *v) in cgroup_events_show()
3558 static int cgroup_stat_show(struct seq_file *seq, void *v) in cgroup_stat_show()
3589 static int cpu_stat_show(struct seq_file *seq, void *v) in cpu_stat_show()
3602 static int cgroup_io_pressure_show(struct seq_file *seq, void *v) in cgroup_io_pressure_show()
3609 static int cgroup_memory_pressure_show(struct seq_file *seq, void *v) in cgroup_memory_pressure_show()
3616 static int cgroup_cpu_pressure_show(struct seq_file *seq, void *v) in cgroup_cpu_pressure_show()
3683 static int cgroup_freeze_show(struct seq_file *seq, void *v) in cgroup_freeze_show()
3768 unsigned long long v; in cgroup_file_write() local
3773 long long v; in cgroup_file_write() local
3799 static void *cgroup_seqfile_next(struct seq_file *seq, void *v, loff_t *ppos) in cgroup_seqfile_next()
3804 static void cgroup_seqfile_stop(struct seq_file *seq, void *v) in cgroup_seqfile_stop()
4656 static void *cgroup_procs_next(struct seq_file *s, void *v, loff_t *pos) in cgroup_procs_next()
4709 static int cgroup_procs_show(struct seq_file *s, void *v) in cgroup_procs_show()
6301 u64 v = 1; in power_of_ten() local
6321 int cgroup_parse_float(const char *input, unsigned dec_shift, s64 *v) in cgroup_parse_float()