函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__next_base

函数原型:static struct hrtimer_clock_base *__next_base(struct hrtimer_cpu_base *cpu_base, unsigned int *active)

返回类型:struct hrtimer_clock_base

参数:

类型参数名称
struct hrtimer_cpu_base *cpu_base
unsigned int *active
491  如果非active则返回:NULL
494  idx等于在字中找到第一个指定位
495  active与等于1U左移idx位的值的反
497  返回:clock_base[idx]