Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\context_tracking.h Create Date:2022-07-28 05:47:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:exception_enter

Proto:static inline enum ctx_state exception_enter(void)

Type:enum ctx_state

Parameter:Nothing

88  Return 0
Caller
NameDescribe
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.