Home
last modified time | relevance | path

Searched refs:static_key_count (Results 1 – 5 of 5) sorted by relevance

/linux/rust/helpers/
H A Djump_label.c12 return static_key_count(key); in rust_helper_static_key_count()
/linux/rust/kernel/
H A Djump_label.rs29 $crate::bindings::static_key_count(_key.cast_mut()) > 0
/linux/kernel/cgroup/
H A Dcpuset-internal.h265 return static_key_count(&cpusets_enabled_key.key) + 1; in nr_cpusets()
/linux/kernel/
H A Djump_label.c104 int static_key_count(struct static_key *key) in static_key_count() function
114 EXPORT_SYMBOL_GPL(static_key_count);
/linux/kernel/bpf/
H A Dsyscall.c6102 if (static_key_count(&bpf_stats_enabled_key.key) > INT_MAX / 2) { in bpf_enable_runtime_stats()