Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dopdef.c72 .async_size = sizeof(struct io_async_rw),
87 .async_size = sizeof(struct io_async_rw),
106 .async_size = sizeof(struct io_async_rw),
120 .async_size = sizeof(struct io_async_rw),
148 .async_size = sizeof(struct io_async_msghdr),
251 .async_size = sizeof(struct io_async_rw),
265 .async_size = sizeof(struct io_async_rw),
419 .async_size = sizeof(struct io_async_cmd),
456 .async_size = sizeof(struct io_async_rw),
553 .async_size = sizeof(struct io_async_rw),
[all …]
H A Dopdef.h32 unsigned short async_size; member
H A Dio_uring.h252 WARN_ON_ONCE(!def->async_size); in io_uring_alloc_async_data()
253 req->async_data = kmalloc(def->async_size, GFP_KERNEL); in io_uring_alloc_async_data()
/linux-6.15/mm/
H A Dreadahead.c467 pgoff_t mark = index + ra->size - ra->async_size; in page_cache_ra_order()
533 ra->async_size); in page_cache_ra_order()
589 ra->async_size = ra->size > req_count ? ra->size - req_count : in page_cache_sync_ra()
618 ra->async_size = 1; in page_cache_sync_ra()
654 expected = round_down(ra->start + ra->size - ra->async_size, in page_cache_async_ra()
663 ra->async_size = ra->size; in page_cache_async_ra()
684 ra->async_size = ra->size; in page_cache_async_ra()
812 ra->async_size += min_nrpages; in readahead_expand()
H A Dfilemap.c3224 ra->async_size = HPAGE_PMD_NR; in do_sync_mmap_readahead()
3260 ra->async_size = ra->ra_pages / 4; in do_sync_mmap_readahead()
/linux-6.15/include/linux/
H A Dfs.h1043 unsigned int async_size; member
/linux-6.15/fs/fuse/
H A Dfile.c1040 rac->ra->async_size >= readahead_count(rac)) in fuse_readahead()
/linux-6.15/Documentation/filesystems/
H A Dvfs.rst929 rac->ra->async_size gives the number of async pages. The