Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\elevator.c Create Date:2022-07-28 16:57:25
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:elv_support_features

Proto:static inline bool elv_support_features(unsigned int elv_features, unsigned int required_features)

Type:bool

Parameter:

TypeParameterName
unsigned intelv_features
unsigned intrequired_features
89  Return (required_features & elv_features) == required_features
Caller
NameDescribe
elevator_matchlevator_match - Test an elevator name and features*@e: Scheduler to test*@name: Elevator name to test*@required_features: Features that the elevator must provide* Return true is the elevator @e name matches @name and if @e provides all the
elevator_get_by_featuresGet the first elevator providing the features required by the request queue.* Default to "none" if no matching elevator is found.