Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:pu_pm_unregister_notifier - unregister a driver with cpu_pm*@nb: notifier block to be unregistered* Remove a driver from the CPU PM notifier list.* This function may sleep, and has the same return conditions as* raw_notifier_chain_unregister.

Proto:int cpu_pm_unregister_notifier(struct notifier_block *nb)

Type:int

Parameter:

TypeParameterName
struct notifier_block *nb
62  Return atomic_notifier_chain_unregister - Remove notifier from an atomic notifier chain*@nh: Pointer to head of the atomic notifier chain*@n: Entry to remove from notifier chain* Removes a notifier from an atomic notifier chain.