Files
linux-stable-mirror/net/core
Eric Dumazet 25ee1660a5 net: minor __dev_alloc_name() optimization
__dev_alloc_name() allocates a private zeroed page,
then sets bits in it while iterating through net devices.

It can use __set_bit() to avoid unnecessary locked operations.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20220203064609.3242863-1-eric.dumazet@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-02-03 19:11:14 -08:00
..
2021-12-16 07:18:35 -08:00
2022-01-31 15:05:25 +00:00
2022-01-22 08:33:37 +02:00
2021-11-16 19:07:54 -08:00