Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dio_uring.h325 IORING_REGISTER_LAST enumerator
/linux/fs/
A Dio_uring.c100 IORING_REGISTER_LAST + IORING_OP_LAST)
273 DECLARE_BITMAP(register_op, IORING_REGISTER_LAST);
10627 if (res[i].register_op >= IORING_REGISTER_LAST) { in io_register_restrictions()
10948 if (opcode >= IORING_REGISTER_LAST) in __io_uring_register()
10950 opcode = array_index_nospec(opcode, IORING_REGISTER_LAST); in __io_uring_register()

Completed in 27 milliseconds