函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Try to install a replacement clock event device

函数原型:static int clockevents_replace(struct clock_event_device *ced)

返回类型:int

参数:

类型参数名称
struct clock_event_device *ced
361  struct clock_event_device * dev, * newdev = NULL
364  如果dev恒等于ced或非clockevent_state_detached(dev)则继续下一循环
367  如果非Check whether the new device is a better fit than curdev. curdev* can be NULL !则继续下一循环
370  如果非判断模块是否处于活动状态则继续下一循环
373  如果newdevmodule_put(owner)
375  newdev等于dev
377  如果newdev
378  tick_install_replacement(newdev)
379  删除链表项并重新初始化
381  返回:如果newdev则0否则负EBUSY
调用者
名称描述
__clockevents_unbindSMP function call to unbind a device