函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称: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.

函数原型:int cpu_pm_unregister_notifier(struct notifier_block *nb)

返回类型:int

参数:

类型参数名称
struct notifier_block *nb
62  返回: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.