Home
last modified time | relevance | path

Searched refs:feat_supported (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dglobal_data_init.c382 if (!feat_supported(NULL, FEAT_PERCPU_DATA)) { in test_global_percpu_data()
/linux/tools/lib/bpf/
H A Dfeatures.c747 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id) in feat_supported() function
H A Dlibbpf_internal.h420 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id);
H A Dlibbpf.c5240 return feat_supported(obj->feat_cache, feat_id); in kernel_supports()
5242 return feat_supported(NULL, feat_id); in kernel_supports()