|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
Proper locking can be tough--real tough. Improper locking can result in random crashes and other oddities.
Poorly designed locking can result in code that is hard to read, performs poorly and makes your fellow kernel
developers cringe. In this article, I explain why kernel code requires locking, provide general rules for proper
kernel locking semantics and then outline the various locking primitives in the Linux kernel |
|