Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Exactly

Spinlocks in linux are the "last resource locks", usually in kernel code only in situations where you can't have the scheduler kicking in but can have a race condition (in SMP systems usually)

So it's basically interrupt handlers.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: