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

/linux-master/io_uring/
H A Dopdef.h41 unsigned short async_size; member in struct:io_cold_def
H A Dopdef.c491 .async_size = sizeof(struct io_async_rw),
498 .async_size = sizeof(struct io_async_rw),
508 .async_size = sizeof(struct io_async_rw),
513 .async_size = sizeof(struct io_async_rw),
529 .async_size = sizeof(struct io_async_msghdr),
538 .async_size = sizeof(struct io_async_msghdr),
545 .async_size = sizeof(struct io_timeout_data),
558 .async_size = sizeof(struct io_timeout_data),
564 .async_size = sizeof(struct io_async_connect),
586 .async_size
[all...]
H A Drw.c576 if (!io_cold_defs[req->opcode].async_size)
H A Dio_uring.c1788 WARN_ON_ONCE(!io_cold_defs[req->opcode].async_size);
1789 req->async_data = kmalloc(io_cold_defs[req->opcode].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;
379 * |<----- async_size ---------|
388 * only async_size pages left in the readahead window. Normally async_size
393 * page at (start+size-async_size) with PG_readahead, and use it as readahead
459 ra->async_size
[all...]
H A Dfilemap.c3113 ra->async_size = HPAGE_PMD_NR;
3149 ra->async_size = ra->ra_pages / 4;
/linux-master/include/linux/
H A Dfs.h957 * @async_size: Numer of pages that were/are not needed immediately
970 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 212 milliseconds