Searched refs:child_vl (Results 1 – 1 of 1) sorted by relevance
220 int default_vl, child_vl, ret; in proc_read_default() local227 child_vl = get_child_rdvl(data); in proc_read_default()228 if (child_vl != default_vl) { in proc_read_default()231 default_vl, child_vl); in proc_read_default()243 int ret, new_default, child_vl; in proc_write_min() local260 child_vl = get_child_rdvl(data); in proc_write_min()261 if (child_vl != new_default) { in proc_write_min()264 new_default, child_vl); in proc_write_min()278 int ret, new_default, child_vl; in proc_write_max() local296 child_vl = get_child_rdvl(data); in proc_write_max()[all …]