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:maxresp_cached
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
state.h
203
u32
maxresp_cached
;
member
H
A
D
nfs4xdr.c
1460
sess->fore_channel.
maxresp_cached
= be32_to_cpup(p++);
in nfsd4_decode_create_session()
1477
sess->back_channel.
maxresp_cached
= be32_to_cpup(p++);
in nfsd4_decode_create_session()
4319
*p++ = cpu_to_be32(sess->fore_channel.
maxresp_cached
);
in nfsd4_encode_create_session()
4337
*p++ = cpu_to_be32(sess->back_channel.
maxresp_cached
);
in nfsd4_encode_create_session()
H
A
D
nfs4state.c
1647
if (ca->
maxresp_cached
< NFSD_MIN_HDR_SEQ_SZ)
in slot_bytes()
1650
size = ca->
maxresp_cached
- NFSD_MIN_HDR_SEQ_SZ;
in slot_bytes()
3307
ca->
maxresp_cached
= min_t(u32, ca->
maxresp_cached
,
in check_forechannel_attrs()
3349
ca->
maxresp_cached
= 0;
in check_backchannel_attrs()
3817
session->se_fchannel.
maxresp_cached
:
in nfsd4_sequence()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
state.h
204
u32
maxresp_cached
;
member
H
A
D
nfs4state.c
1766
if (ca->
maxresp_cached
< NFSD_MIN_HDR_SEQ_SZ)
in slot_bytes()
1769
size = ca->
maxresp_cached
- NFSD_MIN_HDR_SEQ_SZ;
in slot_bytes()
3511
ca->
maxresp_cached
= min_t(u32, ca->
maxresp_cached
,
in check_forechannel_attrs()
3553
ca->
maxresp_cached
= 0;
in check_backchannel_attrs()
4025
session->se_fchannel.
maxresp_cached
:
in nfsd4_sequence()
H
A
D
nfs4xdr.c
1675
ca->
maxresp_cached
= be32_to_cpup(p++);
in nfsd4_decode_channel_attrs4()
4595
*p++ = cpu_to_be32(sess->fore_channel.
maxresp_cached
);
in nfsd4_encode_create_session()
4613
*p++ = cpu_to_be32(sess->back_channel.
maxresp_cached
);
in nfsd4_encode_create_session()
Completed in 35 milliseconds