Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:old_decode_dev

Proto:static inline dev_t old_decode_dev(u16 val)

Type:dev_t

Parameter:

TypeParameterName
u16val
36  Return MKDEV((val >> 8) & 255, val & 255)
Caller
NameDescribe
setup_archsetup_arch - architecture-specific boot-time initializations* Note: On x86_64, fixmaps are ready for use even before this is called.