Searched defs:clocksource (Results 1 – 1 of 1) sorted by relevance
20886 struct clocksource { struct20887 u64 (*read)(struct clocksource *); argument20898 enum clocksource_ids id; argument20901 int (*enable)(struct clocksource *); argument20902 void (*disable)(struct clocksource *); argument20903 void (*suspend)(struct clocksource *); argument20904 void (*resume)(struct clocksource *); argument20905 void (*mark_unstable)(struct clocksource *); argument20906 void (*tick_stable)(struct clocksource *); argument20907 struct list_head wd_list;[all …]