Lines Matching refs:test_nolock_context
304 struct test_nolock_context { struct
344 static void test_nolock(struct test_nolock_context *ctx) in test_nolock()
383 struct test_nolock_context *ctx = event->overflow_handler_context; in overflow_handler_test_nolock()
388 static bool enable_perf_events(struct test_nolock_context *ctx) in enable_perf_events()
404 static void disable_perf_events(struct test_nolock_context *ctx) in disable_perf_events()
415 struct test_nolock_context ctx = { .test = test }; in test_kmalloc_nolock_and_friends_perf()
430 struct test_nolock_context *ctx; in slab_kprobe_pre_handler()
432 ctx = container_of(p, struct test_nolock_context, kprobe); in slab_kprobe_pre_handler()
437 static bool register_slab_kprobes(struct test_nolock_context *ctx) in register_slab_kprobes()
447 static void unregister_slab_kprobes(struct test_nolock_context *ctx) in unregister_slab_kprobes()
456 struct test_nolock_context ctx = { .test = test }; in test_kmalloc_nolock_and_friends_kprobe()