Home
last modified time | relevance | path

Searched refs:this_chunk (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/mm/
H A Dreadahead.c352 unsigned long this_chunk = (2 * 1024 * 1024) / PAGE_SIZE; in force_page_cache_ra() local
354 if (this_chunk > nr_to_read) in force_page_cache_ra()
355 this_chunk = nr_to_read; in force_page_cache_ra()
356 do_page_cache_ra(ractl, this_chunk, 0); in force_page_cache_ra()
358 nr_to_read -= this_chunk; in force_page_cache_ra()
/linux-6.15/drivers/net/
H A Dnetconsole.c1444 int this_chunk = 0; in send_fragmented_body() local
1453 this_chunk = min(msgbody_len - offset, in send_fragmented_body()
1455 if (WARN_ON_ONCE(this_chunk <= 0)) in send_fragmented_body()
1458 this_chunk); in send_fragmented_body()
1459 this_offset += this_chunk; in send_fragmented_body()
1477 preceding_bytes = this_chunk + this_header; in send_fragmented_body()
1482 this_chunk = min(extradata_len - sent_extradata, in send_fragmented_body()
1484 if (WARN_ON_ONCE(this_chunk < 0)) in send_fragmented_body()
1494 this_chunk); in send_fragmented_body()
1495 this_offset += this_chunk; in send_fragmented_body()