Can we use semaphore or mutex or spin lock in interrupt context in linux kernel?

Submitted by: Administrator
We cannot sleep in interrupt context so semaphores and mutex
can't be used.
Spinlocks can be used for locking in interrupt context.
Submitted by: Administrator

Read Online Embedded System Job Interview Questions And Answers