Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Drsrc.h74 int io_sqe_files_unregister(struct io_ring_ctx *ctx);
H A Drsrc.c681 int io_sqe_files_unregister(struct io_ring_ctx *ctx) in io_sqe_files_unregister() function
H A Dio_uring.c4418 ret = io_sqe_files_unregister(ctx); in __io_uring_register()