摘要: Dynamic tick/tickless kernel If, however, a CPU leaves the idle state upon an interrupt (the architecture code calls handle_IRQ(), which indirectly ca 阅读全文
posted @ 2023-07-15 23:38 杨大茄子 阅读(29) 评论(0) 推荐(0) 编辑
摘要: #include <linux/delay.h> Simple sleeping in the kernel 简单睡眠函数。passive delay ,睡眠时让出CPU资源,非原子操作中用; usleep_range(unsigned long min, unsigned long max) #微 阅读全文
posted @ 2023-07-15 00:57 杨大茄子 阅读(139) 评论(0) 推荐(0) 编辑