Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Drsrc.h25 struct io_mapped_ubuf *buf;
52 struct io_mapped_ubuf { struct
66 struct io_mapped_ubuf *imu, argument
Drsrc.c29 struct io_mapped_ubuf **pimu,
36 static const struct io_mapped_ubuf dummy_ubuf = {
136 static void io_buffer_unmap(struct io_ring_ctx *ctx, struct io_mapped_ubuf **slot) in io_buffer_unmap()
138 struct io_mapped_ubuf *imu = *slot; in io_buffer_unmap()
446 struct io_mapped_ubuf *imu; in __io_sqe_buffers_update()
475 ctx->user_bufs[i] = (struct io_mapped_ubuf *)&dummy_ubuf; in __io_sqe_buffers_update()
991 struct io_mapped_ubuf *imu = ctx->user_bufs[i]; in headpage_already_acct()
1005 int nr_pages, struct io_mapped_ubuf *imu, in io_buffer_account_pin()
1076 struct io_mapped_ubuf **pimu, in io_sqe_buffer_register()
1079 struct io_mapped_ubuf *imu = NULL; in io_sqe_buffer_register()
[all …]
Dfdinfo.c170 struct io_mapped_ubuf *buf = ctx->user_bufs[i]; in io_uring_show_fdinfo()
/Linux-v6.6/include/linux/
Dio_uring_types.h249 struct io_mapped_ubuf **user_bufs;
335 struct io_mapped_ubuf *dummy_ubuf;
561 struct io_mapped_ubuf *imu;