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".
46 * DECLARE_COMPLETION - declare and initialize a completion structure
47 * @work: identifier for the completion structure
49 * This macro declares and initializes a completion structure. Generally used
62 * DECLARE_COMPLETION_ONSTACK - declare and initialize a completion structure
63 * @work: identifier for the completion structure
65 * This macro declares and initializes a completion structure on the kernel
80 * @x: pointer to completion structure that is to be initialized
83 * structure.
92 * reinit_completion - reinitialize a completion structure
93 * @x: pointer to completion structure that is to be reinitialized
95 * This inline function should be used to reinitialize a completion structure so it can