static_key_slow_inc_cpuslocked
extern bool static_key_slow_inc_cpuslocked(struct static_key *key);
#define static_branch_inc_cpuslocked(x) static_key_slow_inc_cpuslocked(&(x)->key)
ret = static_key_slow_inc_cpuslocked(key);
static_key_slow_inc_cpuslocked(&__cfs_bandwidth_used);
static_key_slow_inc_cpuslocked(&xps_needed);
static_key_slow_inc_cpuslocked(&xps_rxqs_needed);