static_key_count 28 include/linux/cpuset.h return static_key_count(&cpusets_enabled_key) + 1; static_key_count 153 include/linux/jump_label.h if (unlikely(static_key_count(key) > 0)) static_key_count 160 include/linux/jump_label.h if (likely(static_key_count(key) > 0)) static_key_count 202 include/linux/jump_label.h return static_key_count(key) > 0;