Scroll to navigation

LIST_IS_LAST(9) Data Types LIST_IS_LAST(9)

NAME

list_is_last - tests whether list is the last entry in list head

SYNOPSIS

int list_is_last(const struct list_head * list, const struct list_head * head);

ARGUMENTS

const struct list_head * list

the entry to test

const struct list_head * head

the head of the list

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11