Home
last modified time | relevance | path

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

/Linux-v4.19/fs/proc/
Dproc_sysctl.c379 static struct ctl_node *first_usable_entry(struct rb_node *node) in first_usable_entry() function
399 ctl_node = first_usable_entry(rb_first(&dir->root)); in first_entry()
418 ctl_node = first_usable_entry(rb_next(&ctl_node->node)); in next_entry()