OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remove_list_node
(Results
1 - 9
of
9
) sorted by null
/device/google/marlin/power/
list.h
39
int
remove_list_node
(struct list_node *head, struct list_node *del_node);
list.c
77
int
remove_list_node
(struct list_node *head, struct list_node *del_node)
function
utils.c
327
remove_list_node
(&active_hint_list_head, found_node);
/device/huawei/angler/power/
list.h
39
int
remove_list_node
(struct list_node *head, struct list_node *del_node);
list.c
77
int
remove_list_node
(struct list_node *head, struct list_node *del_node)
function
utils.c
291
remove_list_node
(&active_hint_list_head, found_node);
/device/lge/bullhead/power/
list.h
39
int
remove_list_node
(struct list_node *head, struct list_node *del_node);
list.c
77
int
remove_list_node
(struct list_node *head, struct list_node *del_node)
function
utils.c
286
remove_list_node
(&active_hint_list_head, found_node);
Completed in 269 milliseconds