Home
last modified time | relevance | path

Searched defs:net_buf_pool (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/conn/mocks/
Dmock-sections.ld22 net_buf_pool : ALIGN(4) section
24 _net_buf_pool_list_start = .; argument
26 _net_buf_pool_list_end_end = .; argument
/Zephyr-latest/include/zephyr/
Dnet_buf.h1078 struct net_buf_pool { struct
1080 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 …]