hygoni / linux

Linux kernel source tree
Other
1 stars 1 forks source link

Bulk allocation/free on slowpath #8

Closed hygoni closed 3 years ago

hygoni commented 3 years ago

if cache is full or empty, we should kmemcache{alloc,free}_bulk. And we need to minimize calling them.

See this: https://lkml.org/lkml/2021/9/22/200

hygoni commented 3 years ago

Closed by: a9c9d8f203df