Home
last modified time | relevance | path

Searched refs:dummy (Results 1 – 16 of 16) sorted by relevance

/kernel/kcsan/
Dselftest.c126 atomic_t dummy; in test_barrier() local
162 KCSAN_CHECK_READ_BARRIER(atomic_set_release(&dummy, 0)); in test_barrier()
163 KCSAN_CHECK_READ_BARRIER(atomic_add_return(1, &dummy)); in test_barrier()
164 KCSAN_CHECK_READ_BARRIER(atomic_add_return_release(1, &dummy)); in test_barrier()
165 KCSAN_CHECK_READ_BARRIER(atomic_fetch_add(1, &dummy)); in test_barrier()
166 KCSAN_CHECK_READ_BARRIER(atomic_fetch_add_release(1, &dummy)); in test_barrier()
191 KCSAN_CHECK_WRITE_BARRIER(atomic_set_release(&dummy, 0)); in test_barrier()
192 KCSAN_CHECK_WRITE_BARRIER(atomic_add_return(1, &dummy)); in test_barrier()
193 KCSAN_CHECK_WRITE_BARRIER(atomic_add_return_release(1, &dummy)); in test_barrier()
194 KCSAN_CHECK_WRITE_BARRIER(atomic_fetch_add(1, &dummy)); in test_barrier()
[all …]
Dkcsan_test.c533 atomic_t dummy; in test_barrier_nothreads() local
588 KCSAN_EXPECT_READ_BARRIER(atomic_read(&dummy), false); in test_barrier_nothreads()
589 KCSAN_EXPECT_READ_BARRIER(atomic_read_acquire(&dummy), false); in test_barrier_nothreads()
590 KCSAN_EXPECT_READ_BARRIER(atomic_set(&dummy, 0), false); in test_barrier_nothreads()
591 KCSAN_EXPECT_READ_BARRIER(atomic_set_release(&dummy, 0), true); in test_barrier_nothreads()
592 KCSAN_EXPECT_READ_BARRIER(atomic_add(1, &dummy), false); in test_barrier_nothreads()
593 KCSAN_EXPECT_READ_BARRIER(atomic_add_return(1, &dummy), true); in test_barrier_nothreads()
594 KCSAN_EXPECT_READ_BARRIER(atomic_add_return_acquire(1, &dummy), false); in test_barrier_nothreads()
595 KCSAN_EXPECT_READ_BARRIER(atomic_add_return_release(1, &dummy), true); in test_barrier_nothreads()
596 KCSAN_EXPECT_READ_BARRIER(atomic_add_return_relaxed(1, &dummy), false); in test_barrier_nothreads()
[all …]
/kernel/power/
Dpoweroff.c19 static void do_poweroff(struct work_struct *dummy) in do_poweroff() argument
/kernel/dma/
DMakefile5 obj-$(CONFIG_DMA_OPS) += dummy.o
/kernel/trace/
Dtrace_eprobe.c924 struct event_filter *dummy = NULL; in trace_eprobe_parse_filter() local
960 true, &dummy); in trace_eprobe_parse_filter()
961 free_event_filter(dummy); in trace_eprobe_parse_filter()
Dtrace_hwlat.c511 static void hwlat_hotplug_workfn(struct work_struct *dummy) in hwlat_hotplug_workfn() argument
Dtrace_osnoise.c1804 static void osnoise_hotplug_workfn(struct work_struct *dummy) in osnoise_hotplug_workfn() argument
Dtrace_events.c3853 static __init void test_work(struct work_struct *dummy) in test_work() argument
/kernel/
Dparams.c367 struct kernel_param dummy; in param_set_invbool() local
369 dummy.arg = &boolval; in param_set_invbool()
370 ret = param_set_bool(val, &dummy); in param_set_invbool()
Dauditsc.c970 if (ctx->dummy) in audit_reset_context()
1839 if (tsk == current && !context->dummy) { in __audit_free()
1914 ctx->dummy = !audit_n_rules; in __audit_uring_entry()
1915 if (!ctx->dummy && ctx->state == AUDIT_STATE_BUILD) in __audit_uring_entry()
1937 if (ctx->dummy) { in __audit_uring_exit()
2027 context->dummy = !audit_n_rules; in __audit_syscall_entry()
2028 if (!context->dummy && state == AUDIT_STATE_BUILD) { in __audit_syscall_entry()
2060 if (!context || context->dummy || in __audit_syscall_exit()
Dhung_task.c366 static int watchdog(void *dummy) in watchdog() argument
Daudit.h103 int dummy; /* must be the first element */ member
Dreboot.c790 static void deferred_cad(struct work_struct *dummy) in deferred_cad() argument
Daudit.c842 static int kauditd_thread(void *dummy) in kauditd_thread() argument
1924 ctx->dummy = 0; in audit_log_start()
Dfork.c2689 static int idle_dummy(void *dummy) in idle_dummy() argument
/kernel/sched/
Dcputime.c100 static u64 irqtime_tick_accounted(u64 dummy) in irqtime_tick_accounted() argument