Searched refs:child_vl (Results 1 – 1 of 1) sorted by relevance
210 int default_vl, child_vl, ret; in proc_read_default() local217 child_vl = get_child_rdvl(data); in proc_read_default()218 if (child_vl != default_vl) { in proc_read_default()221 default_vl, child_vl); in proc_read_default()233 int ret, new_default, child_vl; in proc_write_min() local250 child_vl = get_child_rdvl(data); in proc_write_min()251 if (child_vl != new_default) { in proc_write_min()254 new_default, child_vl); in proc_write_min()268 int ret, new_default, child_vl; in proc_write_max() local286 child_vl = get_child_rdvl(data); in proc_write_max()[all …]