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

NAME

6       seq_hlist_start_head_rcu - start an iteration of a hlist protected by
7       RCU
8

SYNOPSIS

10       struct hlist_node * seq_hlist_start_head_rcu(struct hlist_head * head,
11                                                    loff_t pos);
12

ARGUMENTS

14       head
15           the head of the hlist
16
17       pos
18           the start position of the sequence
19

DESCRIPTION

21       Called at seq_file->op->start. Call this function if you want to print
22       a header at the top of the output.
23
24       This list-traversal primitive may safely run concurrently with the _rcu
25       list-mutation primitives such as hlist_add_head_rcu as long as the
26       traversal is guarded by rcu_read_lock.
27
29Kernel Hackers Manual 3.10         June 2019           SEQ_HLIST_START_HEAD(9)
Impressum