Home
last modified time | relevance | path

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

/kernel/
Djump_label.c104 int static_key_count(struct static_key *key) in static_key_count() function
114 EXPORT_SYMBOL_GPL(static_key_count);
/kernel/sched/
Dclock.c193 if (static_key_count(&sched_clock_running.key) == 2) in clear_sched_clock_stable()
/kernel/cgroup/
Dcpuset.c872 return static_key_count(&cpusets_enabled_key.key) + 1; in nr_cpusets()
/kernel/bpf/
Dsyscall.c4813 if (static_key_count(&bpf_stats_enabled_key.key) > INT_MAX / 2) { in bpf_enable_runtime_stats()