函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:async_synchronize_full - synchronize all asynchronous function calls* This function waits until all asynchronous function calls have been done.

函数原型:void async_synchronize_full(void)

返回类型:void

参数:

244  async_synchronize_full_domain - synchronize all asynchronous function within a certain domain*@domain: the domain to synchronize* This function waits until all asynchronous function calls for the* synchronization domain specified by @domain have been done.
调用者
名称描述
software_resumesoftware_resume - Resume from a saved hibernation image.* This routine is called as a late initcall, when all devices have been* discovered and initialized already.* The image reading code is called to see if there is a hibernation image
probe_irq_onprobe_irq_on - begin an interrupt autodetect* Commence probing for an interrupt. The interrupts are scanned* and a mask of potential interrupt lines is returned.
do_init_moduleThis is where the real work happens.* Keep it uninlined to provide a reliable breakpoint target, e.g. for the gdb* helper command 'lx-symbols'.
prepare_namespacePrepare the namespace - decide what/where to mount, load ramdisks, etc.
kernel_init