Searched refs:child_vl (Results 1 – 1 of 1) sorted by relevance
215 int default_vl, child_vl, ret; in proc_read_default() local222 child_vl = get_child_rdvl(data); in proc_read_default()223 if (child_vl != default_vl) { in proc_read_default()226 default_vl, child_vl); in proc_read_default()238 int ret, new_default, child_vl; in proc_write_min() local255 child_vl = get_child_rdvl(data); in proc_write_min()256 if (child_vl != new_default) { in proc_write_min()259 new_default, child_vl); in proc_write_min()273 int ret, new_default, child_vl; in proc_write_max() local291 child_vl = get_child_rdvl(data); in proc_write_max()[all …]