list_last_entry   458 include/linux/list.h 	for (pos = list_last_entry(head, typeof(*pos), member);		\
list_last_entry   568 include/linux/list.h 	for (pos = list_last_entry(head, typeof(*pos), member),		\