Home
last modified time | relevance | path

Searched refs:__list_add_after (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/wrs_omxil_core/utils/src/
Dlist.c127 struct list *__list_add_after(struct list *entry, struct list *new) in __list_add_after() function
163 __list_add_after(last, new); in __list_add_tail()
/hardware/intel/common/wrs_omxil_core/utils/inc/
Dlist.h47 struct list *__list_add_after(struct list *, struct list *);