/device/soc/esp/esp32/components/bt/common/osi/ |
D | list.c | 24 list_t *list = (list_t *) osi_calloc(sizeof(list_t)); in list_new_internal() local 40 void list_free(list_t *list) in list_free() 50 bool list_is_empty(const list_t *list) in list_is_empty() 56 bool list_contains(const list_t *list, const void *data) in list_contains() 70 list_node_t *list_get_node(const list_t *list, const void *data) in list_get_node() 85 size_t list_length(const list_t *list) in list_length() 91 void *list_front(const list_t *list) in list_front() 99 void *list_back(const list_t *list) { in list_back() 106 list_node_t *list_back_node(const list_t *list) { in list_back_node() 113 bool list_insert_after(list_t *list, list_node_t *prev_node, void *data) { in list_insert_after() [all …]
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
D | hi_list.h | 38 static inline hi_void hi_list_init(hi_list *list) in hi_list_init() 48 static inline hi_void hi_list_head_insert(hi_list *node, hi_list *list) in hi_list_head_insert() 60 …_((always_inline)) static inline hi_void hi_list_head_insert_optimize(hi_list *node, hi_list *list) in hi_list_head_insert_optimize() 72 static inline hi_void hi_list_tail_insert(hi_list *node, hi_list *list) in hi_list_tail_insert() 81 …_((always_inline)) static inline hi_void hi_list_tail_insert_optimize(hi_list *node, hi_list *list) in hi_list_tail_insert_optimize() 122 static inline hi_list *hi_list_delete_head(hi_list *list) in hi_list_delete_head() 139 __attribute__((always_inline)) static inline hi_list *hi_list_delete_head_optimize(hi_list *list) in hi_list_delete_head_optimize() 156 static inline hi_list *hi_list_delete_tail(hi_list *list) in hi_list_delete_tail() 173 static inline hi_bool hi_is_list_empty(hi_list *list) in hi_is_list_empty() 181 __attribute__((always_inline)) static inline hi_bool hi_is_list_empty_optimize(hi_list *list) in hi_is_list_empty_optimize() [all …]
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
D | hi_list.h | 44 __attribute__((always_inline)) static inline hi_void hi_list_init(hi_list *list) in hi_list_init() 54 …ttribute__((always_inline)) static inline hi_void hi_list_head_insert(hi_list *node, hi_list *list) in hi_list_head_insert() 66 …ttribute__((always_inline)) static inline hi_void hi_list_tail_insert(hi_list *node, hi_list *list) in hi_list_tail_insert() 91 __attribute__((always_inline)) static inline hi_list *hi_list_delete_head(hi_list *list) in hi_list_delete_head() 108 __attribute__((always_inline)) static inline hi_list *hi_list_delete_tail(hi_list *list) in hi_list_delete_tail() 125 __attribute__((always_inline)) static inline hi_bool hi_is_list_empty(hi_list *list) in hi_is_list_empty() 138 __attribute__((always_inline)) static inline hi_void hi_list_del_init(hi_list *list) in hi_list_del_init() 209 #define hi_list_for_each_entry(item, list, type, member) \ argument 214 #define hi_list_for_each_entry_safe(list, item, pnext, type, member) \ argument 220 #define hi_list_for_each_entry_continue_safe(pitem, list, item, pnext, type, member) \ argument [all …]
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/include/mesh/ |
D | slist.h | 191 static inline void sys_slist_init(sys_slist_t *list) in sys_slist_init() 206 static inline bool sys_slist_is_empty(sys_slist_t *list) in sys_slist_is_empty() 218 static inline sys_snode_t *sys_slist_peek_head(sys_slist_t *list) in sys_slist_peek_head() 230 static inline sys_snode_t *sys_slist_peek_tail(sys_slist_t *list) in sys_slist_peek_tail() 269 static inline void sys_slist_prepend(sys_slist_t *list, in sys_slist_prepend() 288 static inline void sys_slist_append(sys_slist_t *list, in sys_slist_append() 313 static inline void sys_slist_append_list(sys_slist_t *list, in sys_slist_append_list() 334 static inline void sys_slist_merge_slist(sys_slist_t *list, in sys_slist_merge_slist() 351 static inline void sys_slist_insert(sys_slist_t *list, in sys_slist_insert() 375 static inline sys_snode_t *sys_slist_get_not_empty(sys_slist_t *list) in sys_slist_get_not_empty() [all …]
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
D | los_list.h | 70 LITE_OS_SEC_ALW_INLINE STATIC_INLINE VOID LOS_ListInit(LOS_DL_LIST *list) in LOS_ListInit() 139 LITE_OS_SEC_ALW_INLINE STATIC_INLINE VOID LOS_ListAdd(LOS_DL_LIST *list, LOS_DL_LIST *node) in LOS_ListAdd() 166 LITE_OS_SEC_ALW_INLINE STATIC_INLINE VOID LOS_ListTailInsert(LOS_DL_LIST *list, LOS_DL_LIST *node) in LOS_ListTailInsert() 190 LITE_OS_SEC_ALW_INLINE STATIC_INLINE VOID LOS_ListHeadInsert(LOS_DL_LIST *list, LOS_DL_LIST *node) in LOS_ListHeadInsert() 337 #define LOS_DL_LIST_FOR_EACH_ENTRY(item, list, type, member) \ argument 364 #define LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, next, list, type, member) \ argument 394 LITE_OS_SEC_ALW_INLINE STATIC_INLINE VOID LOS_ListDelInit(LOS_DL_LIST *list) in LOS_ListDelInit() 419 #define LOS_DL_LIST_FOR_EACH(item, list) \ argument 442 #define LOS_DL_LIST_FOR_EACH_SAFE(item, next, list) \ argument 464 #define LOS_DL_LIST_HEAD(list) \ argument
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
D | mali_osk_list.h | 72 MALI_STATIC_INLINE void mali_osk_list_init(_mali_osk_list_t *list) in mali_osk_list_init() 91 MALI_STATIC_INLINE void _mali_osk_list_add(_mali_osk_list_t *new_entry, _mali_osk_list_t *list) in _mali_osk_list_add() 108 MALI_STATIC_INLINE void mali_osk_list_addtail(_mali_osk_list_t *new_entry, _mali_osk_list_t *list) in mali_osk_list_addtail() 121 MALI_STATIC_INLINE void _mali_osk_list_del(_mali_osk_list_t *list) in _mali_osk_list_del() 133 MALI_STATIC_INLINE void mali_osk_list_delinit(_mali_osk_list_t *list) in mali_osk_list_delinit() 146 MALI_STATIC_INLINE mali_bool _mali_osk_list_empty(_mali_osk_list_t *list) in _mali_osk_list_empty() 162 MALI_STATIC_INLINE void _mali_osk_list_move(_mali_osk_list_t *move_entry, _mali_osk_list_t *list) in _mali_osk_list_move() 237 #define MALI_OSK_LIST_FOREACHENTRY(ptr, tmp, list, type, member) … argument 258 #define MALI_OSK_LIST_FOREACHENTRY_REVERSE(ptr, tmp, list, type, member) … argument
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
D | mali_osk_list.h | 71 MALI_STATIC_INLINE void _mali_osk_list_init(_mali_osk_list_t *list) in _mali_osk_list_init() 90 MALI_STATIC_INLINE void _mali_osk_list_add(_mali_osk_list_t *new_entry, _mali_osk_list_t *list) in _mali_osk_list_add() 107 MALI_STATIC_INLINE void _mali_osk_list_addtail(_mali_osk_list_t *new_entry, _mali_osk_list_t *list) in _mali_osk_list_addtail() 120 MALI_STATIC_INLINE void _mali_osk_list_del(_mali_osk_list_t *list) in _mali_osk_list_del() 132 MALI_STATIC_INLINE void _mali_osk_list_delinit(_mali_osk_list_t *list) in _mali_osk_list_delinit() 145 MALI_STATIC_INLINE mali_bool _mali_osk_list_empty(_mali_osk_list_t *list) in _mali_osk_list_empty() 161 MALI_STATIC_INLINE void _mali_osk_list_move(_mali_osk_list_t *move_entry, _mali_osk_list_t *list) in _mali_osk_list_move() 237 #define _MALI_OSK_LIST_FOREACHENTRY(ptr, tmp, list, type, member) \ argument 260 #define _MALI_OSK_LIST_FOREACHENTRY_REVERSE(ptr, tmp, list, type, member) \ argument
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/console/api/ |
D | lnx_list.h | 93 __STATIC_INLINE void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 209 __STATIC_INLINE void list_move(struct list_head *list, struct list_head *head) in list_move() 220 __STATIC_INLINE void list_move_tail(struct list_head *list, in list_move_tail() 232 __STATIC_INLINE int list_is_last(const struct list_head *list, in list_is_last() 290 __STATIC_INLINE void __list_cut_position(struct list_head *list, in __list_cut_position() 316 __STATIC_INLINE void list_cut_position(struct list_head *list, in list_cut_position() 330 __STATIC_INLINE void __list_splice(const struct list_head *list, in __list_splice() 349 __STATIC_INLINE void list_splice(const struct list_head *list, in list_splice() 361 __STATIC_INLINE void list_splice_tail(struct list_head *list, in list_splice_tail() 375 __STATIC_INLINE void list_splice_init(struct list_head *list, in list_splice_init() [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
D | list.h | 79 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 85 static inline void list_move_tail(struct list_head *list, in list_move_tail() 97 static inline void __list_splice(struct list_head *list, in __list_splice() 111 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() 118 static inline void list_splice_init(struct list_head *list, struct list_head *head) in list_splice_init()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
D | list.h | 76 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 82 static inline void list_move_tail(struct list_head *list, in list_move_tail() 94 static inline void __list_splice(struct list_head *list, in __list_splice() 108 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() 115 static inline void list_splice_init(struct list_head *list, struct list_head *head) in list_splice_init()
|
D | osal_list.h | 42 static inline void OSAL_INIT_LIST_HEAD(struct osal_list_head *list) in OSAL_INIT_LIST_HEAD() 162 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move() 173 static inline void osal_list_move_tail(struct osal_list_head *list, in osal_list_move_tail() 185 static inline int osal_list_is_last(const struct osal_list_head *list, in osal_list_is_last() 242 static inline void osal___list_cut_position(struct osal_list_head *list, in osal___list_cut_position() 268 static inline void osal_list_cut_position(struct osal_list_head *list, in osal_list_cut_position() 285 static inline void osal___list_splice(const struct osal_list_head *list, in osal___list_splice() 304 static inline void osal_list_splice(const struct osal_list_head *list, in osal_list_splice() 317 static inline void osal_list_splice_tail(struct osal_list_head *list, in osal_list_splice_tail() 332 static inline void osal_list_splice_init(struct osal_list_head *list, in osal_list_splice_init() [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
D | list.h | 76 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 82 static inline void list_move_tail(struct list_head *list, in list_move_tail() 94 static inline void __list_splice(struct list_head *list, in __list_splice() 108 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() 115 static inline void list_splice_init(struct list_head *list, struct list_head *head) in list_splice_init()
|
D | osal_list.h | 41 static inline void OSAL_INIT_LIST_HEAD(struct osal_list_head *list) in OSAL_INIT_LIST_HEAD() 161 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move() 172 static inline void osal_list_move_tail(struct osal_list_head *list, in osal_list_move_tail() 184 static inline int osal_list_is_last(const struct osal_list_head *list, in osal_list_is_last() 241 static inline void osal___list_cut_position(struct osal_list_head *list, in osal___list_cut_position() 267 static inline void osal_list_cut_position(struct osal_list_head *list, in osal_list_cut_position() 284 static inline void osal___list_splice(const struct osal_list_head *list, in osal___list_splice() 303 static inline void osal_list_splice(const struct osal_list_head *list, in osal_list_splice() 316 static inline void osal_list_splice_tail(struct osal_list_head *list, in osal_list_splice_tail() 331 static inline void osal_list_splice_init(struct osal_list_head *list, in osal_list_splice_init() [all …]
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_common/include/ |
D | bk_list.h | 135 __BK_INLINE void list_move(struct list_head *list, struct list_head *head) in list_move() 146 __BK_INLINE void list_move_tail(struct list_head *list, in list_move_tail() 162 __BK_INLINE void __list_splice(struct list_head *list, in __list_splice() 181 __BK_INLINE void list_splice(struct list_head *list, struct list_head *head) in list_splice() 194 __BK_INLINE void list_splice_init(struct list_head *list, in list_splice_init() 264 __BK_INLINE unsigned int list_size(struct list_head *list) { in list_size()
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/common/api/ |
D | wb_co_list.h | 237 __INLINE bool co_list_is_empty(const struct co_list *const list) in co_list_is_empty() 264 __INLINE struct co_list_hdr *co_list_pick(const struct co_list *const list) in co_list_pick() 278 __INLINE struct co_list_hdr *co_list_pick_last(const struct co_list *const list) in co_list_pick_last()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
D | osal_list.h | 44 static inline void OSAL_INIT_LIST_HEAD(struct osal_list_head *list) in OSAL_INIT_LIST_HEAD() 164 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move() 175 static inline void osal_list_move_tail(struct osal_list_head *list, in osal_list_move_tail() 187 static inline int osal_list_is_last(const struct osal_list_head *list, in osal_list_is_last() 244 static inline void osal___list_cut_position(struct osal_list_head *list, in osal___list_cut_position() 270 static inline void osal_list_cut_position(struct osal_list_head *list, in osal_list_cut_position() 283 static inline void osal___list_splice(const struct osal_list_head *list, in osal___list_splice() 302 static inline void osal_list_splice(const struct osal_list_head *list, in osal_list_splice() 315 static inline void osal_list_splice_tail(struct osal_list_head *list, in osal_list_splice_tail() 330 static inline void osal_list_splice_init(struct osal_list_head *list, in osal_list_splice_init() [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
D | osal_list.h | 45 static inline void OSAL_INIT_LIST_HEAD(struct osal_list_head *list) in OSAL_INIT_LIST_HEAD() 165 static inline void osal_list_move(struct osal_list_head *list, struct osal_list_head *head) in osal_list_move() 176 static inline void osal_list_move_tail(struct osal_list_head *list, in osal_list_move_tail() 188 static inline int osal_list_is_last(const struct osal_list_head *list, in osal_list_is_last() 245 static inline void osal___list_cut_position(struct osal_list_head *list, in osal___list_cut_position() 271 static inline void osal_list_cut_position(struct osal_list_head *list, in osal_list_cut_position() 288 static inline void osal___list_splice(const struct osal_list_head *list, in osal___list_splice() 307 static inline void osal_list_splice(const struct osal_list_head *list, in osal_list_splice() 320 static inline void osal_list_splice_tail(struct osal_list_head *list, in osal_list_splice_tail() 335 static inline void osal_list_splice_init(struct osal_list_head *list, in osal_list_splice_init() [all …]
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_inc/ |
D | sonata_util_list.h | 90 #define UTIL_LIST_POP_ELT(list, elt) util_list_extract(&(list), &((elt)->hdr)) argument 274 __INLINE bool util_list_is_empty(const struct util_list *const list) in util_list_is_empty() 290 __INLINE struct util_list_hdr *util_list_pick(const struct util_list *const list) in util_list_pick()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
D | utlist.h | 88 #define UTLIST_SV(elt,list) _tmp = (char*)(list); {char **_alias = (char**)&(list); *_alias = (elt)… argument 89 #define UTLIST_NEXT(elt,list,next) ((char*)((list)->next)) argument 90 #define UTLIST_NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*… argument 92 #define UTLIST_PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*… argument 93 #define UTLIST_RS(list) { char **_alias = (char**)&(list); *_alias=_tmp; } argument 97 #define UTLIST_SV(elt,list) argument 98 #define UTLIST_NEXT(elt,list,next) ((elt)->next) argument 99 #define UTLIST_NEXTASGN(elt,list,to,next) ((elt)->next)=(to) argument 101 #define UTLIST_PREVASGN(elt,list,to,prev) ((elt)->prev)=(to) argument 102 #define UTLIST_RS(list) argument [all …]
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/ |
D | glue.c | 679 void net_buf_slist_init(struct net_buf_slist_t *list) in net_buf_slist_init() 684 bool net_buf_slist_is_empty(struct net_buf_slist_t *list) in net_buf_slist_is_empty() 689 struct os_mbuf *net_buf_slist_peek_head(struct net_buf_slist_t *list) in net_buf_slist_peek_head() 714 struct os_mbuf *net_buf_slist_get(struct net_buf_slist_t *list) in net_buf_slist_get() 730 void net_buf_slist_put(struct net_buf_slist_t *list, struct os_mbuf *buf) in net_buf_slist_put() 737 void net_buf_slist_remove(struct net_buf_slist_t *list, struct os_mbuf *prev, in net_buf_slist_remove() 750 void net_buf_slist_merge_slist(struct net_buf_slist_t *list, in net_buf_slist_merge_slist()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
D | linux_cbb_list.h | 104 static HPT_INLINE void inline_cbb_list_splice(struct cbb_list_head *list, in inline_cbb_list_splice() 118 static HPT_INLINE void cbb_list_splice(struct cbb_list_head *list, struct cbb_list_head *head) in cbb_list_splice() 125 static HPT_INLINE void cbb_list_splice_init(struct cbb_list_head *list, struct cbb_list_head *head) in cbb_list_splice_init()
|
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
D | audio.h | 27 struct list_head list; member 36 struct list_head list; member
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
D | osal_proc.c | 227 osal_proc_entry *osal_proc_find_node(const char *name, struct osal_list_head *list) in osal_proc_find_node() 240 …entry *osal_proc_create_dir(const char *name, osal_proc_entry *parent, struct osal_list_head *list) in osal_proc_create_dir() 295 …try *osal_proc_create_entry(const char *name, osal_proc_entry *parent, struct osal_list_head *list) in osal_proc_create_entry() 353 void osal_proc_destory_node(const char *name, osal_proc_entry *parent, struct osal_list_head *list) in osal_proc_destory_node()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/ |
D | vmem.h | 26 struct list_head list; member 36 struct list_head list; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
D | osdep_service_bsd.h | 382 struct sk_buff_head *list) in __skb_insert() 389 static inline void __skb_queue_before(struct sk_buff_head *list, in __skb_queue_before() 395 static inline void skb_queue_tail(struct sk_buff_head *list, in skb_queue_tail() 404 struct sk_buff *list = ((struct sk_buff *)list_)->next; in skb_peek() local 409 static inline void __skb_unlink(struct sk_buff *skb, struct sk_buff_head *list) in __skb_unlink() 421 static inline struct sk_buff *skb_dequeue(struct sk_buff_head *list) in skb_dequeue() 438 static inline void __skb_queue_head_init(struct sk_buff_head *list) in __skb_queue_head_init() 451 static inline void skb_queue_head_init(struct sk_buff_head *list) in skb_queue_head_init() 588 __inline static _list *get_next(_list *list) in get_next() 652 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
|