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:xbufp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
backchannel_rqst.c
56
struct xdr_buf *
xbufp
;
in xprt_free_allocation()
local
60
xbufp
= &req->rq_rcv_buf;
in xprt_free_allocation()
61
free_page((unsigned long)
xbufp
->head[0].iov_base);
in xprt_free_allocation()
62
xbufp
= &req->rq_snd_buf;
in xprt_free_allocation()
63
free_page((unsigned long)
xbufp
->head[0].iov_base);
in xprt_free_allocation()
H
A
D
xprt.c
1901
struct xdr_buf *
xbufp
= &req->rq_snd_buf;
in xprt_init_bc_request()
local
1910
xbufp
->len =
xbufp
->head[0].iov_len +
xbufp
->page_len +
in xprt_init_bc_request()
1911
xbufp
->tail[0].iov_len;
in xprt_init_bc_request()
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
backchannel_rqst.c
42
struct xdr_buf *
xbufp
;
in xprt_free_allocation()
local
46
xbufp
= &req->rq_rcv_buf;
in xprt_free_allocation()
47
free_page((unsigned long)
xbufp
->head[0].iov_base);
in xprt_free_allocation()
48
xbufp
= &req->rq_snd_buf;
in xprt_free_allocation()
49
free_page((unsigned long)
xbufp
->head[0].iov_base);
in xprt_free_allocation()
H
A
D
xprt.c
1988
struct xdr_buf *
xbufp
= &req->rq_snd_buf;
in xprt_init_bc_request()
local
1997
xbufp
->len =
xbufp
->head[0].iov_len +
xbufp
->page_len +
in xprt_init_bc_request()
1998
xbufp
->tail[0].iov_len;
in xprt_init_bc_request()
Completed in 7 milliseconds