Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dseq_file.h307 extern struct hlist_node *seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, int *cpu…
/openbmc/linux/fs/
H A Dseq_file.c1126 seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, in seq_hlist_next_percpu() function
1145 EXPORT_SYMBOL(seq_hlist_next_percpu);
H A Dlocks.c2881 return seq_hlist_next_percpu(v, &file_lock_list.hlist, &iter->li_cpu, pos); in locks_next()