Searched refs:async_size (Results 1 – 7 of 7) sorted by relevance
54 __field(unsigned int, async_size)64 __entry->async_size = ra->async_size;72 __entry->async_size, __entry->ra_pages88 __field(unsigned int, async_size)101 __entry->async_size = ra->async_size;112 __entry->size, __entry->async_size, __entry->ra_pages,
29 * contains ->size being the total number of pages, and ->async_size102 * Those folios not in the final ``async_size`` of the request should be106 * become available. Folios in the final ``async_size`` may be412 * |<----- async_size ---------|421 * only async_size pages left in the readahead window. Normally async_size426 * page at (start+size-async_size) with PG_readahead, and use it as readahead475 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...]
3358 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()
36 unsigned short async_size;32 unsigned short async_size; global() member
345 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()
1215 unsigned int async_size; member
900 rac->ra->async_size >= readahead_count(rac)) in fuse_handle_readahead()