/Zephyr-Core-3.7.0/subsys/net/ |
D | buf.c | 50 struct net_buf_pool *pool; in net_buf_pool_get() local 57 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-Core-3.7.0/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-Core-3.7.0/tests/bluetooth/controller/mock_ctrl/src/ |
D | ull.c | 43 uint8_t pool[sizeof(struct node_rx_event_done) * EVENT_DONE_MAX]; member 48 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-Core-3.7.0/subsys/zbus/ |
D | zbus.c | 31 static inline struct net_buf *_zbus_create_net_buf(struct net_buf_pool *pool, size_t size, in _zbus_create_net_buf() 44 static inline struct net_buf *_zbus_create_net_buf(struct net_buf_pool *pool, size_t size, in _zbus_create_net_buf() 127 struct net_buf_pool *pool = in _zbus_vded_exec() local
|
/Zephyr-Core-3.7.0/subsys/portability/cmsis_rtos_v2/ |
D | wrapper.h | 54 void *pool; member 61 void *pool; member
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | net_pkt.c | 279 const char *net_pkt_pool2str(struct net_buf_pool *pool) in net_pkt_pool2str() 290 static inline int16_t get_frees(struct net_buf_pool *pool) in get_frees() 336 static inline const char *get_name(struct net_buf_pool *pool) in get_name() 345 static inline int16_t get_size(struct net_buf_pool *pool) in get_size() 359 static inline const char *pool2str(struct net_buf_pool *pool) in pool2str() 366 struct net_buf *net_pkt_get_reserve_data_debug(struct net_buf_pool *pool, in net_pkt_get_reserve_data_debug() 861 static struct net_buf *pkt_alloc_buffer(struct net_buf_pool *pool, 919 static struct net_buf *pkt_alloc_buffer(struct net_buf_pool *pool, 1141 struct net_buf_pool *pool = NULL; local 1210 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-Core-3.7.0/include/zephyr/rtio/ |
D | rtio.h | 306 struct rtio_iodev_sqe *pool; member 313 struct rtio_cqe *pool; member 623 static inline struct rtio_iodev_sqe *rtio_sqe_pool_alloc(struct rtio_sqe_pool *pool) in rtio_sqe_pool_alloc() 638 static inline void rtio_sqe_pool_free(struct rtio_sqe_pool *pool, struct rtio_iodev_sqe *iodev_sqe) in rtio_sqe_pool_free() 645 static inline struct rtio_cqe *rtio_cqe_pool_alloc(struct rtio_cqe_pool *pool) in rtio_cqe_pool_alloc() 662 static inline void rtio_cqe_pool_free(struct rtio_cqe_pool *pool, struct rtio_cqe *cqe) in rtio_cqe_pool_free()
|
/Zephyr-Core-3.7.0/include/zephyr/portability/ |
D | cmsis_os.h | 203 void *pool; ///< pointer to memory for pool member 211 void *pool; ///< memory array for messages member 220 void *pool; ///< memory array for mail member
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | hci_raw.c | 118 struct net_buf_pool *pool; in bt_buf_get_tx() local
|
D | l2cap.c | 436 struct net_buf_pool *pool = NULL; in l2cap_create_le_sig_pdu() local 652 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool, in bt_l2cap_create_pdu_timeout()
|
/Zephyr-Core-3.7.0/tests/net/buf/src/ |
D | main.c | 77 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in buf_destroy() local 86 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-Core-3.7.0/drivers/entropy/ |
D | entropy_cc13xx_cc26xx.c | 33 struct ring_buf pool; member
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/drivers/usb/udc/ |
D | udc_common.c | 28 struct k_heap *const pool = buf_pool->alloc->alloc_data; in udc_pool_data_alloc() local 44 struct k_heap *pool = buf_pool->alloc->alloc_data; in udc_pool_data_unref() local
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv.c | 173 uint8_t pool[PDU_POOL_SIZE]; member 202 uint8_t pool[EXTRA_DATA_POOL_SIZE]; member
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso.c | 148 uint8_t pool[NODE_TX_BUFFER_SIZE * BT_CTLR_ISO_TX_BUFFERS]; member 153 uint8_t pool[sizeof(memq_link_t) * BT_CTLR_ISO_TX_BUFFERS]; member
|
D | ull_df.c | 76 uint8_t pool[IQ_REPORT_POOL_SIZE]; member
|
D | ull.c | 479 uint8_t pool[PDU_RX_POOL_SIZE]; member 500 uint8_t pool[LINK_RX_POOL_SIZE]; member
|
D | ull_conn.c | 130 uint8_t pool[CONN_TX_BUF_SIZE * CONN_DATA_BUFFERS]; member 135 uint8_t pool[sizeof(memq_link_t) * member
|
/Zephyr-Core-3.7.0/include/zephyr/net/ |
D | buf.h | 1359 static inline struct net_buf * __must_check net_buf_alloc(struct net_buf_pool *pool, in net_buf_alloc() 1472 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in net_buf_destroy() local
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_adv.c | 112 uint8_t pool[PDU_POOL_SIZE]; member
|
/Zephyr-Core-3.7.0/include/zephyr/zbus/ |
D | zbus.h | 710 struct net_buf_pool *pool) in zbus_chan_set_msg_sub_pool()
|
/Zephyr-Core-3.7.0/subsys/usb/device/class/audio/ |
D | audio.c | 45 struct net_buf_pool *pool; member
|