You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve efficacy of lazy per-CPU slab initialization.
Accessing portions of the slab for reading may cause the kernel to back the
slab. Before accessing a per-CPU slab, use the out-of-band metadata of the
CPUCache (populated) to confirm if we have already populated this slab or not.
PiperOrigin-RevId: 318511754
Change-Id: I5a5477f1f449a00be0209d7809401f4db66bf8ce
0 commit comments