Home
last modified time | relevance | path

Searched refs:_pool (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dnbr.h102 #define NET_NBR_TABLE_INIT(_type, _name, _pool, _clear) \ argument
108 .nbr = (struct net_nbr *)_pool, \
109 .nbr_count = ARRAY_SIZE(_pool), \
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h541 #define bt_conn_create_pdu_timeout(_pool, _reserve, _timeout) \ argument
542 bt_conn_create_pdu_timeout_debug(_pool, _reserve, _timeout, \
545 #define bt_conn_create_pdu(_pool, _reserve) \ argument
546 bt_conn_create_pdu_timeout_debug(_pool, _reserve, K_FOREVER, \
552 #define bt_conn_create_pdu(_pool, _reserve) \ argument
553 bt_conn_create_pdu_timeout(_pool, _reserve, K_FOREVER)
Dl2cap_internal.h208 #define bt_l2cap_create_pdu(_pool, _reserve) \ argument
209 bt_l2cap_create_pdu_timeout(_pool, _reserve, K_FOREVER)
/Zephyr-latest/include/zephyr/
Dnet_buf.h1116 #define NET_BUF_POOL_USAGE_INIT(_pool, _count) \ argument
1118 IF_ENABLED(CONFIG_NET_BUF_POOL_USAGE, (.name = STRINGIFY(_pool),))
1120 #define NET_BUF_POOL_INITIALIZER(_pool, _alloc, _bufs, _count, _ud_size, _destroy) \ argument
1122 .free = Z_LIFO_INITIALIZER(_pool.free), \
1127 NET_BUF_POOL_USAGE_INIT(_pool, _count) \
1349 #define net_buf_alloc_fixed(_pool, _timeout) \ argument
1350 net_buf_alloc_fixed_debug(_pool, _timeout, __func__, __LINE__)
1391 #define net_buf_alloc_len(_pool, _size, _timeout) \ argument
1392 net_buf_alloc_len_debug(_pool, _size, _timeout, __func__, __LINE__)
1428 #define net_buf_alloc_with_data(_pool, _data_, _size, _timeout) \ argument
[all …]
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_internal.h218 #define bt_l2cap_create_pdu(_pool, _reserve) \ argument
219 bt_l2cap_create_pdu_timeout(_pool, _reserve, K_FOREVER)
/Zephyr-latest/doc/releases/
Drelease-notes-2.1.rst678 * :github:`19701` - mem\_pool\_threadsafe sporadic failures impacting CI