ladybird/Kernel/Heap
Brian Gianforcaro 2079728a74 Kernel: Add formal Processor::verify_no_spinlocks_held() API
In a few places we check `!Processor::in_critical()` to validate
that the current processor doesn't hold any kernel spinlocks.

Instead lets provide it a first class name for readability.
I'll also be adding more of these, so I would rather add more
usages of a nice API instead of this implicit/assumed logic.
2022-10-16 02:29:14 -06:00
..
Heap.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
kmalloc.cpp Kernel: Add formal Processor::verify_no_spinlocks_held() API 2022-10-16 02:29:14 -06:00
kmalloc.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00