自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (2)
  • 收藏
  • 关注

转载 linux定时任务的设置crontab

crontab, linux, 定时任务

2015-07-29 08:37:36 512

原创 lockup detector in kernel

Soft lockup and hardlockupDoc1. 抢占被长时间关闭而导致进程无法调度(soft lockup)2. 中断被长时间关闭而导致更严重的问题(hard lockup)More info please refer to Documentations/lockup_watchdogs.txtCodeImplementedin kernel/watch

2015-07-24 14:56:13 763

原创 spinlock implementation with arm

1      ARCH_SPIN_LOCK /UNLOCKTake armv7 code for example, its codes is much clear and easy tounderstandCodes static inline void arch_spin_lock(arch_spinlock_t *lock){        unsigned long tm

2015-07-22 14:38:04 583

原创 pm runtime management

2.    pm runtime introduction2.1  pm_runtimedocumentationDocumentation/power/runtime_pm.txt2.2  RuntimePM Device FieldsCommon for runtime PM status:.runtime_status = RPM_SUSPENDED;.disable

2015-07-16 09:53:03 576

原创 The C program language

1. .h文件中慎定义static变量,否则每一个包含此.h的c文件都会得到一个独立的变量,这可能不是你想要的。

2015-07-08 10:16:01 648

Advanced Configuration and Power Interface Specification Revision4.0

Advanced Configuration and Power Interface Specification Revision4.0

2012-09-19

VisualC++编程资源大全源码控件

VisualC++编程资源大全源码控件,不错的资料,可以学习下

2009-04-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除