head__            512 include/linux/list.h 	struct list_head *head__ = (ptr); \
head__            513 include/linux/list.h 	struct list_head *pos__ = READ_ONCE(head__->next); \
head__            514 include/linux/list.h 	pos__ != head__ ? list_entry(pos__, type, member) : NULL; \