Chinaunix首页 | 论坛 | 博客
  • 博客访问: 44957
  • 博文数量: 17
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 173
  • 用 户 组: 普通用户
  • 注册时间: 2014-05-27 20:25
文章分类

全部博文(17)

文章存档

2016年(2)

2015年(2)

2014年(13)

我的朋友

发布时间:2014-06-27 21:31:34

    匹配以.sh、.bash结尾的文件    find ./ -regextype "posix-egrep" -regex "./.*\.(sh|bash)$"......【阅读全文】

阅读(629) | 评论(0) | 转发(0)

发布时间:2014-06-26 13:05:03

    1. GNUmakefile    2. makefile    3.Makefile    普遍的都只是写Makefile......【阅读全文】

阅读(451) | 评论(0) | 转发(0)

发布时间:2014-06-24 09:53:02

 基于2.6.32/** * clear_bit - Clears a bit in memory * @nr: Bit to clear * @addr: Address to start counting from * * clear_bit() is atomic and may not be reordered.  However, it does * not contain a memory barrier, so if it is used for locking purposes.........【阅读全文】

阅读(1721) | 评论(0) | 转发(0)

发布时间:2014-06-24 09:44:46

spin_lock_irqsave和spin_lock_irq????
我的疑问是,如果一直在自旋的话,?顺序拿锁的方式,保证一定按加锁的顺序,获得锁,那由于中断长时间关闭,会导致NMI么......【阅读全文】

阅读(972) | 评论(0) | 转发(0)

发布时间:2014-06-20 11:53:28

   #define typecheck(type,x) \({type __dummy; \        typeof(x) __dummy2; \        (void)(&__dummy == &__dummy2); \        1; \     .........【阅读全文】

阅读(553) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册