Searched defs:net_buf_pool (Results 1 – 2 of 2) sorted by relevance
22 net_buf_pool : ALIGN(4) section24 _net_buf_pool_list_start = .; argument26 _net_buf_pool_list_end_end = .; argument
1078 struct net_buf_pool { struct1080 struct k_lifo free;1083 struct k_spinlock lock;1086 const uint16_t buf_count;1089 uint16_t uninit_count;1092 uint8_t user_data_size;1096 atomic_t avail_count;1099 const uint16_t pool_size;1102 uint16_t max_used;1105 const char *name;[all …]