Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcompletion.h33 #define COMPLETION_INITIALIZER_ONSTACK(work) \ macro
61 struct completion work = COMPLETION_INITIALIZER_ONSTACK(work)
/linux-4.1.27/kernel/
Dkthread.c645 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in flush_kthread_work()
686 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in flush_kthread_worker()
Dworkqueue.c2522 .done = COMPLETION_INITIALIZER_ONSTACK(this_flusher.done), in flush_workqueue()
/linux-4.1.27/drivers/net/wimax/i2400m/
Ddriver.c184 .completion = COMPLETION_INITIALIZER_ONSTACK(ctx.completion), in i2400m_op_reset()
/linux-4.1.27/net/sunrpc/
Dcache.c582 sleeper.completion = COMPLETION_INITIALIZER_ONSTACK(sleeper.completion); in cache_wait_req()
/linux-4.1.27/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c1729 .completion = COMPLETION_INITIALIZER_ONSTACK(wait.completion), in sh_mobile_ceu_probe()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_receiver.c912 .door_bell = COMPLETION_INITIALIZER_ONSTACK(ad.door_bell), in conn_connect()