Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dutlist.h89 #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
98 #define UTLIST_NEXT(elt,list,next) ((elt)->next) argument
99 #define UTLIST_NEXTASGN(elt,list,to,next) ((elt)->next)=(to) argument
113 #define LL_SORT2(list, cmp, next) \ argument
177 #define DL_SORT2(list, cmp, prev, next) \ argument
240 #define CDL_SORT2(list, cmp, prev, next) \ argument
319 #define LL_PREPEND2(head,add,next) \ argument
328 #define LL_CONCAT2(head1,head2,next) \ argument
343 #define LL_APPEND2(head,add,next) \ argument
[all …]
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_event/
Devent.c46 struct list_head *pos, *next; in register_cb_to_cb_list() local
78 struct list_head *pos, *next; in register_cb_to_event_node_list() local
127 struct list_head *pos, *next; in register_cb() local
162 struct list_head *pos, *next; in unregister_cb_from_cb_list() local
185 struct list_head *pos, *next; in unregister_cb_from_event_node_list() local
226 struct list_head *pos, *next; in unregister_cb() local
260 struct list_head *pos, *next; in event_deinit_cb_list() local
273 struct list_head *pos, *next; in event_deinit_module_node() local
291 struct list_head *pos, *next; in event_deinit() local
321 struct list_head *pos, *next; in event_post_to_cb_list() local
[all …]
Devent.h53 struct list_head next; member
60 struct list_head next; member
67 struct list_head next; member
/device/soc/esp/esp32/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dframing.c113 static INLINE OI_CHAR crc_iterate(OI_UINT8 oldcrc, OI_UINT8 next) in crc_iterate()
128 static INLINE OI_CHAR crc_iterate_top4(OI_UINT8 oldcrc, OI_UINT8 next) in crc_iterate_top4()
145 static INLINE OI_UINT8 crc_iterate_top4(OI_UINT8 oldcrc, OI_UINT8 next) in crc_iterate_top4()
151 static INLINE OI_UINT8 crc_iterate(OI_UINT8 crc, OI_UINT8 next) in crc_iterate()
160 static INLINE OI_UINT8 crc_iterate(OI_UINT8 crc, OI_UINT8 next) in crc_iterate()
/device/soc/esp/esp32/components/bt/common/osi/
Dlist.c7 struct list_node_t *next; member
183 list_node_t *next = list_free_node(list, list->head); in list_remove() local
213 list_node_t *next = list_delete_node(list, list->head); in list_delete() local
250 list_node_t *next = node->next; in list_foreach() local
288 list_node_t *next = node->next; in list_free_node() local
305 list_node_t *next = node->next; in list_delete_node() local
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_csi.c62 cfr_dump_list_t *ptr, *next, *new; in dhd_csi_event_handler() local
151 cfr_dump_list_t *ptr, *next; in dhd_csi_deinit() local
167 cfr_dump_list_t *ptr, *next; in dhd_csi_clean_list() local
192 cfr_dump_list_t *ptr, *next; in dhd_csi_dump_list() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_csi.c62 cfr_dump_list_t *ptr, *next, *new; in dhd_csi_event_handler() local
151 cfr_dump_list_t *ptr, *next; in dhd_csi_deinit() local
167 cfr_dump_list_t *ptr, *next; in dhd_csi_clean_list() local
192 cfr_dump_list_t *ptr, *next; in dhd_csi_dump_list() local
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_csi.c62 cfr_dump_list_t *ptr, *next, *new; in dhd_csi_event_handler() local
153 cfr_dump_list_t *ptr, *next; in dhd_csi_deinit() local
169 cfr_dump_list_t *ptr, *next; in dhd_csi_clean_list() local
194 cfr_dump_list_t *ptr, *next; in dhd_csi_dump_list() local
/device/soc/esp/esp32/components/heap/
Dheap_tlsf_block_functions.h146 block_header_t* next = offset_to_block(block_to_ptr(block), in block_next() local
154 block_header_t* next = block_next(block); in block_link_next() local
162 block_header_t* next = block_link_next(block); in block_mark_as_free() local
169 block_header_t* next = block_next(block); in block_mark_as_used() local
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
Dprocess.c448 static void tls_thread_switch(struct task_struct *next) in tls_thread_switch()
462 void uao_thread_switch(struct task_struct *next) in uao_thread_switch()
477 static void ssbs_thread_switch(struct task_struct *next) in ssbs_thread_switch()
507 static void entry_task_switch(struct task_struct *next) in entry_task_switch()
519 static void erratum_1418040_thread_switch(struct task_struct *next) in erratum_1418040_thread_switch()
541 …trace_funcgraph struct task_struct *__switch_to(struct task_struct *prev, struct task_struct *next) in __switch_to()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dosal_list.h31 struct osal_list_head *next, *prev; member
55 struct osal_list_head *next) in osal___list_add()
96 static inline void osal___list_del(struct osal_list_head *prev, struct osal_list_head *next) in osal___list_del()
214 struct osal_list_head *next = head->next; in osal_list_empty_careful() local
286 struct osal_list_head *next) in osal___list_splice()
591 struct osal_hlist_node *next, **pprev; member
621 struct osal_hlist_node *next = n->next; in osal___hlist_del() local
657 struct osal_hlist_node *next) in osal_hlist_add_before()
666 struct osal_hlist_node *next) in osal_hlist_add_after()
Dlist.h38 struct list_head *next, *prev; member
41 …atic inline void __list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in __list_add()
59 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dosal_list.h32 struct osal_list_head *next, *prev; member
56 struct osal_list_head *next) in osal___list_add()
97 static inline void osal___list_del(struct osal_list_head *prev, struct osal_list_head *next) in osal___list_del()
215 struct osal_list_head *next = head->next; in osal_list_empty_careful() local
287 struct osal_list_head *next) in osal___list_splice()
592 struct osal_hlist_node *next, **pprev; member
622 struct osal_hlist_node *next = n->next; in osal___hlist_del() local
658 struct osal_hlist_node *next) in osal_hlist_add_before()
667 struct osal_hlist_node *next) in osal_hlist_add_after()
Dlist.h38 struct list_head *next, *prev; member
41 …atic inline void __list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in __list_add()
59 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
Dosal_list.h34 struct osal_list_head *next, *prev; member
58 struct osal_list_head *next) in osal___list_add()
99 static inline void osal___list_del(struct osal_list_head *prev, struct osal_list_head *next) in osal___list_del()
217 struct osal_list_head *next = head->next; in osal_list_empty_careful() local
285 struct osal_list_head *next) in osal___list_splice()
590 struct osal_hlist_node *next, **pprev; member
620 struct osal_hlist_node *next = n->next; in osal___hlist_del() local
656 struct osal_hlist_node *next) in osal_hlist_add_before()
665 struct osal_hlist_node *next) in osal_hlist_add_after()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
Dosal_list.h35 struct osal_list_head *next, *prev; member
59 struct osal_list_head *next) in osal___list_add()
100 static inline void osal___list_del(struct osal_list_head *prev, struct osal_list_head *next) in osal___list_del()
218 struct osal_list_head *next = head->next; in osal_list_empty_careful() local
290 struct osal_list_head *next) in osal___list_splice()
595 struct osal_hlist_node *next, **pprev; member
625 struct osal_hlist_node *next = n->next; in osal___hlist_del() local
661 struct osal_hlist_node *next) in osal_hlist_add_before()
670 struct osal_hlist_node *next) in osal_hlist_add_after()
/device/soc/esp/esp32/components/newlib/
Dreent_init.c54 struct _Bigint *cur, *next; in esp_reent_cleanup() local
87 struct _glue* next = cur->_next; in esp_reent_cleanup() local
/device/soc/chipsea/cst85/liteos_m/sdk/modules/wifi/macif/
Dcs_list.h73 struct list_head *next, *prev; member
84 struct list_head *next) in __list_add()
102 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/src/
Dos_mbuf.c280 struct os_mbuf *next; in os_mbuf_free_chain() local
458 struct os_mbuf *next; in os_mbuf_off() local
769 struct os_mbuf *next; in os_mbuf_copyinto() local
823 struct os_mbuf *next; in os_mbuf_concat() local
896 struct os_mbuf *next; in os_mbuf_pullup() local
964 struct os_mbuf *next; in os_mbuf_trim_front() local
1009 struct os_mbuf *next; in os_mbuf_pack_chains() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
Dlist.h41 struct list_head *next, *prev; member
44 …atic inline void __list_add(struct list_head *_new, struct list_head *prev, struct list_head *next) in __list_add()
62 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
Dlinux_cbb_list.h27 struct cbb_list_head *next, *prev; member
44 struct cbb_list_head *prev, struct cbb_list_head *next) in inline_cbb_list_add()
74 static HPT_INLINE void inline_cbb_list_del(struct cbb_list_head *prev, struct cbb_list_head *next) in inline_cbb_list_del()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dnodes.c24 static int addr_is_free(u16_t addr_start, u8_t num_elem, u16_t *next) in addr_is_free()
79 u16_t addr = 1, next; in find_lowest_free_addr() local
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/icu/
Dinterrupt_base.c96 LIST_HEADER_T *pos, *next; in int_isr_del() local
151 LIST_HEADER_T *pos, *next; in int_isr_add() local
230 LIST_HEADER_T *next; in group_isr() local
/device/soc/chipsea/cst85/liteos_m/sdk/modules/console/api/
Dlnx_list.h85 struct list_head *next, *prev; member
106 struct list_head *prev, struct list_head *next) in __list_add()
147 __STATIC_INLINE void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
262 struct list_head *next = head->next; in list_empty_careful() local
332 struct list_head *next) in __list_splice()
/device/soc/esp/esp32/components/nvs_flash/src/
Dintrusive_list.h177 void insert(iterator next, T* node) in insert()
198 auto next = it->mNext; in erase() local

12345678910>>...13