Searched refs:static_key_count (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Djump_label.h232 extern int static_key_count(struct static_key *key);
258 static __always_inline int static_key_count(struct static_key *key) function
270 if (unlikely_notrace(static_key_count(key) > 0))
277 if (likely_notrace(static_key_count(key) > 0))
421 static_key_count((struct static_key *)x) > 0; \
/linux-master/kernel/sched/
H A Dclock.c193 if (static_key_count(&sched_clock_running.key) == 2)
/linux-master/kernel/
H A Djump_label.c98 * kernel headers such as kernel.h and others. Since static_key_count() is not
104 int static_key_count(struct static_key *key) function
114 EXPORT_SYMBOL_GPL(static_key_count); variable
/linux-master/kernel/cgroup/
H A Dcpuset.c900 return static_key_count(&cpusets_enabled_key.key) + 1;
/linux-master/kernel/bpf/
H A Dsyscall.c5484 if (static_key_count(&bpf_stats_enabled_key.key) > INT_MAX / 2) {

Completed in 116 milliseconds