login
Header Space

 
 

list_first_entry(9)

July 19, 2007 - 1:23am
Submitted by Jeremy on July 19, 2007 - 1:23am.

INDEX

    NAME, SYNOPSIS, ARGUMENTS, DESCRIPTION, COPYRIGHT

    "LIST_FIRST_ENTRY" "9" "July 2007" "Kernel Hackers Manual 2.6.22" "Data Types"

    NAME

    list_first_entry - get the first element from a list

    SYNOPSIS

    "list_first_entry(" "ptr" ", " "type" ", " "member" ");"

    ARGUMENTS

    ptr

    the list head to take the element from.
    type
    the type of the struct this is embedded in. member the name of the list_struct within the struct.

    DESCRIPTION

    Note, that list is expected to be not empty.

    COPYRIGHT

speck-geostationary