diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2021-11-25 21:05:49 +0100 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2021-11-29 14:33:56 -0400 |
commit | ecd68ef8d936ef1c589ba4831e9f0fec63565444 (patch) | |
tree | 3cbec8fac6a5a0267f099d37f1fef9b0afa6129a /drivers/pwm | |
parent | 67ec0fdfc5de1d14b438402c6e9759da73c5c9eb (diff) |
RDMA/pvrdma: Use non-atomic bitmap functions when possible
In 'pvrdma_uar_table_init()', the 'tbl->table' bitmap has just been
allocated, so no concurrent accesses can occur.
The other accesses to the 'tbl->table' bitmap are protected by the
'tbl->lock' spinlock, so no concurrent accesses can happen.
So prefer the non-atomic '__[set|clear]_bit()' functions to save a few
cycles.
Link: https://lore.kernel.org/r/271b0e2c316e2b4cf34ac6fbca0701edd2d882ec.1637870667.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/pwm')
0 files changed, 0 insertions, 0 deletions