Searched refs:completion (Results 1 – 2 of 2) sorted by relevance
27 struct completion { struct36 static inline void complete_acquire(struct completion *x) {} in complete_acquire() argument57 struct completion work = COMPLETION_INITIALIZER(work)109 extern void wait_for_completion(struct completion *);110 extern void wait_for_completion_io(struct completion *);118 struct completion *x, unsigned long timeout);120 struct completion *x, unsigned long timeout);122 extern bool completion_done(struct completion *x);124 extern void complete(struct completion *);125 extern void complete_all(struct completion *);[all …]
2418 efi_status_t (*progress)(efi_uintn_t completion),
Completed in 17 milliseconds