Home
last modified time | relevance | path

Searched refs:get_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/kernel/kcsan/
Dcore.c198 static __always_inline struct kcsan_ctx *get_ctx(void) in get_ctx() function
213 struct kcsan_ctx *ctx = get_ctx(); in kcsan_check_scoped_accesses()
452 struct kcsan_ctx *ctx = get_ctx(); in kcsan_found_watchpoint()
525 struct kcsan_ctx *ctx = get_ctx(); in kcsan_setup_watchpoint()
739 struct kcsan_ctx *ctx = get_ctx(); /* Call only once in fast-path. */ in check_access()
815 ++get_ctx()->disable_count; in kcsan_disable_current()
821 if (get_ctx()->disable_count-- == 0) { in kcsan_enable_current()
837 if (get_ctx()->disable_count-- == 0) in kcsan_enable_current_nowarn()
851 ++get_ctx()->atomic_nest_count; in kcsan_nestable_atomic_begin()
857 if (get_ctx()->atomic_nest_count-- == 0) { in kcsan_nestable_atomic_end()
[all …]
/linux-5.19.10/kernel/events/
Dcore.c1177 static void get_ctx(struct perf_event_context *ctx) in get_ctx() function
4623 get_ctx(ctx); in find_get_context()
4680 get_ctx(ctx); in find_get_context()
5121 get_ctx(ctx); in perf_event_release_kernel()
12412 get_ctx(ctx); in SYSCALL_DEFINE5()
12422 get_ctx(ctx); in SYSCALL_DEFINE5()
12625 get_ctx(dst_ctx); in perf_pmu_migrate_context()
12638 get_ctx(dst_ctx); in perf_pmu_migrate_context()
12995 get_ctx(child_ctx); in inherit_event()
13227 get_ctx(child_ctx->parent_ctx); in perf_event_init_context()