Searched refs:active_hint_list_head (Results 1 - 1 of 1) sorted by relevance

/device/google/marlin/power/
H A Dutils.c62 static struct list_node active_hint_list_head; variable in typeref:struct:list_node
254 struct list_node *found_node = find_node(&active_hint_list_head,
273 if (!active_hint_list_head.compare) {
274 active_hint_list_head.compare =
276 active_hint_list_head.dump = (void (*)(void *))hint_dump;
282 if (add_list_node(&active_hint_list_head, new_hint) == NULL) {
312 found_node = find_node(&active_hint_list_head,
330 remove_list_node(&active_hint_list_head, found_node);

Completed in 7 milliseconds