Searched refs:list_head (Results 1 – 3 of 3) sorted by relevance
81 #define list_head(list) ((list)->next) macro
248 struct listnode* node = list_head(&convertHead); in android_log_format_free()250 LOG_ALWAYS_FATAL_IF(node == list_head(&convertHead), "corrupted list"); in android_log_format_free()1369 list = node_to_item(list_head(&convertHead), struct conversionList, node); in convertMonotonic()