Searched refs:this_chunk (Results 1 – 2 of 2) sorted by relevance
220 unsigned long this_chunk = (2 * 1024 * 1024) / PAGE_CACHE_SIZE; in force_page_cache_readahead() local222 if (this_chunk > nr_to_read) in force_page_cache_readahead()223 this_chunk = nr_to_read; in force_page_cache_readahead()225 offset, this_chunk, 0); in force_page_cache_readahead()229 offset += this_chunk; in force_page_cache_readahead()230 nr_to_read -= this_chunk; in force_page_cache_readahead()
812 int this_chunk; in send_ext_msg_udp() local818 this_chunk = min(body_len - offset, in send_ext_msg_udp()820 if (WARN_ON_ONCE(this_chunk <= 0)) in send_ext_msg_udp()823 memcpy(buf + this_header, body + offset, this_chunk); in send_ext_msg_udp()825 netpoll_send_udp(&nt->np, buf, this_header + this_chunk); in send_ext_msg_udp()827 offset += this_chunk; in send_ext_msg_udp()