Home
last modified time | relevance | path

Searched refs:completion (Results 1 – 21 of 21) sorted by relevance

/net/rxrpc/
Dcall_state.c23 call->completion = compl; in rxrpc_set_call_completion()
65 call->completion = compl; in rxrpc_prefail_call()
Dconn_event.c33 conn->completion = compl; in rxrpc_set_conn_aborted()
207 conn->completion, in rxrpc_abort_calls()
407 if (conn->completion == RXRPC_CALL_LOCALLY_ABORTED) in rxrpc_input_conn_packet()
Drecvmsg.c69 switch (call->completion) { in rxrpc_recvmsg_term()
92 pr_err("Invalid terminal call state %u\n", call->completion); in rxrpc_recvmsg_term()
548 if (call->completion == RXRPC_CALL_SUCCEEDED) { in rxrpc_kernel_recv_data()
Dar-internal.h293 struct completion io_thread_ready; /* Indication that the I/O thread started */
514 enum rxrpc_call_completion completion; /* Completion condition */ member
653 enum rxrpc_call_completion completion; /* Call completion condition */ member
962 return rxrpc_call_is_complete(call) && call->completion != RXRPC_CALL_SUCCEEDED; in rxrpc_call_has_failed()
Dconn_object.c161 switch (call->completion) { in __rxrpc_disconnect_call()
Dproc.c170 rxrpc_call_completions[conn->completion] : in rxrpc_connection_seq_show()
Dcall_object.c475 rxrpc_set_call_completion(call, conn->completion, in rxrpc_incoming_call()
Dconn_client.c626 if (call->completion == RXRPC_CALL_SUCCEEDED && in rxrpc_disconnect_client_call()
Daf_rxrpc.c400 if (call->completion != RXRPC_CALL_SUCCEEDED) in rxrpc_kernel_check_life()
/net/smc/
Dsmc_core.h107 struct completion *wr_tx_compl; /* WR send CQE completion */
121 struct completion tx_ref_comp;
140 struct completion reg_ref_comp;
166 struct completion llc_testlink_resp; /* wait for rx of testlink */
/net/ipv4/
Dinet_fragment.c113 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()
172 complete(&f->completion); in fqdir_free_fn()
/net/sunrpc/xprtrdma/
Dxprt_rdma.h80 struct completion re_done;
250 struct completion mr_linv_done;
Dsvc_rdma_rw.c160 struct completion cc_done;
/net/sunrpc/
Dcache.c624 struct completion completion; member
631 complete(&dr->completion); in cache_restart_thread()
639 sleeper.completion = COMPLETION_INITIALIZER_ONSTACK(sleeper.completion); in cache_wait_req()
646 &sleeper.completion, req->thread_wait) <= 0) { in cache_wait_req()
661 wait_for_completion(&sleeper.completion); in cache_wait_req()
/net/packet/
Dinternal.h130 struct completion skb_completion;
/net/nfc/nci/
Dspi.c58 struct completion *write_handshake_completion, in nci_spi_send()
/net/ceph/
Dmon_client.c621 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()
/net/core/
Dselftests.c35 struct completion comp;
Dpktgen.c468 struct completion start_done;
/net/9p/
Dtrans_rdma.c91 struct completion cm_done;
/net/tls/
Dtls_sw.c240 complete(&ctx->async_wait.completion); in tls_decrypt_done()
521 complete(&ctx->async_wait.completion); in tls_encrypt_done()