Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:recv_done
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_mgmt.c
255
struct completion *
recv_done
;
in msg_to_mgmt_sync()
local
264
recv_done
= &recv_msg->
recv_done
;
in msg_to_mgmt_sync()
271
init_completion(
recv_done
);
in msg_to_mgmt_sync()
282
if (!wait_for_completion_timeout(
recv_done
, timeo)) {
in msg_to_mgmt_sync()
482
complete(&recv_msg->
recv_done
);
in mgmt_resp_msg_handler()
H
A
D
hinic_hw_mgmt.h
110
struct completion
recv_done
;
member
H
A
D
hinic_hw_mbox.h
44
struct completion
recv_done
;
member
H
A
D
hinic_hw_mbox.c
401
complete(&recv_mbox->
recv_done
);
in resp_mbox_handler()
1018
init_completion(&mbox_for_resp->
recv_done
);
in hinic_mbox_to_func()
1035
if (!wait_for_completion_timeout(&mbox_for_resp->
recv_done
, timeo)) {
in hinic_mbox_to_func()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H
A
D
hinic_hw_mgmt.c
255
struct completion *
recv_done
;
in msg_to_mgmt_sync()
local
264
recv_done
= &recv_msg->
recv_done
;
in msg_to_mgmt_sync()
271
init_completion(
recv_done
);
in msg_to_mgmt_sync()
282
if (!wait_for_completion_timeout(
recv_done
, timeo)) {
in msg_to_mgmt_sync()
478
complete(&recv_msg->
recv_done
);
in mgmt_resp_msg_handler()
H
A
D
hinic_hw_mgmt.h
110
struct completion
recv_done
;
member
H
A
D
hinic_hw_mbox.h
44
struct completion
recv_done
;
member
H
A
D
hinic_hw_mbox.c
396
complete(&recv_mbox->
recv_done
);
in resp_mbox_handler()
1013
init_completion(&mbox_for_resp->
recv_done
);
in hinic_mbox_to_func()
1030
if (!wait_for_completion_timeout(&mbox_for_resp->
recv_done
, timeo)) {
in hinic_mbox_to_func()
/kernel/linux/linux-5.10/net/9p/
H
A
D
trans_rdma.c
291
recv_done
(struct ib_cq *cq, struct ib_wc *wc)
in recv_done()
function
397
c->cqe.done =
recv_done
;
in post_recv()
/kernel/linux/linux-6.6/net/9p/
H
A
D
trans_rdma.c
290
recv_done
(struct ib_cq *cq, struct ib_wc *wc)
in recv_done()
function
396
c->cqe.done =
recv_done
;
in post_recv()
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
transport_rdma.c
535
static void
recv_done
(struct ib_cq *cq, struct ib_wc *wc)
in recv_done()
function
653
recvmsg->cqe.done =
recv_done
;
in smb_direct_post_recv()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smbdirect.c
442
static void
recv_done
(struct ib_cq *cq, struct ib_wc *wc)
in recv_done()
function
1055
response->cqe.done =
recv_done
;
in smbd_post_recv()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smbdirect.c
448
static void
recv_done
(struct ib_cq *cq, struct ib_wc *wc)
in recv_done()
function
1022
response->cqe.done =
recv_done
;
in smbd_post_recv()
Completed in 19 milliseconds