Searched refs:cur_depth (Results 1 – 1 of 1) sorted by relevance
1267 int cur_depth; in sysctl_binary_lookup() local1269 cur_depth = sysctl_depth(table); in sysctl_binary_lookup()1273 test = sysctl_parent(table, cur_depth); in sysctl_binary_lookup()1277 if (cur_depth && !ref->child) in sysctl_binary_lookup()1292 if (cur_depth != 0) { in sysctl_binary_lookup()1293 cur_depth--; in sysctl_binary_lookup()1344 int depth, cur_depth; in sysctl_check_lookup() local1350 cur_depth = depth; in sysctl_check_lookup()1353 test = sysctl_parent(table, cur_depth); in sysctl_check_lookup()1356 if (cur_depth && !ref->child) in sysctl_check_lookup()[all …]