Home
last modified time | relevance | path

Searched refs:io_mapped_ubuf (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A Drsrc.h25 struct io_mapped_ubuf *buf;
52 struct io_mapped_ubuf { struct
66 struct io_mapped_ubuf *imu,
H A Drsrc.c28 struct io_mapped_ubuf **pimu,
35 static const struct io_mapped_ubuf dummy_ubuf = {
135 static void io_buffer_unmap(struct io_ring_ctx *ctx, struct io_mapped_ubuf **slot) in io_buffer_unmap()
137 struct io_mapped_ubuf *imu = *slot; in io_buffer_unmap()
435 struct io_mapped_ubuf *imu; in __io_sqe_buffers_update()
464 ctx->user_bufs[i] = (struct io_mapped_ubuf *)&dummy_ubuf; in __io_sqe_buffers_update()
830 struct io_mapped_ubuf *imu = ctx->user_bufs[i]; in headpage_already_acct()
844 int nr_pages, struct io_mapped_ubuf *imu, in io_buffer_account_pin()
915 struct io_mapped_ubuf **pimu, in io_sqe_buffer_register()
918 struct io_mapped_ubuf *im in io_sqe_buffer_register()
[all...]
H A Dfdinfo.c165 struct io_mapped_ubuf *buf = ctx->user_bufs[i]; in io_uring_show_fdinfo()
/kernel/linux/linux-6.6/include/linux/
H A Dio_uring_types.h249 struct io_mapped_ubuf **user_bufs;
338 struct io_mapped_ubuf *dummy_ubuf;
561 struct io_mapped_ubuf *imu;
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c202 struct io_mapped_ubuf { struct
228 struct io_mapped_ubuf *buf;
374 struct io_mapped_ubuf **user_bufs;
431 struct io_mapped_ubuf *dummy_ubuf;
891 struct io_mapped_ubuf *imu;
3114 struct io_mapped_ubuf *imu) in __io_import_fixed()
8899 static void io_buffer_unmap(struct io_ring_ctx *ctx, struct io_mapped_ubuf **slot) in io_buffer_unmap()
8901 struct io_mapped_ubuf *imu = *slot; in io_buffer_unmap()
9002 struct io_mapped_ubuf *imu = ctx->user_bufs[i]; in headpage_already_acct()
9016 int nr_pages, struct io_mapped_ubuf *im in io_buffer_account_pin()
[all...]

Completed in 17 milliseconds