Home
last modified time | relevance | path

Searched refs:static_key_count (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
A Djump_label.h239 extern int static_key_count(struct static_key *key);
264 static inline int static_key_count(struct static_key *key) in static_key_count() function
276 if (unlikely_notrace(static_key_count(key) > 0)) in static_key_false()
283 if (likely_notrace(static_key_count(key) > 0)) in static_key_true()
420 static_key_count((struct static_key *)x) > 0; \
/linux/kernel/sched/
A Dclock.c195 if (static_key_count(&sched_clock_running.key) == 2) in clear_sched_clock_stable()
/linux/kernel/
A Djump_label.c104 int static_key_count(struct static_key *key) in static_key_count() function
114 EXPORT_SYMBOL_GPL(static_key_count);
/linux/Documentation/staging/
A Dstatic-keys.rst153 and 'static_key_count()'. In general, if you use these functions, they
/linux/kernel/cgroup/
A Dcpuset.c727 return static_key_count(&cpusets_enabled_key.key) + 1; in nr_cpusets()
/linux/kernel/bpf/
A Dsyscall.c4473 if (static_key_count(&bpf_stats_enabled_key.key) > INT_MAX / 2) { in bpf_enable_runtime_stats()
/linux/
A Dvmlinux.symvers10377 0x00000000 static_key_count vmlinux EXPORT_SYMBOL_GPL
A DSystem.map6247 ffff800010189064 T static_key_count
A D.tmp_System.map6247 ffff800010189064 T static_key_count

Completed in 377 milliseconds