Searched refs:first_usable_entry (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/proc/
H A Dproc_sysctl.c362 static struct ctl_node *first_usable_entry(struct rb_node *node) function
382 ctl_node = first_usable_entry(rb_first(&dir->root));
401 ctl_node = first_usable_entry(rb_next(&ctl_node->node));

Completed in 113 milliseconds