Searched refs:completion (Results 1 – 24 of 24) sorted by relevance
127 struct completion completion; member136 complete(&w->completion); in wiphy_locked_debugfs_read_work()145 complete(&w->completion); in wiphy_locked_debugfs_read_cancel()167 .completion = COMPLETION_INITIALIZER_ONSTACK(work.completion), in wiphy_locked_debugfs_read()181 wait_for_completion(&work.completion); in wiphy_locked_debugfs_read()207 struct completion completion; member216 complete(&w->completion); in wiphy_locked_debugfs_write_work()225 complete(&w->completion); in wiphy_locked_debugfs_write_cancel()246 .completion = COMPLETION_INITIALIZER_ONSTACK(work.completion), in wiphy_locked_debugfs_write()266 wait_for_completion(&work.completion); in wiphy_locked_debugfs_write()
23 call->completion = compl; in rxrpc_set_call_completion()65 call->completion = compl; in rxrpc_prefail_call()
33 conn->completion = compl; in rxrpc_set_conn_aborted()223 conn->completion, in rxrpc_abort_calls()483 if (conn->completion == RXRPC_CALL_LOCALLY_ABORTED) in rxrpc_input_conn_packet()493 if (conn->completion == RXRPC_CALL_LOCALLY_ABORTED) in rxrpc_input_conn_packet()
73 switch (call->completion) { in rxrpc_recvmsg_term()96 pr_err("Invalid terminal call state %u\n", call->completion); in rxrpc_recvmsg_term()651 if (call->completion == RXRPC_CALL_SUCCEEDED) { in rxrpc_kernel_recv_data()
338 struct completion io_thread_ready; /* Indication that the I/O thread started */587 enum rxrpc_call_completion completion; /* Completion condition */ member740 enum rxrpc_call_completion completion; /* Call completion condition */ member1128 return rxrpc_call_is_complete(call) && call->completion != RXRPC_CALL_SUCCEEDED; in rxrpc_call_has_failed()
164 switch (call->completion) { in __rxrpc_disconnect_call()
168 rxrpc_call_completions[conn->completion] : in rxrpc_connection_seq_show()
468 rxrpc_set_call_completion(call, conn->completion, in rxrpc_incoming_call()
641 if (call->completion == RXRPC_CALL_SUCCEEDED && in rxrpc_disconnect_client_call()
457 if (call->completion != RXRPC_CALL_SUCCEEDED) in rxrpc_kernel_check_life()
109 struct completion *wr_tx_compl; /* WR send CQE completion */123 struct completion tx_ref_comp;146 struct completion reg_ref_comp;172 struct completion llc_testlink_resp; /* wait for rx of testlink */
113 init_completion(&f->completion); in inet_frags_init()121 complete(&f->completion); in inet_frags_fini()123 wait_for_completion(&f->completion); in inet_frags_fini()171 complete(&f->completion); in fqdir_free_fn()
81 struct completion re_done;251 struct completion mr_linv_done;
25 struct completion rd_done;
636 struct completion completion; member643 complete(&dr->completion); in cache_restart_thread()651 sleeper.completion = COMPLETION_INITIALIZER_ONSTACK(sleeper.completion); in cache_wait_req()658 &sleeper.completion, req->thread_wait) <= 0) { in cache_wait_req()673 wait_for_completion(&sleeper.completion); in cache_wait_req()
131 struct completion skb_completion;
80 struct completion assoc_done;
58 struct completion *write_handshake_completion, in nci_spi_send()
51 struct completion send;52 struct completion received;
91 struct completion cm_done;
621 init_completion(&req->completion); in alloc_generic_request()670 complete_all(&req->completion); in complete_generic_request()697 ret = wait_for_completion_interruptible(&req->completion); in wait_generic_request()
36 struct completion comp;
471 struct completion start_done;
240 complete(&ctx->async_wait.completion); in tls_decrypt_done()521 complete(&ctx->async_wait.completion); in tls_encrypt_done()
Completed in 703 milliseconds