函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__do_once_done

函数原型:void __do_once_done(bool *done, struct static_key_true *once_key, unsigned long *flags)__releases(once_lock)

返回类型:void

参数:

类型参数名称
bool *done
struct static_key_true *once_key
unsigned long *flags
59  * done = true
60  spin_unlock_irqrestore( & once_lock, * flags)
61  once_disable_jump(once_key)