Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dseq_file.h226 extern struct hlist_node *seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, int *cpu…
/linux-4.4.14/fs/
Dseq_file.c992 seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, in seq_hlist_next_percpu() function
1011 EXPORT_SYMBOL(seq_hlist_next_percpu);
Dlocks.c2683 return seq_hlist_next_percpu(v, &file_lock_list, &iter->li_cpu, pos); in locks_next()