Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\sched.h Create Date:2022-07-28 05:59:45
Last Modify:2021-07-28 10:30:23 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:current_restore_flags

Proto:static inline void current_restore_flags(unsigned long orig_flags, unsigned long flags)

Type:void

Parameter:

TypeParameterName
unsigned longorig_flags
unsigned longflags
1585  flags &= ~flags
1586  flags |= orig_flags & flags
Caller
NameDescribe
__do_softirq