函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\context_tracking.h Create Date:2022-07-27 06:47:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:exception_exit

函数原型:static inline void exception_exit(enum ctx_state prev_ctx)

返回类型:void

参数:

类型参数名称
enum ctx_stateprev_ctx

NULL

调用者
名称描述
do_async_page_fault
preempt_schedule_irqThis is the entry point to schedule() from kernel preemption* off of irq context.* Note, that this is called and return with irqs disabled. This will* protect us against recursive calling from irq.