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

/linux-master/io_uring/
H A Dopdef.h34 unsigned short async_size; member in struct:io_issue_def
H A Dopdef.c70 .async_size = sizeof(struct io_async_rw),
85 .async_size = sizeof(struct io_async_rw),
104 .async_size = sizeof(struct io_async_rw),
118 .async_size = sizeof(struct io_async_rw),
146 .async_size = sizeof(struct io_async_msghdr),
160 .async_size = sizeof(struct io_async_msghdr),
169 .async_size = sizeof(struct io_timeout_data),
199 .async_size = sizeof(struct io_timeout_data),
208 .async_size = sizeof(struct io_async_msghdr),
249 .async_size
[all...]
H A Dio_uring.c1661 WARN_ON_ONCE(!def->async_size);
1662 req->async_data = kmalloc(def->async_size, GFP_KERNEL);
/linux-master/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
171 if (rac->ra->async_size >= nr) {
172 rac->ra->async_size -= nr;
383 * |<----- async_size ---------|
392 * only async_size pages left in the readahead window. Normally async_size
397 * page at (start+size-async_size) with PG_readahead, and use it as readahead
463 ra->async_size
[all...]
H A Dfilemap.c3137 ra->async_size = HPAGE_PMD_NR;
3173 ra->async_size = ra->ra_pages / 4;
/linux-master/include/linux/
H A Dfs.h953 * @async_size: Numer of pages that were/are not needed immediately
966 unsigned int async_size; member in struct:file_ra_state
/linux-master/fs/fuse/
H A Dfile.c1006 rac->ra->async_size >= readahead_count(rac))

Completed in 162 milliseconds