Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dreadahead.h54 __field(unsigned int, async_size)
64 __entry->async_size = ra->async_size;
72 __entry->async_size, __entry->ra_pages
88 __field(unsigned int, async_size)
101 __entry->async_size = ra->async_size;
112 __entry->size, __entry->async_size, __entry->ra_pages,
/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
412 * |<----- async_size ---------|
421 * only async_size pages left in the readahead window. Normally async_size
426 * page at (start+size-async_size) with PG_readahead, and use it as readahead
475 pgoff_t mark = index + ra->size - ra->async_size; in page_cache_ra_order()
539 ra->async_size); in ractl_max_pages()
596 ra->async_size in page_cache_sync_ra()
[all...]
H A Dfilemap.c3358 ra->async_size = HPAGE_PMD_NR; in do_sync_mmap_readahead()
3387 ra->async_size = 0; in do_sync_mmap_readahead()
3394 ra->async_size = ra->ra_pages / 4; in do_sync_mmap_readahead()
/linux/io_uring/
H A Dopdef.h36 unsigned short async_size;
32 unsigned short async_size; global() member
H A Dio_uring.h345 WARN_ON_ONCE(!def->async_size); in io_uring_alloc_async_data()
346 req->async_data = kmalloc(def->async_size, GFP_KERNEL); in io_uring_alloc_async_data()
/linux/include/linux/
H A Dfs.h1215 unsigned int async_size; member
/linux/fs/fuse/
H A Dfile.c900 rac->ra->async_size >= readahead_count(rac)) in fuse_handle_readahead()