Searched refs:this_chunk (Results 1 – 2 of 2) sorted by relevance
1753 int this_chunk = 0; in send_fragmented_body() local1764 this_chunk = min(msgbody_left, MAX_PRINT_CHUNK - buf_offset); in send_fragmented_body()1766 this_chunk); in send_fragmented_body()1767 msgbody_offset += this_chunk; in send_fragmented_body()1768 buf_offset += this_chunk; in send_fragmented_body()1769 data_sent += this_chunk; in send_fragmented_body()1773 this_chunk = min(userdata_left, in send_fragmented_body()1776 userdata_ptr + userdata_offset, this_chunk); in send_fragmented_body()1777 userdata_offset += this_chunk; in send_fragmented_body()1778 buf_offset += this_chunk; in send_fragmented_body()[all …]
360 unsigned long this_chunk = (2 * 1024 * 1024) / PAGE_SIZE; in force_page_cache_ra() local362 if (this_chunk > nr_to_read) in force_page_cache_ra()363 this_chunk = nr_to_read; in force_page_cache_ra()364 do_page_cache_ra(ractl, this_chunk, 0); in force_page_cache_ra()366 nr_to_read -= this_chunk; in force_page_cache_ra()