| 634 | } |
| 635 | |
| 636 | static void sig_int(int __attribute__((__unused__)) sig) |
| 637 | { |
| 638 | printf("\n"); |
| 639 | show_stats(); |
| 640 | exit(1); |
| 641 | } |
| 642 | |
| 643 | /* |
| 644 | * Special cased for SQPOLL only, as we don't control when SQEs are consumed if |
nothing calls this directly
no test coverage detected