Home
last modified time | relevance | path

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

/openbmc/linux/fs/proc/
H A Dproc_sysctl.c363 static struct ctl_node *first_usable_entry(struct rb_node *node) in first_usable_entry() function
383 ctl_node = first_usable_entry(rb_first(&dir->root)); in first_entry()
402 ctl_node = first_usable_entry(rb_next(&ctl_node->node)); in next_entry()