Query: list_prepare_entry
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LIST_PREPARE_ENTRY(9) Data Types LIST_PREPARE_ENTRY(9)NAMElist_prepare_entry - prepare a pos entry for use in list_for_each_entry_continueSYNOPSISlist_prepare_entry(pos, head, member);ARGUMENTSpos the type * to use as a start point head the head of the list member the name of the list_struct within the struct.DESCRIPTIONPrepares a pos entry for use as a start point in list_for_each_entry_continue.COPYRIGHTKernel Hackers Manual 2.6. July 2010 LIST_PREPARE_ENTRY(9)