threshold_bank
static int allocate_threshold_blocks(unsigned int cpu, struct threshold_bank *tb,
static int threshold_create_bank(struct threshold_bank **bp, unsigned int cpu,
struct threshold_bank *b = NULL;
b = kzalloc_obj(struct threshold_bank);
static void threshold_remove_bank(struct threshold_bank *bank)
static void __threshold_remove_device(struct threshold_bank **bp)
struct threshold_bank **bp = this_cpu_read(threshold_banks);
struct threshold_bank **bp;
static DEFINE_PER_CPU(struct threshold_bank **, threshold_banks);
struct threshold_bank **thr_banks = this_cpu_read(threshold_banks);