Searched refs:IORING_TRACE (Results 1 – 1 of 1) sorted by relevance
16 #define IORING_TRACE(fmt...) fprintf(stderr, fmt)18 #define IORING_TRACE(fmt...) do {} while (0) macro85 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