Scroll to navigation

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 array

SYNOPSIS

struct hlist_node * seq_hlist_start_percpu(struct hlist_head __percpu * head, int * cpu, loff_t pos);

ARGUMENTS

struct hlist_head __percpu * head

pointer to percpu array of struct hlist_heads

int * cpu

pointer to cpu “cursor”

loff_t pos

start position of sequence

DESCRIPTION

Called at seq_file->op->start.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11