函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:mekeeping_notify - Install a new clock source*@clock: pointer to the clock source* This function is called from clocksource.c after a new, better clock* source has been registered. The caller holds the clocksource_mutex.

函数原型:int timekeeping_notify(struct clocksource *clock)

返回类型:int

参数:

类型参数名称
struct clocksource *clock
1404  tk等于timekeeper
1406  如果clock恒等于clock则返回:0
1408  stop_machine(hange_clocksource - Swaps clocksources if a new one is available* Accumulates current time interval and initializes new clocksource, clock, NULL)
1409  tick_clock_notify()
1410  返回:如果clock恒等于clock则0否则负1
调用者
名称描述
__clocksource_select