函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\clocksource.c Create Date:2022-07-27 11:44:06
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Enqueue the clocksource sorted by rating

函数原型:static void clocksource_enqueue(struct clocksource *cs)

返回类型:void

参数:

类型参数名称
struct clocksource *cs
834  entry等于clocksource_list
839  如果rating小于rating退出
841  entry等于list
843  添加链表项
调用者
名称描述
__clocksource_register_scale__clocksource_register_scale - Used to install new clocksources*@cs: clocksource to be registered*@scale: Scale factor multiplied against freq to get clocksource hz*@freq: clocksource frequency (cycles per second) divided by scale
__clocksource_change_rating