函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:blk_softirq_init

函数原型:static __init int blk_softirq_init(void)

返回类型:int

参数:

147  遍历可用CPU(i)
148  初始化链表头
150  open_softirq(BLOCK_SOFTIRQ, Softirq action handler - move entries to local list and loop over them* while passing them to the queue registered handler.)
151  puhp_setup_state_nocalls - Setup hotplug state callbacks without calling the* callbacks*@state: The state for which the calls are installed*@name: Name of the callback
154  返回:0