Searched refs:list_head (Results 1 – 7 of 7) sorted by relevance
81 #define list_head(list) ((list)->next) macro
172 list_head(&logger->log_list), struct log_list, node); in android_logger_free()396 return list_head(node) == list_tail(node); in low_queue()663 && (list_head(&logger_list->node) in android_logger_list_read()735 struct listnode *node = list_head(&logger_list->node); in android_logger_list_free()
714 struct listnode *node = list_head(&logger_list->node); in android_logger_list_free()
102 item = list_head(list); in free_keys()
367 return list_head(&key_list); in adb_auth_nextkey()
520 node = list_head(&act->commands); in get_first_command()
603 struct listnode *node = list_head(&action_queue); in action_remove_queue_head()