Searched refs:list_head (Results 1 – 7 of 7) sorted by relevance
17 struct list_head { struct18 struct list_head *next, *prev; argument
30 struct list_head { struct31 struct list_head * next, * prev; argument
307 struct listnode *node = list_head(&logger_list_internal->transport); in android_logger_open()460 struct listnode *node = list_head(&logger_list_internal->transport); in android_logger_list_free()472 struct listnode *node = list_head(&logger_list_internal->logger); in android_logger_list_free()
234 struct listnode *node = list_head(&convertHead); in android_log_format_free()1203 list = node_to_item(list_head(&convertHead), struct conversionList, node); in convertMonotonic()
81 #define list_head(list) ((list)->next) macro
105 item = list_head(list); in free_keys()
374 return list_head(&key_list); in adb_auth_nextkey()