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