Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c32 #define NET_BUF_WARN(fmt, ...) SYS_LOG_WRN(fmt, ##__VA_ARGS__) macro
41 #define NET_BUF_WARN(fmt, ...) macro
370 NET_BUF_WARN("%s():%d: Pool %s low on buffers.", in net_buf_alloc_len_debug()
373 NET_BUF_WARN("%s():%d: Pool %p low on buffers.", in net_buf_alloc_len_debug()
378 NET_BUF_WARN("%s():%d: Pool %s blocked for %u secs", in net_buf_alloc_len_debug()
382 NET_BUF_WARN("%s():%d: Pool %p blocked for %u secs", in net_buf_alloc_len_debug()
865 #define NET_BUF_SIMPLE_WARN(fmt, ...) NET_BUF_WARN(fmt, ##__VA_ARGS__)

Completed in 4 milliseconds