static_key_count  227 include/linux/jump_label.h extern int static_key_count(struct static_key *key);
static_key_count  264 include/linux/jump_label.h 	if (unlikely(static_key_count(key) > 0))
static_key_count  271 include/linux/jump_label.h 	if (likely(static_key_count(key) > 0))
static_key_count  393 include/linux/jump_label.h 	static_key_count((struct static_key *)x) > 0;				\
static_key_count  677 kernel/cgroup/cpuset.c 	return static_key_count(&cpusets_enabled_key.key) + 1;
static_key_count  114 kernel/jump_label.c EXPORT_SYMBOL_GPL(static_key_count);
static_key_count  195 kernel/sched/clock.c 	if (static_key_count(&sched_clock_running.key) == 2)