Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcompletion.h33 #define COMPLETION_INITIALIZER_ONSTACK(work) \ macro
61 struct completion work = COMPLETION_INITIALIZER_ONSTACK(work)
/linux-4.4.14/kernel/
Dkthread.c664 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in flush_kthread_work()
705 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in flush_kthread_worker()
Dworkqueue.c2515 .done = COMPLETION_INITIALIZER_ONSTACK(this_flusher.done), in flush_workqueue()
/linux-4.4.14/drivers/net/wimax/i2400m/
Ddriver.c184 .completion = COMPLETION_INITIALIZER_ONSTACK(ctx.completion), in i2400m_op_reset()
/linux-4.4.14/net/sunrpc/
Dcache.c589 sleeper.completion = COMPLETION_INITIALIZER_ONSTACK(sleeper.completion); in cache_wait_req()
/linux-4.4.14/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c1755 .completion = COMPLETION_INITIALIZER_ONSTACK(wait.completion), in sh_mobile_ceu_probe()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_receiver.c913 .door_bell = COMPLETION_INITIALIZER_ONSTACK(ad.door_bell), in conn_connect()