2014年(5)
发布时间:2014-08-28 08:12:25
1、编译生成dtb二进制设备树文件的源代码位于scripts/dtc目录下;2、命令行调用make dtbs......【阅读全文】
发布时间:2014-05-22 17:18:06
点击(此处)折叠或打开/* CFS-related fields in a runqueue */struct cfs_rq { struct load_weight load; unsigned int nr_running, h_nr_running; .........【阅读全文】
发布时间:2014-05-22 09:21:30
struct sched_avg { /* * These sums represent an infinite geometric series and so are bound * above by 1024/(1-y). Thus we only need a u32 to store them for all * choices of y < 1-2^(-32)*1024. */ u32 runnable_avg_sum, runnable_avg_period; &nbs.........【阅读全文】