Searched refs:element (Results 1 – 2 of 2) sorted by relevance
/lk-master/top/include/lk/ |
A D | list.h | 76 #define list_remove_head_type(list, type, element) ({\ argument 80 __t = containerof(__nod, type, element);\ 100 __t = containerof(__nod, type, element);\ 114 #define list_peek_head_type(list, type, element) ({\ argument 118 __t = containerof(__nod, type, element);\ 132 #define list_peek_tail_type(list, type, element) ({\ argument 136 __t = containerof(__nod, type, element);\ 153 __t = containerof(__nod, type, element);\ 172 __t = containerof(__nod, type, element);\ 189 __t = containerof(__nod, type, element);\ [all …]
|
/lk-master/external/lib/lwip/core/ |
A D | mem.c | 82 struct memp_malloc_helper *element; in mem_malloc() local 100 element = (struct memp_malloc_helper*)memp_malloc(poolnr); in mem_malloc() 101 if (element == NULL) { in mem_malloc() 115 element->poolnr = poolnr; in mem_malloc() 117 ret = (u8_t*)element + LWIP_MEM_ALIGN_SIZE(sizeof(struct memp_malloc_helper)); in mem_malloc()
|
Completed in 4 milliseconds