Home
last modified time | relevance | path

Searched refs:COMPLETION_INITIALIZER_ONSTACK (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/include/linux/
Dcompletion.h42 #define COMPLETION_INITIALIZER_ONSTACK(work) \ macro
70 struct completion work = COMPLETION_INITIALIZER_ONSTACK(work)
Dcrypto.h505 COMPLETION_INITIALIZER_ONSTACK((_wait).completion), 0 }
/Linux-v4.19/kernel/
Dkthread.c945 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in kthread_flush_work()
1152 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in kthread_flush_worker()
Dsmp.c783 .done = COMPLETION_INITIALIZER_ONSTACK(sscs.done), in smp_call_on_cpu()
/Linux-v4.19/drivers/mfd/
Drave-sp.c349 .received = COMPLETION_INITIALIZER_ONSTACK(reply.received), in rave_sp_exec()
/Linux-v4.19/drivers/net/wimax/i2400m/
Ddriver.c184 .completion = COMPLETION_INITIALIZER_ONSTACK(ctx.completion), in i2400m_op_reset()
/Linux-v4.19/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c1645 .completion = COMPLETION_INITIALIZER_ONSTACK(wait.completion), in sh_mobile_ceu_probe()
/Linux-v4.19/net/sunrpc/
Dcache.c601 sleeper.completion = COMPLETION_INITIALIZER_ONSTACK(sleeper.completion); in cache_wait_req()
/Linux-v4.19/drivers/md/
Ddm-writecache.c456 COMPLETION_INITIALIZER_ONSTACK(endio.c), in ssd_commit_flushed()
/Linux-v4.19/drivers/block/drbd/
Ddrbd_receiver.c943 .door_bell = COMPLETION_INITIALIZER_ONSTACK(ad.door_bell), in conn_connect()