On Thu, 25 Jan 2024 20:32:33 -0800 Yosry Ahmed <yosryahmed@xxxxxxxxxx> wrote: > Do you mind correcting this in place: s/O(2+N)/O(1+N)/g? The first > memcg requires 2 loads, and other memcgs require 1 load, so that's 1+N > not 2+N. Done, thanks.
On Thu, 25 Jan 2024 20:32:33 -0800 Yosry Ahmed <yosryahmed@xxxxxxxxxx> wrote: > Do you mind correcting this in place: s/O(2+N)/O(1+N)/g? The first > memcg requires 2 loads, and other memcgs require 1 load, so that's 1+N > not 2+N. Done, thanks.