Searched refs:static_key_count (Results 1 – 5 of 5) sorted by relevance
12 return static_key_count(key); in rust_helper_static_key_count()
29 $crate::bindings::static_key_count(_key.cast_mut()) > 0
265 return static_key_count(&cpusets_enabled_key.key) + 1; in nr_cpusets()
104 int static_key_count(struct static_key *key) in static_key_count() function114 EXPORT_SYMBOL_GPL(static_key_count);
6102 if (static_key_count(&bpf_stats_enabled_key.key) > INT_MAX / 2) { in bpf_enable_runtime_stats()