Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\async.c Create Date:2022-07-28 09:33:27
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:async_synchronize_full - synchronize all asynchronous function calls* This function waits until all asynchronous function calls have been done.

Proto:void async_synchronize_full(void)

Type:void

Parameter:Nothing

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.
Caller
NameDescribe
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.