Home
last modified time | relevance | path

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

/linux-6.1.9/fs/proc/
Dproc_sysctl.c366 static struct ctl_node *first_usable_entry(struct rb_node *node) in first_usable_entry() function
386 ctl_node = first_usable_entry(rb_first(&dir->root)); in first_entry()
405 ctl_node = first_usable_entry(rb_next(&ctl_node->node)); in next_entry()