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

NAME

6       seq_hlist_next_percpu - move to the next position of the percpu hlist
7       array
8

SYNOPSIS

10       struct hlist_node * seq_hlist_next_percpu(void * v,
11                                                 struct hlist_head __percpu * head,
12                                                 int * cpu, loff_t * pos);
13

ARGUMENTS

15       v
16           pointer to current hlist_node
17
18       head
19           pointer to percpu array of struct hlist_heads
20
21       cpu
22           pointer to cpu “cursor”
23
24       pos
25           start position of sequence
26

DESCRIPTION

28       Called at seq_file->op->next.
29
31Kernel Hackers Manual 3.10         June 2019           SEQ_HLIST_NEXT_PERCP(9)
Impressum