• Home
  • Raw
  • Download

Lines Matching defs:v

2964 static int cgroup_controllers_show(struct seq_file *seq, void *v)  in cgroup_controllers_show()
2973 static int cgroup_subtree_control_show(struct seq_file *seq, void *v) in cgroup_subtree_control_show()
3492 static int cgroup_type_show(struct seq_file *seq, void *v) in cgroup_type_show()
3530 static int cgroup_max_descendants_show(struct seq_file *seq, void *v) in cgroup_max_descendants_show()
3573 static int cgroup_max_depth_show(struct seq_file *seq, void *v) in cgroup_max_depth_show()
3616 static int cgroup_events_show(struct seq_file *seq, void *v) in cgroup_events_show()
3626 static int cgroup_stat_show(struct seq_file *seq, void *v) in cgroup_stat_show()
3657 static int cpu_stat_show(struct seq_file *seq, void *v) in cpu_stat_show()
3670 static int cgroup_io_pressure_show(struct seq_file *seq, void *v) in cgroup_io_pressure_show()
3677 static int cgroup_memory_pressure_show(struct seq_file *seq, void *v) in cgroup_memory_pressure_show()
3684 static int cgroup_cpu_pressure_show(struct seq_file *seq, void *v) in cgroup_cpu_pressure_show()
3774 static int cgroup_freeze_show(struct seq_file *seq, void *v) in cgroup_freeze_show()
3881 unsigned long long v; in cgroup_file_write() local
3886 long long v; in cgroup_file_write() local
3912 static void *cgroup_seqfile_next(struct seq_file *seq, void *v, loff_t *ppos) in cgroup_seqfile_next()
3917 static void cgroup_seqfile_stop(struct seq_file *seq, void *v) in cgroup_seqfile_stop()
4779 static void *cgroup_procs_next(struct seq_file *s, void *v, loff_t *pos) in cgroup_procs_next()
4833 static int cgroup_procs_show(struct seq_file *s, void *v) in cgroup_procs_show()
6583 u64 v = 1; in power_of_ten() local
6603 int cgroup_parse_float(const char *input, unsigned dec_shift, s64 *v) in cgroup_parse_float()