1SEQ_HLIST_START_PERC(9) The Linux VFS SEQ_HLIST_START_PERC(9)
23
4
NAME
6seq_hlist_start_percpu - start an iteration of a percpu hlist array
7
SYNOPSIS
9struct hlist_node *
10seq_hlist_start_percpu(struct hlist_head __percpu * head,
11int * cpu, loff_t pos);
12
ARGUMENTS
14head
15pointer to percpu array of struct hlist_heads
1617
cpu
18pointer to cpu “cursor”
1920
pos
21start position of sequence
22
DESCRIPTION
24Called at seq_file->op->start.
25
COPYRIGHT
27Kernel Hackers Manual 3.10 June 2019 SEQ_HLIST_START_PERC(9)