seq_hlist_start_percpu (9) - Linux Manuals
seq_hlist_start_percpu: start an iteration of a percpu hlist array
NAME
seq_hlist_start_percpu - start an iteration of a percpu hlist array
SYNOPSIS
-
struct hlist_node * seq_hlist_start_percpu(struct hlist_head
__percpu head, int* * cpu, loff_tpos);
ARGUMENTS
head
-
- pointer to percpu array of struct hlist_heads
cpu
- pointer to cpu "cursor"
pos
- start position of sequence
DESCRIPTION
Called at seq_file->op->start.
COPYRIGHT