Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A Dtracking.c73 return seq_list_start_rcu(&unloaded_tainted_modules, *pos); in unloaded_tainted_modules_seq_start()
/openbmc/linux/fs/
H A Dseq_file.c934 struct list_head *seq_list_start_rcu(struct list_head *head, loff_t pos) in seq_list_start_rcu() function
944 EXPORT_SYMBOL(seq_list_start_rcu);
951 return seq_list_start_rcu(head, pos - 1); in seq_list_start_head_rcu()
/openbmc/linux/include/linux/
H A Dseq_file.h281 extern struct list_head *seq_list_start_rcu(struct list_head *head, loff_t pos);