Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1563142 > unrolled thread

Re: [PATCH v2 1/1] mm/ksm: improve deduplication of zero pages with colouring

Started byAndrea Arcangeli <aarcange@redhat.com>
First post2017-01-19 23:20 +0100
Last post2017-01-19 23:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v2 1/1] mm/ksm: improve deduplication of zero pages with  colouring Andrea Arcangeli <aarcange@redhat.com> - 2017-01-19 23:20 +0100

#1563142 — Re: [PATCH v2 1/1] mm/ksm: improve deduplication of zero pages with colouring

FromAndrea Arcangeli <aarcange@redhat.com>
Date2017-01-19 23:20 +0100
SubjectRe: [PATCH v2 1/1] mm/ksm: improve deduplication of zero pages with colouring
Message-ID<t1tdM-7m6-9@gated-at.bofh.it>
Hello,

On Thu, Jan 19, 2017 at 07:35:53PM +0100, Claudio Imbrenda wrote:
> +/* Checksum of an empty (zeroed) page */
> +static unsigned int zero_checksum;
> +
> +/* Whether to merge empty (zeroed) pages with actual zero pages */
> +static bool ksm_use_zero_pages;

Both could be defined as __read_mostly.

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web