Query: list_first_entry
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LIST_FIRST_ENTRY(9) Data Types LIST_FIRST_ENTRY(9)NAMElist_first_entry - get the first element from a listSYNOPSISlist_first_entry(ptr, type, member);ARGUMENTSptr 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.DESCRIPTIONNote, that list is expected to be not empty.COPYRIGHTKernel Hackers Manual 2.6. July 2010 LIST_FIRST_ENTRY(9)