Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/inc/
H A Dmpp_list.h134 static __inline void __list_add(struct list_head * _new, in __list_add() function
146 __list_add(_new, head, head->next); in list_add()
151 __list_add(_new, head->prev, head); in list_add_tail()