1SEQ_HLIST_START_PERC(9)          The Linux VFS         SEQ_HLIST_START_PERC(9)
2
3
4

NAME

6       seq_hlist_start_percpu - start an iteration of a percpu hlist array
7

SYNOPSIS

9       struct hlist_node *
10                                                  seq_hlist_start_percpu(struct hlist_head __percpu * head,
11                                                  int * cpu, loff_t pos);
12

ARGUMENTS

14       head
15           pointer to percpu array of struct hlist_heads
16
17       cpu
18           pointer to cpu “cursor”
19
20       pos
21           start position of sequence
22

DESCRIPTION

24       Called at seq_file->op->start.
25
27Kernel Hackers Manual 3.10         June 2019           SEQ_HLIST_START_PERC(9)
Impressum