Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\hrtimer.c Create Date:2022-07-28 10:40:34
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__next_base

Proto:static struct hrtimer_clock_base *__next_base(struct hrtimer_cpu_base *cpu_base, unsigned int *active)

Type:struct hrtimer_clock_base

Parameter:

TypeParameterName
struct hrtimer_cpu_base *cpu_base
unsigned int *active
491  If Not active Then Return NULL
494  idx = __ffs - find first set bit in word*@word: The word to search* Undefined if no bit exists, so code should check against 0 first.
495  active &= ~(1U << idx)
497  Return clock_base[idx]