Expand description
Utility functions and definitions for the kernel.
Macrosยง
- bug_on ๐
- This is a macro that is used to panic when a condition is true. It is similar to the BUG_ON() macro in the Linux kernel. Link: https://www.kernel.org/
- kerr ๐
- warn_on ๐
Structsยง
Enumsยง
Functionsยง
- likely ๐
- These two definitions are copied from https://github.com/rust-lang/hashbrown The identity function.
- unlikely ๐
- These two definitions are copied from https://github.com/rust-lang/hashbrown The identity function.