函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Request a notification when the current cpu returns to userspace. Must be* called in atomic context. The notifier will also be called in atomic* context.

函数原型:void user_return_notifier_register(struct user_return_notifier *urn)

返回类型:void

参数:

类型参数名称
struct user_return_notifier *urn
17  Set thread flags in other task's structures.* See asm/thread_info.h for TIF_xxxx flags available:
18  hlist_add_head( & link, this_cpu_ptr( & return_notifier_list))