Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dcompletion.h33 #define COMPLETION_INITIALIZER_ONSTACK(work) \ macro
61 struct completion work = COMPLETION_INITIALIZER_ONSTACK(work)
/linux-2.6.39/arch/mips/kernel/
Dsmp.c228 .done = COMPLETION_INITIALIZER_ONSTACK(c_idle.done), in __cpu_up()
/linux-2.6.39/kernel/
Dkthread.c437 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in flush_kthread_worker()
Dworkqueue.c2243 .done = COMPLETION_INITIALIZER_ONSTACK(this_flusher.done), in flush_workqueue()
3585 .completion = COMPLETION_INITIALIZER_ONSTACK(wfc.completion), in work_on_cpu()
/linux-2.6.39/arch/powerpc/kernel/
Dsmp.c377 .done = COMPLETION_INITIALIZER_ONSTACK(c_idle.done), in create_idle()
/linux-2.6.39/drivers/net/wimax/i2400m/
Ddriver.c184 .completion = COMPLETION_INITIALIZER_ONSTACK(ctx.completion), in i2400m_op_reset()
/linux-2.6.39/drivers/block/drbd/
Ddrbd_bitmap.c1008 .done = COMPLETION_INITIALIZER_ONSTACK(ctx.done), in bm_rw()
1137 .done = COMPLETION_INITIALIZER_ONSTACK(ctx.done), in drbd_bm_write_page()
/linux-2.6.39/arch/x86/kernel/
Dsmpboot.c667 .done = COMPLETION_INITIALIZER_ONSTACK(c_idle.done), in do_boot_cpu()
/linux-2.6.39/arch/s390/kernel/
Dsmp.c566 c_idle.done = COMPLETION_INITIALIZER_ONSTACK(c_idle.done); in __cpu_up()
/linux-2.6.39/drivers/net/
Diseries_veth.c313 { COMPLETION_INITIALIZER_ONSTACK(vc.c), 0 }; in veth_allocate_events()
/linux-2.6.39/net/sunrpc/
Dcache.c589 sleeper.completion = COMPLETION_INITIALIZER_ONSTACK(sleeper.completion); in cache_wait_req()
/linux-2.6.39/drivers/media/video/
Dsh_mobile_ceu_camera.c1837 .completion = COMPLETION_INITIALIZER_ONSTACK(wait.completion), in sh_mobile_ceu_probe()