Searched refs:__list_del (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | list.h | 62 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() function 70 __list_del(entry->prev, entry->next); in list_del() 75 __list_del(entry->prev, entry->next); in list_del_init() 81 __list_del(list->prev, list->next); in list_move() 88 __list_del(list->prev, list->next); in list_move_tail()
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | list.h | 59 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() function 67 __list_del(entry->prev, entry->next); in list_del() 72 __list_del(entry->prev, entry->next); in list_del_init() 78 __list_del(list->prev, list->next); in list_move() 85 __list_del(list->prev, list->next); in list_move_tail()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | list.h | 59 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() function 67 __list_del(entry->prev, entry->next); in list_del() 72 __list_del(entry->prev, entry->next); in list_del_init() 78 __list_del(list->prev, list->next); in list_move() 85 __list_del(list->prev, list->next); in list_move_tail()
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_list.h | 171 static __inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() function 179 __list_del(entry->prev, entry->next); in list_del_init() 186 __list_del(list->prev, list->next); in list_move() 192 __list_del(list->prev, list->next); in list_move_tail()
|
Completed in 2 milliseconds