Scroll to navigation

SEQ_HLIST_NEXT_PERCP(9) The Linux VFS SEQ_HLIST_NEXT_PERCP(9)

NAME

seq_hlist_next_percpu - move to the next position of the percpu hlist array

SYNOPSIS

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

ARGUMENTS

void * v

pointer to current hlist_node

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->next.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.12