linux/drivers/infiniband
Christophe JAILLET 223b4d5c87 RDMA/cxgb4: Use non-atomic bitmap functions when possible
The accesses to the 'alloc->table' bitmap are protected by the
'alloc->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/0c1c4505ca32f5ba4126e3e324041da191513ef2.1637789139.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
2021-11-25 13:29:06 -04:00
..
core Char/Misc driver update for 5.16-rc1 2021-11-04 08:21:47 -07:00
hw RDMA/cxgb4: Use non-atomic bitmap functions when possible 2021-11-25 13:29:06 -04:00
sw RDMA/rxe: Remove some #defines from rxe_pool.h 2021-11-19 13:47:08 -04:00
ulp SCSI misc on 20211105 2021-11-05 08:42:02 -07:00
Kconfig RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iw 2021-06-02 20:06:36 -03:00
Makefile