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
..
2022-01-22 08:33:37 +02:00
2022-01-22 08:33:37 +02:00
2022-01-27 13:53:27 +00:00
2022-01-27 13:53:27 +00:00
2022-01-11 20:26:36 -08:00
2022-01-19 11:15:19 +02:00
2021-07-29 15:06:49 +01:00