do_nothing
on_each_cpu(do_nothing, NULL, 1);
on_each_cpu(do_nothing, NULL, 1);
on_each_cpu(do_nothing, NULL, 1);
smp_call_function_single(pcpu, do_nothing, NULL, 1);
smp_call_function_single(i, do_nothing, NULL, 1);
do_nothing, speakup_goto, speech_kill, speakup_shut_up,
kref_put(&host->syncpt[syncpt_id].ref, do_nothing);
void *do_nothing_text = dereference_function_descriptor(do_nothing);
do_nothing();
(unsigned long)dereference_function_descriptor(do_nothing);
memcpy((void *)ptr, (unsigned char *)do_nothing, size);
void (*func)(void) = do_nothing;
pr_info("attempting bad %zu bytes write at %px\n", size, do_nothing);
memcpy(do_nothing, do_almost_nothing, size);
do_nothing_ptr = dereference_function_descriptor(do_nothing);
memcpy(fdesc, do_nothing, sizeof(*fdesc));
do_nothing();
smp_call_function(do_nothing, NULL, 1);
void *do_nothing(void *arg);
pthread_create(&thread, NULL, do_nothing, NULL);