Searched refs:static_key_count (Results 1 – 6 of 6) sorted by relevance
232 extern int static_key_count(struct static_key *key);258 static __always_inline int static_key_count(struct static_key *key) in static_key_count() function270 if (unlikely_notrace(static_key_count(key) > 0)) in static_key_false()277 if (likely_notrace(static_key_count(key) > 0)) in static_key_true()421 static_key_count((struct static_key *)x) > 0; \
193 if (static_key_count(&sched_clock_running.key) == 2) in clear_sched_clock_stable()
104 int static_key_count(struct static_key *key) in static_key_count() function114 EXPORT_SYMBOL_GPL(static_key_count);
153 and 'static_key_count()'. In general, if you use these functions, they
837 return static_key_count(&cpusets_enabled_key.key) + 1; in nr_cpusets()
5291 if (static_key_count(&bpf_stats_enabled_key.key) > INT_MAX / 2) { in bpf_enable_runtime_stats()