Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-softirq.c Create Date:2022-07-28 17:06:44
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:blk_softirq_init

Proto:static __init int blk_softirq_init(void)

Type:int

Parameter:Nothing

147  for_each_possible_cpu(i)
148  Initialization list head
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  Return 0