Searched refs:completion (Results 1 – 25 of 102) sorted by relevance
12345
26 struct completion { struct32 static inline void complete_acquire(struct completion *x) {} in complete_acquire() argument33 static inline void complete_release(struct completion *x) {} in complete_release()53 struct completion work = COMPLETION_INITIALIZER(work)69 struct completion work = COMPLETION_INITIALIZER_ONSTACK(work)71 struct completion work = COMPLETION_INITIALIZER_ONSTACK_MAP(work, map)84 static inline void init_completion(struct completion *x) in init_completion()97 static inline void reinit_completion(struct completion *x) in reinit_completion()102 extern void wait_for_completion(struct completion *);103 extern void wait_for_completion_io(struct completion *);[all …]
18 struct completion completion; member
51 struct completion cleanup_done;52 struct completion dying;
376 struct completion completion; member385 COMPLETION_INITIALIZER_ONSTACK((_wait).completion), 0 }397 wait_for_completion(&wait->completion); in crypto_wait_req()398 reinit_completion(&wait->completion); in crypto_wait_req()408 init_completion(&wait->completion); in crypto_init_wait()
22 struct completion *complete;
36 struct completion sync_complete;
122 struct completion tx_complete;
5 struct completion;16 struct completion *x);
89 struct completion device_attach;90 struct completion device_detach;91 struct completion firmware_download;
133 struct completion ati_done;134 struct completion fw_done;
103 struct completion *completion; member112 void (*completion_release)(struct completion *completion);
126 struct completion master_bind_complete;
546 struct completion conn_post_wait_comp;547 struct completion conn_wait_comp;548 struct completion conn_wait_rcfr_comp;549 struct completion conn_waiting_on_uc_comp;550 struct completion conn_logout_comp;551 struct completion tx_half_close_comp;552 struct completion rx_half_close_comp;607 struct completion rx_login_comp;683 struct completion async_msg_comp;684 struct completion reinstatement_comp;[all …]
161 struct completion *completion, bool atomic);
137 struct completion completion; member138 struct completion cmd_completion;
42 struct completion completed;112 struct completion completed;
57 struct completion completion; member
41 struct completion sk_handshake_done;
60 struct completion handshake_done;
118 struct completion completion; member
87 struct completion completion; member
159 struct completion comp_event;178 struct completion hwc_init_eqe_comp;
146 struct completion socket_released;185 struct completion thread_done;
56 struct completion completion; member
173 struct completion completion; member