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

/linux-master/io_uring/
H A Dkbuf.c18 #define IO_BUFFER_LIST_BUF_PER_PAGE (PAGE_SIZE / sizeof(struct io_uring_buf)) macro
150 if (bl->is_mmap || head < IO_BUFFER_LIST_BUF_PER_PAGE) {
153 int off = head & (IO_BUFFER_LIST_BUF_PER_PAGE - 1);
154 int index = head / IO_BUFFER_LIST_BUF_PER_PAGE;

Completed in 105 milliseconds