Searched refs:DECLARE_COMPLETION_ONSTACK (Results 76 - 100 of 101) sorted by path

12345

/linux-master/drivers/thunderbolt/
H A Dctl.c607 DECLARE_COMPLETION_ONSTACK(done);
/linux-master/drivers/tty/hvc/
H A Dhvcs.c800 DECLARE_COMPLETION_ONSTACK(comp);
/linux-master/drivers/ufs/core/
H A Dufshcd.c3246 DECLARE_COMPLETION_ONSTACK(wait);
4233 DECLARE_COMPLETION_ONSTACK(uic_async_done);
7019 DECLARE_COMPLETION_ONSTACK(wait);
/linux-master/drivers/usb/core/
H A Ddevio.c1139 DECLARE_COMPLETION_ONSTACK(ctx);
H A Dhcd.c2175 DECLARE_COMPLETION_ONSTACK(done);
/linux-master/drivers/usb/gadget/legacy/
H A Dinode.c339 DECLARE_COMPLETION_ONSTACK (done);
H A Draw_gadget.c1063 DECLARE_COMPLETION_ONSTACK(done);
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c2634 DECLARE_COMPLETION_ONSTACK(done);
H A Dfsl_udc_core.c2548 DECLARE_COMPLETION_ONSTACK(done);
H A Domap_udc.c2933 DECLARE_COMPLETION_ONSTACK(done);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc-compat.c464 DECLARE_COMPLETION_ONSTACK(framedone_compl);
512 DECLARE_COMPLETION_ONSTACK(vsync_compl);
549 DECLARE_COMPLETION_ONSTACK(framedone_compl);
637 DECLARE_COMPLETION_ONSTACK(completion);
H A Ddsi.c2298 DECLARE_COMPLETION_ONSTACK(completion);
2347 DECLARE_COMPLETION_ONSTACK(completion);
2617 DECLARE_COMPLETION_ONSTACK(completion);
3115 DECLARE_COMPLETION_ONSTACK(completion);
/linux-master/fs/bcachefs/
H A Dfs-io-buffered.c318 DECLARE_COMPLETION_ONSTACK(done);
/linux-master/fs/btrfs/
H A Dscrub.c1929 DECLARE_COMPLETION_ONSTACK(io_done);
/linux-master/fs/fuse/
H A Dfile.c2984 DECLARE_COMPLETION_ONSTACK(wait);
/linux-master/fs/proc/
H A Dinode.c230 DECLARE_COMPLETION_ONSTACK(c);
257 DECLARE_COMPLETION_ONSTACK(c);
/linux-master/fs/smb/server/
H A Dtransport_rdma.c1362 DECLARE_COMPLETION_ONSTACK(completion);
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree.c3102 DECLARE_COMPLETION_ONSTACK(done);
/linux-master/include/linux/
H A Dcompletion.h24 * DECLARE_COMPLETION_ONSTACK().
61 * DECLARE_COMPLETION_ONSTACK - declare and initialize a completion structure
68 # define DECLARE_COMPLETION_ONSTACK(work) \ macro
73 # define DECLARE_COMPLETION_ONSTACK(work) DECLARE_COMPLETION(work) macro
/linux-master/kernel/
H A Dkthread.c434 DECLARE_COMPLETION_ONSTACK(done);
H A Dumh.c405 DECLARE_COMPLETION_ONSTACK(done);
H A Dworkqueue.c4890 DECLARE_COMPLETION_ONSTACK(detach_completion);
/linux-master/kernel/module/
H A Dsysfs.c331 DECLARE_COMPLETION_ONSTACK(c);
/linux-master/sound/aoa/soundbus/i2sbus/
H A Dpcm.c257 DECLARE_COMPLETION_ONSTACK(done);
/linux-master/sound/core/
H A Dinit.c639 DECLARE_COMPLETION_ONSTACK(released);

Completed in 534 milliseconds

12345