Home
last modified time | relevance | path

Searched refs:_reserve (Results 1 – 4 of 4) sorted by relevance

/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)
562 #define bt_conn_create_frag_timeout(_reserve, _timeout) \ argument
563 bt_conn_create_frag_timeout_debug(_reserve, _timeout, \
566 #define bt_conn_create_frag(_reserve) \ argument
567 bt_conn_create_frag_timeout_debug(_reserve, K_FOREVER, \
[all …]
Dl2cap_internal.h208 #define bt_l2cap_create_pdu(_pool, _reserve) \ argument
209 bt_l2cap_create_pdu_timeout(_pool, _reserve, K_FOREVER)
/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/include/zephyr/net/
Dnet_pkt.h1918 #define net_pkt_alloc_buffer_with_reserve(_pkt, _size, _reserve, _proto, _timeout) \ argument
1919 net_pkt_alloc_buffer_with_reserve_debug(_pkt, _size, _reserve, _proto, \