Lines Matching refs:bts_ctx
24 struct bts_ctx {
40 static struct bts_ctx __percpu *bts_ctx;
184 static void bts_update(struct bts_ctx *bts)
235 struct bts_ctx *bts = this_cpu_ptr(bts_ctx);
264 struct bts_ctx *bts = this_cpu_ptr(bts_ctx);
294 struct bts_ctx *bts = this_cpu_ptr(bts_ctx);
309 struct bts_ctx *bts = this_cpu_ptr(bts_ctx);
342 struct bts_ctx *bts;
345 if (!bts_ctx)
348 bts = this_cpu_ptr(bts_ctx);
367 struct bts_ctx *bts;
369 if (!bts_ctx)
372 bts = this_cpu_ptr(bts_ctx);
464 struct bts_ctx *bts;
470 if (!bts_ctx)
473 bts = this_cpu_ptr(bts_ctx);
537 struct bts_ctx *bts = this_cpu_ptr(bts_ctx);
628 bts_ctx = alloc_percpu(struct bts_ctx);
629 if (!bts_ctx)