Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Djump_label.h233 extern int static_key_count(struct static_key *key);
259 static __always_inline int static_key_count(struct static_key *key) in static_key_count() function
273 if (unlikely_notrace(static_key_count(key) > 0)) in static_key_false()
280 if (likely_notrace(static_key_count(key) > 0)) in static_key_true()
424 static_key_count((struct static_key *)x) > 0; \
/linux-6.12.1/kernel/
Djump_label.c104 int static_key_count(struct static_key *key) in static_key_count() function
114 EXPORT_SYMBOL_GPL(static_key_count);
/linux-6.12.1/kernel/sched/
Dclock.c193 if (static_key_count(&sched_clock_running.key) == 2) in clear_sched_clock_stable()
/linux-6.12.1/Documentation/staging/
Dstatic-keys.rst153 and 'static_key_count()'. In general, if you use these functions, they
/linux-6.12.1/kernel/cgroup/
Dcpuset.c665 return static_key_count(&cpusets_enabled_key.key) + 1; in nr_cpusets()
/linux-6.12.1/kernel/bpf/
Dsyscall.c5477 if (static_key_count(&bpf_stats_enabled_key.key) > INT_MAX / 2) { in bpf_enable_runtime_stats()