
一个时钟硬件设备,可被编程.
struct clock_event_device {
void (*event_handler)(struct clock_event_device *);
int (*set_next_event)(unsigned long evt, struct clock_event_device *);
int (*set_next_ktime)(ktime_t expires, struct clock_event_device *);
ktime_t next_event;
u64 max_delta_ns;
u64 min_delta_ns;
u32

本文档详细解释了如何在SMP系统中遍历clock_event_device结构,通过链表操作获取每个设备的名称,用于理解各CPU本地时钟事件管理。
最低0.47元/天 解锁文章
1404

被折叠的 条评论
为什么被折叠?



