What is "hrtimer: interrupt took x ns" mean? seen in dmesg
This message is often found in cases of high CPU usage, and is an interrupt event for your CPU. For more information consider reading this: https://www.linux.com/tutorials/kernel-interrupt-overview/
It just indicates that CPU took x nano seconds to finish processing all soft-expired timers.