Home
last modified time | relevance | path

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

/linux/fs/
H A Dseq_file.c940 struct list_head *seq_list_start_head_rcu(struct list_head *head, loff_t pos) in seq_list_start_head_rcu() function
947 EXPORT_SYMBOL(seq_list_start_head_rcu);
/linux/net/rxrpc/
H A Dproc.c37 return seq_list_start_head_rcu(&rxnet->calls, *_pos); in rxrpc_call_seq_start()