Searched refs:feat_supported (Results 1 – 4 of 4) sorted by relevance
382 if (!feat_supported(NULL, FEAT_PERCPU_DATA)) { in test_global_percpu_data()
747 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id) in feat_supported() function
420 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id);
5240 return feat_supported(obj->feat_cache, feat_id); in kernel_supports()5242 return feat_supported(NULL, feat_id); in kernel_supports()