Searched refs:COMPLETION_INITIALIZER_ONSTACK (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/include/linux/ |
D | completion.h | 33 #define COMPLETION_INITIALIZER_ONSTACK(work) \ macro 61 struct completion work = COMPLETION_INITIALIZER_ONSTACK(work)
|
/linux-2.6.39/arch/mips/kernel/ |
D | smp.c | 228 .done = COMPLETION_INITIALIZER_ONSTACK(c_idle.done), in __cpu_up()
|
/linux-2.6.39/kernel/ |
D | kthread.c | 437 COMPLETION_INITIALIZER_ONSTACK(fwork.done), in flush_kthread_worker()
|
D | workqueue.c | 2243 .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/ |
D | smp.c | 377 .done = COMPLETION_INITIALIZER_ONSTACK(c_idle.done), in create_idle()
|
/linux-2.6.39/drivers/net/wimax/i2400m/ |
D | driver.c | 184 .completion = COMPLETION_INITIALIZER_ONSTACK(ctx.completion), in i2400m_op_reset()
|
/linux-2.6.39/drivers/block/drbd/ |
D | drbd_bitmap.c | 1008 .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/ |
D | smpboot.c | 667 .done = COMPLETION_INITIALIZER_ONSTACK(c_idle.done), in do_boot_cpu()
|
/linux-2.6.39/arch/s390/kernel/ |
D | smp.c | 566 c_idle.done = COMPLETION_INITIALIZER_ONSTACK(c_idle.done); in __cpu_up()
|
/linux-2.6.39/drivers/net/ |
D | iseries_veth.c | 313 { COMPLETION_INITIALIZER_ONSTACK(vc.c), 0 }; in veth_allocate_events()
|
/linux-2.6.39/net/sunrpc/ |
D | cache.c | 589 sleeper.completion = COMPLETION_INITIALIZER_ONSTACK(sleeper.completion); in cache_wait_req()
|
/linux-2.6.39/drivers/media/video/ |
D | sh_mobile_ceu_camera.c | 1837 .completion = COMPLETION_INITIALIZER_ONSTACK(wait.completion), in sh_mobile_ceu_probe()
|