Searched refs:this_chunk (Results 1 – 2 of 2) sorted by relevance
1597 int this_chunk = 0; in send_fragmented_body() local1608 this_chunk = min(msgbody_left, MAX_PRINT_CHUNK - buf_offset); in send_fragmented_body()1610 this_chunk); in send_fragmented_body()1611 msgbody_offset += this_chunk; in send_fragmented_body()1612 buf_offset += this_chunk; in send_fragmented_body()1613 data_sent += this_chunk; in send_fragmented_body()1617 this_chunk = min(userdata_left, in send_fragmented_body()1620 userdata_ptr + userdata_offset, this_chunk); in send_fragmented_body()1621 userdata_offset += this_chunk; in send_fragmented_body()1622 buf_offset += this_chunk; in send_fragmented_body()[all …]
357 unsigned long this_chunk = (2 * 1024 * 1024) / PAGE_SIZE; in force_page_cache_ra() local359 if (this_chunk > nr_to_read) in force_page_cache_ra()360 this_chunk = nr_to_read; in force_page_cache_ra()361 do_page_cache_ra(ractl, this_chunk, 0); in force_page_cache_ra()363 nr_to_read -= this_chunk; in force_page_cache_ra()