diff options
author | Mikulas Patocka <[email protected]> | 2019-10-15 08:16:29 -0400 |
---|---|---|
committer | Mike Snitzer <[email protected]> | 2019-11-05 14:38:26 -0500 |
commit | 8e0c9dacc39eccd27e70cf3243896b43f5398c17 (patch) | |
tree | 864e186b834816c32a752d7e9f3c832442a0e092 /scripts/gdb/linux/utils.py | |
parent | 52c67d416b26be1f91fbcbd57cfcf6ffca76ff29 (diff) |
dm thin: replace spin_lock_irqsave with spin_lock_irq
If we are in a place where it is known that interrupts are enabled,
functions spin_lock_irq/spin_unlock_irq should be used instead of
spin_lock_irqsave/spin_unlock_irqrestore.
spin_lock_irq and spin_unlock_irq are faster because they don't need to
push and pop the flags register.
Signed-off-by: Mikulas Patocka <[email protected]>
Signed-off-by: Mike Snitzer <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions