table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SEQ_HLIST_START_PERC(9) | The Linux VFS | SEQ_HLIST_START_PERC(9) |
NAME¶
seq_hlist_start_percpu - start an iteration of a percpu hlist arraySYNOPSIS¶
struct
hlist_node *
seq_hlist_start_percpu(struct hlist_head __percpu * head,
int * cpu, loff_t pos);
ARGUMENTS¶
headpointer 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¶
February 2017 | Kernel Hackers Manual 3.16 |