| /Zephyr-latest/lib/net_buf/ | 
| D | buf.c | 50 	struct net_buf_pool *pool;  in net_buf_pool_get()  local57 static int pool_id(struct net_buf_pool *pool)  in pool_id()
 64 	struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id);  in net_buf_id()  local
 72 static inline struct net_buf *pool_get_uninit(struct net_buf_pool *pool,  in pool_get_uninit()
 110 	struct k_heap *pool = buf_pool->alloc->alloc_data;  in mem_pool_data_alloc()  local
 130 	struct k_heap *pool = buf_pool->alloc->alloc_data;  in mem_pool_data_unref()  local
 151 	struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id);  in fixed_data_alloc()  local
 213 	struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id);  in data_alloc()  local
 220 	struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id);  in data_ref()  local
 226 struct net_buf *net_buf_alloc_len_debug(struct net_buf_pool *pool, size_t size,  in net_buf_alloc_len_debug()
 [all …]
 
 | 
| /Zephyr-latest/subsys/net/lib/shell/ | 
| D | mem.c | 24 				    struct net_buf_pool *pool)  in slab_pool_found_already()51 	struct net_buf_pool *pool;  in context_info()  local
 
 | 
| D | allocs.c | 58 		struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id);  in allocs_cb()  local
 | 
| /Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ | 
| D | ull.c | 43 	uint8_t pool[sizeof(struct node_rx_event_done) * EVENT_DONE_MAX];  member48 	uint8_t pool[sizeof(memq_link_t) * EVENT_DONE_MAX];  member
 86 	uint8_t pool[PDU_RX_POOL_SIZE];  member
 97 	uint8_t pool[LINK_RX_POOL_SIZE];  member
 
 | 
| /Zephyr-latest/subsys/zbus/ | 
| D | zbus.c | 29 static inline struct net_buf *_zbus_create_net_buf(struct net_buf_pool *pool, size_t size,  in _zbus_create_net_buf()42 static inline struct net_buf *_zbus_create_net_buf(struct net_buf_pool *pool, size_t size,  in _zbus_create_net_buf()
 168 	struct net_buf_pool *pool =  in _zbus_vded_exec()  local
 
 | 
| /Zephyr-latest/include/zephyr/portability/ | 
| D | cmsis_types.h | 82 	void *pool;  member96 	void *pool;  member
 
 | 
| D | cmsis_os.h | 203   void                       *pool;    ///< pointer to memory for pool  member211   void                       *pool;    ///< memory array for messages  member
 220   void                       *pool;    ///< memory array for mail  member
 
 | 
| /Zephyr-latest/subsys/net/ip/ | 
| D | net_pkt.c | 290 const char *net_pkt_pool2str(struct net_buf_pool *pool)  in net_pkt_pool2str()301 static inline int16_t get_frees(struct net_buf_pool *pool)  in get_frees()
 347 static inline const char *get_name(struct net_buf_pool *pool)  in get_name()
 356 static inline int16_t get_size(struct net_buf_pool *pool)  in get_size()
 370 static inline const char *pool2str(struct net_buf_pool *pool)  in pool2str()
 377 struct net_buf *net_pkt_get_reserve_data_debug(struct net_buf_pool *pool,  in net_pkt_get_reserve_data_debug()
 926 					struct net_buf_pool *pool,
 1021 					struct net_buf_pool *pool,
 1267 	struct net_buf_pool *pool = NULL;  local
 1412 	struct net_buf_pool *pool = NULL;  local
 
 | 
| D | tp.c | 146 struct net_buf *tp_nbuf_alloc(struct net_buf_pool *pool, size_t len,  in tp_nbuf_alloc()
 | 
| /Zephyr-latest/include/zephyr/rtio/ | 
| D | rtio.h | 375 	struct rtio_iodev_sqe *pool;  member382 	struct rtio_cqe *pool;  member
 720 static inline struct rtio_iodev_sqe *rtio_sqe_pool_alloc(struct rtio_sqe_pool *pool)  in rtio_sqe_pool_alloc()
 735 static inline void rtio_sqe_pool_free(struct rtio_sqe_pool *pool, struct rtio_iodev_sqe *iodev_sqe)  in rtio_sqe_pool_free()
 742 static inline struct rtio_cqe *rtio_cqe_pool_alloc(struct rtio_cqe_pool *pool)  in rtio_cqe_pool_alloc()
 759 static inline void rtio_cqe_pool_free(struct rtio_cqe_pool *pool, struct rtio_cqe *cqe)  in rtio_cqe_pool_free()
 
 | 
| /Zephyr-latest/tests/lib/net_buf/buf/src/ | 
| D | main.c | 77 	struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id);  in buf_destroy()  local86 	struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id);  in fixed_destroy()  local
 95 	struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id);  in var_destroy()  local
 
 | 
| /Zephyr-latest/subsys/bluetooth/services/ots/ | 
| D | ots_obj_manager.c | 30 	struct bt_gatt_ots_pool_item pool[CONFIG_BT_OTS_MAX_OBJ_CNT];  member
 | 
| /Zephyr-latest/drivers/entropy/ | 
| D | entropy_cc13xx_cc26xx.c | 33 	struct ring_buf pool;  member
 | 
| /Zephyr-latest/subsys/bluetooth/host/ | 
| D | hci_raw.c | 117 	struct net_buf_pool *pool;  in bt_buf_get_tx()  local
 | 
| D | l2cap.c | 457 	struct net_buf_pool *pool = NULL;  in l2cap_create_le_sig_pdu()  local673 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool,  in bt_l2cap_create_pdu_timeout()
 
 | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ | 
| D | lll_adv.c | 173 	uint8_t pool[PDU_POOL_SIZE];  member202 	uint8_t pool[EXTRA_DATA_POOL_SIZE];  member
 
 | 
| /Zephyr-latest/drivers/usb/udc/ | 
| D | udc_common.c | 28 	struct k_heap *const pool = buf_pool->alloc->alloc_data;  in udc_pool_data_alloc()  local44 	struct k_heap *pool = buf_pool->alloc->alloc_data;  in udc_pool_data_unref()  local
 
 | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ | 
| D | ull_df.c | 76 	uint8_t pool[IQ_REPORT_POOL_SIZE];  member
 | 
| D | ull_iso.c | 159 	uint8_t pool[NODE_TX_BUFFER_SIZE * BT_CTLR_ISO_TX_PDU_BUFFERS];  member164 	uint8_t pool[sizeof(memq_link_t) * BT_CTLR_ISO_TX_PDU_BUFFERS];  member
 
 | 
| D | ull.c | 496 	uint8_t pool[PDU_RX_POOL_SIZE];  member517 	uint8_t pool[LINK_RX_POOL_SIZE];  member
 
 | 
| D | ull_conn.c | 139 	uint8_t pool[CONN_TX_BUF_SIZE * CONN_DATA_BUFFERS];  member144 	uint8_t pool[sizeof(memq_link_t) *  member
 
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | net_buf.h | 1358 static inline struct net_buf * __must_check net_buf_alloc(struct net_buf_pool *pool,  in net_buf_alloc()1437 	struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id);  in net_buf_destroy()  local
 
 | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ | 
| D | lll_adv.c | 112 	uint8_t pool[PDU_POOL_SIZE];  member
 | 
| /Zephyr-latest/include/zephyr/zbus/ | 
| D | zbus.h | 769 					      struct net_buf_pool *pool)  in zbus_chan_set_msg_sub_pool()
 | 
| /Zephyr-latest/subsys/usb/device/class/audio/ | 
| D | audio.c | 45 	struct net_buf_pool *pool;  member
 |