Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-Core-3.7.0/subsys/net/
Dbuf.c50 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/
Dmem.c24 struct net_buf_pool *pool) in slab_pool_found_already()
51 struct net_buf_pool *pool; in context_info() local
Dallocs.c58 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/
Dull.c43 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/
Dzbus.c31 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/
Dwrapper.h54 void *pool; member
61 void *pool; member
/Zephyr-Core-3.7.0/subsys/net/ip/
Dnet_pkt.c279 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
Dtp.c146 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/
Drtio.h306 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/
Dcmsis_os.h203 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/
Dhci_raw.c118 struct net_buf_pool *pool; in bt_buf_get_tx() local
Dl2cap.c436 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/
Dmain.c77 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/
Dentropy_cc13xx_cc26xx.c33 struct ring_buf pool; member
/Zephyr-Core-3.7.0/subsys/bluetooth/services/ots/
Dots_obj_manager.c30 struct bt_gatt_ots_pool_item pool[CONFIG_BT_OTS_MAX_OBJ_CNT]; member
/Zephyr-Core-3.7.0/drivers/usb/udc/
Dudc_common.c28 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/
Dlll_adv.c173 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/
Dull_iso.c148 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
Dull_df.c76 uint8_t pool[IQ_REPORT_POOL_SIZE]; member
Dull.c479 uint8_t pool[PDU_RX_POOL_SIZE]; member
500 uint8_t pool[LINK_RX_POOL_SIZE]; member
Dull_conn.c130 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/
Dbuf.h1359 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/
Dlll_adv.c112 uint8_t pool[PDU_POOL_SIZE]; member
/Zephyr-Core-3.7.0/include/zephyr/zbus/
Dzbus.h710 struct net_buf_pool *pool) in zbus_chan_set_msg_sub_pool()
/Zephyr-Core-3.7.0/subsys/usb/device/class/audio/
Daudio.c45 struct net_buf_pool *pool; member

12