Home
last modified time | relevance | path

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

/linux/io_uring/
H A Drsrc.h31 struct io_mapped_ubuf { struct
32 u64 ubuf;
33 unsigned int len;
34 unsigned int nr_bvecs;
35 unsigned int folio_shift;
36 refcount_t refs;
37 unsigned long acct_pages;
38 void (*release)(void *);
39 void *priv;
40 bool is_kbuf;
[all …]