Home
last modified time | relevance | path

Searched refs:list_head (Results 1 – 7 of 7) sorted by relevance

/system/core/include/cutils/
Dlist.h81 #define list_head(list) ((list)->next) macro
/system/core/liblog/
Dlog_read_kern.c172 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()
Dlog_read.c714 struct listnode *node = list_head(&logger_list->node); in android_logger_list_free()
/system/core/adb/
Dadb_auth_client.c102 item = list_head(list); in free_keys()
Dadb_auth_host.c367 return list_head(&key_list); in adb_auth_nextkey()
/system/core/init/
Dinit.c520 node = list_head(&act->commands); in get_first_command()
Dinit_parser.c603 struct listnode *node = list_head(&action_queue); in action_remove_queue_head()