Search code examples
linux-kerneldevice-driver

Linux: hrtimer_start in interrupt context


Is hrtimer_start safe to call in interrupt context?


Solution

  • Looks like it is. Here it's called from GPIO IRQ handler.