Home
last modified time | relevance | path

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

/system/ulib/inet6/
A Deth-client.c16 #define IORING_TRACE(fmt...) fprintf(stderr, fmt)
18 #define IORING_TRACE(fmt...) do {} while (0) macro
85 IORING_TRACE("eth:tx+ c=%p o=%u l=%u f=%u\n", in eth_queue_tx()
98 IORING_TRACE("eth:rx+ c=%p o=%u l=%u f=%u\n", in eth_queue_rx()
117 IORING_TRACE("eth:tx- c=%p o=%u l=%u f=%u\n", in eth_complete_tx()
138 IORING_TRACE("eth:rx- c=%p o=%u l=%u f=%u\n", in eth_complete_rx()

Completed in 3 milliseconds