Unreliable Guide To Locking | ||
---|---|---|
<<< Previous | What Functions Are Safe To Call From Interrupts? | Next >>> |
Some functions are safe to call from any context, or holding almost any lock.
printk()
kfree()
add_timer() and del_timer()
<<< Previous | Home | Next >>> |
What Functions Are Safe To Call From Interrupts? | Up | Further reading |