Home
last modified time | relevance | path

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

/linux/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),
162 .async_size = sizeof(struct io_async_msghdr),
171 .async_size = sizeof(struct io_timeout_data),
201 .async_size = sizeof(struct io_timeout_data),
210 .async_size = sizeof(struct io_async_msghdr),
252 .async_size = sizeof(struct io_async_rw),
[all …]
H A Dopdef.h32 unsigned short async_size; member
H A Dio_uring.h250 WARN_ON_ONCE(!def->async_size); in io_uring_alloc_async_data()
251 req->async_data = kmalloc(def->async_size, GFP_KERNEL); in io_uring_alloc_async_data()
/linux/mm/
H A Dreadahead.c29 * contains ->size being the total number of pages, and ->async_size
102 * Those folios not in the final ``async_size`` of the request should be
106 * become available. Folios in the final ``async_size`` may be
404 * |<----- async_size ---------|
413 * only async_size pages left in the readahead window. Normally async_size
418 * page at (start+size-async_size) with PG_readahead, and use it as readahead
467 pgoff_t mark = index + ra->size - ra->async_size; in page_cache_ra_order()
530 ra->async_size); in page_cache_ra_order()
586 ra->async_size in page_cache_sync_ra()
[all...]
H A Dfilemap.c3234 ra->async_size = HPAGE_PMD_NR; in do_sync_mmap_readahead()
3274 * random access nature, so set async_size to 0.
3291 ra->async_size = 0; in do_async_mmap_readahead()
3298 ra->async_size = ra->ra_pages / 4; in do_async_mmap_readahead()
/linux/include/linux/
H A Dfs.h1056 unsigned int async_size; member
/linux/fs/fuse/
H A Dfile.c962 rac->ra->async_size >= readahead_count(rac)) in fuse_readahead()
/linux/Documentation/filesystems/
H A Dvfs.rst909 rac->ra->async_size gives the number of async pages. The