Searched refs:this_chunk (Results 1 – 2 of 2) sorted by relevance
352 unsigned long this_chunk = (2 * 1024 * 1024) / PAGE_SIZE; in force_page_cache_ra() local354 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()
1444 int this_chunk = 0; in send_fragmented_body() local1453 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()