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

/linux-master/include/linux/
H A Dseq_file.h322 extern struct hlist_node *seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, int *cpu, loff_t *pos);
/linux-master/fs/
H A Dseq_file.c1117 * seq_hlist_next_percpu - move to the next position of the percpu hlist array
1126 seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, function
1145 EXPORT_SYMBOL(seq_hlist_next_percpu); variable
H A Dlocks.c2953 return seq_hlist_next_percpu(v, &file_lock_list.hlist, &iter->li_cpu, pos);

Completed in 318 milliseconds