Searched refs:_size (Results 1 – 3 of 3) sorted by relevance
| /subsys/net/ip/ |
| A D | tcp_private.h | 40 #define tcp_malloc(_size) \ argument 41 tp_malloc(_size, tp_basename(__FILE__), __LINE__, __func__) 42 #define tcp_calloc(_nmemb, _size) \ argument 43 tp_calloc(_nmemb, _size, tp_basename(__FILE__), __LINE__, __func__) 46 #define tcp_malloc(_size) k_malloc(_size) argument 47 #define tcp_calloc(_nmemb, _size) k_calloc(_nmemb, _size) argument
|
| A D | nbr.h | 75 #define NET_NBR_POOL_INIT(_name, _count, _size, _remove) \ argument 78 uint8_t data[ROUND_UP(_size, 4)] __net_nbr_align; \ 83 .size = ROUND_UP(_size, 4) } }, \
|
| /subsys/bluetooth/controller/ll_sw/ |
| A D | ull_internal.h | 114 #define RXFIFO_DEFINE(_name, _size, _count, _extra_links) \ argument 121 } mem_##_name = { .size = MROUND(_size), .count = _count, \ 126 uint8_t pool[MROUND(_size) * (_count)]; \
|
Completed in 20 milliseconds