Home
last modified time | relevance | path

Searched refs:async_size (Results 1 – 5 of 5) sorted by relevance

/linux/io_uring/
H A Dopdef.c71 .async_size = sizeof(struct io_async_rw),
85 .async_size = sizeof(struct io_async_rw),
103 .async_size = sizeof(struct io_async_rw),
116 .async_size = sizeof(struct io_async_rw),
144 .async_size = sizeof(struct io_async_msghdr),
158 .async_size = sizeof(struct io_async_msghdr),
167 .async_size = sizeof(struct io_timeout_data),
197 .async_size = sizeof(struct io_timeout_data),
207 .async_size = sizeof(struct sockaddr_storage),
251 .async_size = sizeof(struct io_async_rw),
[all …]
H A Dio_uring.h360 WARN_ON_ONCE(!def->async_size); in io_uring_alloc_async_data()
361 req->async_data = kmalloc(def->async_size, GFP_KERNEL); in io_uring_alloc_async_data()
/linux/mm/
H A Dreadahead.c503 mark = index + ra->size - ra->async_size; in page_cache_ra_order()
559 ra->async_size); in page_cache_ra_order()
616 ra->async_size = ra->size > req_count ? ra->size - req_count : in page_cache_sync_ra()
645 ra->async_size = 1; in page_cache_sync_ra()
682 expected = round_down(ra->start + ra->size - ra->async_size, in page_cache_async_ra()
718 ra->async_size = ra->size; in page_cache_async_ra()
857 ra->async_size += min_nrpages; in readahead_expand()
/linux/include/linux/
H A Dfs.h1212 unsigned int async_size; member
/linux/fs/fuse/
H A Dfile.c936 rac->ra->async_size >= readahead_count(rac)) in fuse_handle_readahead()