Searched defs:found_node (Results 1 - 1 of 1) sorted by relevance

/device/google/marlin/power/
H A Dutils.c254 struct list_node *found_node = find_node(&active_hint_list_head, local
256 if (found_node) {
307 struct list_node *found_node; local
312 found_node = find_node(&active_hint_list_head,
315 if (found_node) {
318 (struct hint_data *)(found_node->data);
325 if (found_node->data) {
327 free(found_node->data);
330 remove_list_node(&active_hint_list_head, found_node);

Completed in 6 milliseconds