Lines Matching defs:completion
34 #include <linux/completion.h>
91 * This represents a DRM event. Drivers can use this as a generic completion
92 * mechanism, which supports kernel-internal &struct completion, &struct dma_fence
97 * @completion:
99 * Optional pointer to a kernel internal completion signalled when
103 struct completion *completion;
109 * to clean up the reference count for the structure @completion is
112 void (*completion_release)(struct completion *completion);
119 * also used to signal kernel internal threads with @completion or DMA