Lines Matching full:structure
15 * struct completion - structure used to maintain state for a "completion"
17 * This is the opaque structure used to maintain the state for a "completion".
45 * DECLARE_COMPLETION - declare and initialize a completion structure
46 * @work: identifier for the completion structure
48 * This macro declares and initializes a completion structure. Generally used
61 * DECLARE_COMPLETION_ONSTACK - declare and initialize a completion structure
62 * @work: identifier for the completion structure
64 * This macro declares and initializes a completion structure on the kernel
79 * @x: pointer to completion structure that is to be initialized
82 * structure.
91 * reinit_completion - reinitialize a completion structure
92 * @x: pointer to completion structure that is to be reinitialized
94 * This inline function should be used to reinitialize a completion structure so it can