Searched defs:pool (Results 1 – 19 of 19) sorted by relevance
| /subsys/net/lib/shell/ |
| A D | mem.c | 24 struct net_buf_pool *pool) in slab_pool_found_already() 51 struct net_buf_pool *pool; in context_info() local
|
| A D | allocs.c | 58 struct net_buf_pool *pool = net_buf_pool_get(buf->pool_id); in allocs_cb() local
|
| /subsys/bluetooth/host/classic/ |
| A D | goep.c | 137 static struct net_buf *goep_rfcomm_alloc_buf(struct bt_obex *obex, struct net_buf_pool *pool) in goep_rfcomm_alloc_buf() 436 static struct net_buf *goep_l2cap_alloc_buf(struct bt_obex *obex, struct net_buf_pool *pool) in goep_l2cap_alloc_buf() 654 struct net_buf *bt_goep_create_pdu(struct bt_goep *goep, struct net_buf_pool *pool) in bt_goep_create_pdu()
|
| A D | rfcomm.c | 334 struct net_buf *bt_rfcomm_create_pdu(struct net_buf_pool *pool) in bt_rfcomm_create_pdu()
|
| /subsys/zbus/ |
| A 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
|
| /subsys/net/ip/ |
| A D | net_pkt.c | 293 const char *net_pkt_pool2str(struct net_buf_pool *pool) in net_pkt_pool2str() 304 static inline int16_t get_frees(struct net_buf_pool *pool) in get_frees() 350 static inline const char *get_name(struct net_buf_pool *pool) in get_name() 359 static inline int16_t get_size(struct net_buf_pool *pool) in get_size() 373 static inline const char *pool2str(struct net_buf_pool *pool) in pool2str() 380 struct net_buf *net_pkt_get_reserve_data_debug(struct net_buf_pool *pool, in net_pkt_get_reserve_data_debug() 929 struct net_buf_pool *pool, 1024 struct net_buf_pool *pool, 1270 struct net_buf_pool *pool = NULL; local 1415 struct net_buf_pool *pool = NULL; local
|
| A D | tp.c | 146 struct net_buf *tp_nbuf_alloc(struct net_buf_pool *pool, size_t len, in tp_nbuf_alloc()
|
| /subsys/bluetooth/host/ |
| A D | hci_raw.c | 112 struct net_buf_pool *pool; in bt_buf_get_tx() local
|
| A D | l2cap.c | 462 struct net_buf_pool *pool = NULL; in l2cap_create_le_sig_pdu() local 687 struct net_buf *bt_l2cap_create_pdu_timeout(struct net_buf_pool *pool, in bt_l2cap_create_pdu_timeout()
|
| A D | conn.c | 1574 struct net_buf *bt_conn_create_pdu_timeout_debug(struct net_buf_pool *pool, in bt_conn_create_pdu_timeout_debug()
|
| /subsys/bluetooth/services/ots/ |
| A D | ots_obj_manager.c | 30 struct bt_gatt_ots_pool_item pool[CONFIG_BT_OTS_MAX_OBJ_CNT]; member
|
| /subsys/bluetooth/controller/ll_sw/nordic/lll/ |
| A D | lll_adv.c | 173 uint8_t pool[PDU_POOL_SIZE]; member 202 uint8_t pool[EXTRA_DATA_POOL_SIZE]; member
|
| /subsys/bluetooth/controller/ll_sw/ |
| A D | ull_iso.c | 165 uint8_t pool[NODE_TX_BUFFER_SIZE * BT_CTLR_ISO_TX_PDU_BUFFERS]; member 170 uint8_t pool[sizeof(memq_link_t) * BT_CTLR_ISO_TX_PDU_BUFFERS]; member
|
| A D | ull_df.c | 76 uint8_t pool[IQ_REPORT_POOL_SIZE]; member
|
| A D | ull.c | 495 uint8_t pool[PDU_RX_POOL_SIZE]; member 516 uint8_t pool[LINK_RX_POOL_SIZE]; member
|
| A D | ull_conn.c | 142 uint8_t pool[CONN_TX_BUF_SIZE * CONN_DATA_BUFFERS]; member 147 uint8_t pool[sizeof(memq_link_t) * member
|
| A D | ull_llcp_internal.h | 10 uint8_t *pool; member
|
| /subsys/bluetooth/controller/ll_sw/openisa/lll/ |
| A D | lll_adv.c | 112 uint8_t pool[PDU_POOL_SIZE]; member
|
| /subsys/usb/device/class/audio/ |
| A D | audio.c | 45 struct net_buf_pool *pool; member
|
Completed in 101 milliseconds