list_entry ( ptr, type, member);
list_entry
ptr
the &struct list_head pointer.
type
the type of the struct this is embedded in.
member
the name of the list_struct within the struct.