static_key_count
extern int static_key_count(struct static_key *key);
if (unlikely_notrace(static_key_count(key) > 0))
if (likely_notrace(static_key_count(key) > 0))
static_key_count((struct static_key *)x) > 0; \
if (static_key_count(&bpf_stats_enabled_key.key) > INT_MAX / 2) {
return static_key_count(&cpusets_enabled_key.key) + 1;
EXPORT_SYMBOL_GPL(static_key_count);
if (static_key_count(&sched_clock_running.key) == 2)
return static_key_count(key);