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:xprt_write_space
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sunrpc/
H
A
D
xprt.h
395
bool
xprt_write_space
(struct rpc_xprt *xprt);
/kernel/linux/linux-6.6/include/linux/sunrpc/
H
A
D
xprt.h
426
bool
xprt_write_space
(struct rpc_xprt *xprt);
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H
A
D
verbs.c
767
xprt_write_space
(&r_xprt->rx_xprt);
in rpcrdma_sendctx_put_locked()
810
xprt_write_space
(&r_xprt->rx_xprt);
in rpcrdma_mr_refresh_worker()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H
A
D
verbs.c
734
xprt_write_space
(&r_xprt->rx_xprt);
in rpcrdma_sendctx_put_locked()
780
xprt_write_space
(&r_xprt->rx_xprt);
in rpcrdma_mr_refresh_worker()
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
xprt.c
599
*
xprt_write_space
- wake the task waiting for transport output buffer space
602
* Can be called in a soft IRQ context, so
xprt_write_space
never sleeps.
604
bool
xprt_write_space
(struct rpc_xprt *xprt)
in xprt_write_space()
function
615
EXPORT_SYMBOL_GPL(
xprt_write_space
);
variable
H
A
D
xprtsock.c
2389
xprt_write_space
(&transport->xprt);
in xs_wake_write()
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
xprt.c
628
*
xprt_write_space
- wake the task waiting for transport output buffer space
631
* Can be called in a soft IRQ context, so
xprt_write_space
never sleeps.
633
bool
xprt_write_space
(struct rpc_xprt *xprt)
in xprt_write_space()
function
644
EXPORT_SYMBOL_GPL(
xprt_write_space
);
variable
H
A
D
xprtsock.c
2768
xprt_write_space
(&transport->xprt);
in xs_wake_write()
Completed in 21 milliseconds