Searched refs:feat_supported (Results 1 – 3 of 3) sorted by relevance
651 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id) in feat_supported() function
411 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id);
5161 return feat_supported(obj->feat_cache, feat_id); in kernel_supports()5163 return feat_supported(NULL, feat_id); in kernel_supports()