Home
last modified time | relevance | path

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

/external/liburing/test/
Dsqpoll-cancel-hang.c23 #define SIZEOF_IO_URING_CQE 16 macro
58 setup_params->cq_entries * SIZEOF_IO_URING_CQE; in syz_io_uring_setup()
79 SIZEOF_IO_URING_CQE + 63) & ~63; in syz_io_uring_submit()
Ddouble-poll-crash.c21 #define SIZEOF_IO_URING_CQE 16 macro
50 setup_params->cq_entries * SIZEOF_IO_URING_CQE; in syz_io_uring_setup()
76 (CQ_CQES_OFFSET + cq_ring_entries * SIZEOF_IO_URING_CQE + 63) & ~63; in syz_io_uring_submit()
Dsqpoll-disable-exit.c63 #define SIZEOF_IO_URING_CQE 16 macro
92 setup_params->cq_entries * SIZEOF_IO_URING_CQE; in syz_io_uring_setup()
Dpollfree.c116 #define SIZEOF_IO_URING_CQE 16 macro
183 setup_params->cq_entries * SIZEOF_IO_URING_CQE; in syz_io_uring_setup()
205 (CQ_CQES_OFFSET + cq_ring_entries * SIZEOF_IO_URING_CQE + 63) & ~63; in syz_io_uring_submit()