Scroll to navigation

LIST_NEXT_ENTRY(9) Data Types LIST_NEXT_ENTRY(9)

NAME

list_next_entry - get the next element in list

SYNOPSIS

list_next_entry(pos, member);

ARGUMENTS

pos

the type * to cursor

member

the name of the list_head within the struct.

COPYRIGHT

March 2017 Kernel Hackers Manual 4.10