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:maxreqs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
state.h
205
u32
maxreqs
;
member
H
A
D
nfs4state.c
1633
for (i = 0; i < ses->se_fchannel.
maxreqs
; i++) {
in free_session_slots()
1662
u32 num = ca->
maxreqs
;
in nfsd4_get_drc_mem()
1703
nfsd_drc_mem_used -= slotsize * ca->
maxreqs
;
in nfsd4_put_drc_mem()
1710
int numslots = fattrs->
maxreqs
;
in alloc_session()
3309
ca->
maxreqs
= min_t(u32, ca->
maxreqs
, NFSD_MAX_SLOTS_PER_SESSION);
in check_forechannel_attrs()
3320
ca->
maxreqs
= nfsd4_get_drc_mem(ca, nn);
in check_forechannel_attrs()
3779
if (seq->slotid >= session->se_fchannel.
maxreqs
)
in nfsd4_sequence()
3786
* maxslots to the session
maxreqs
which is used to encode
in nfsd4_sequence()
3788
seq->maxslots = session->se_fchannel.
maxreqs
;
in nfsd4_sequence()
[all...]
H
A
D
nfs4xdr.c
1462
sess->fore_channel.
maxreqs
= be32_to_cpup(p++);
in nfsd4_decode_create_session()
1479
sess->back_channel.
maxreqs
= be32_to_cpup(p++);
in nfsd4_decode_create_session()
4321
*p++ = cpu_to_be32(sess->fore_channel.
maxreqs
);
in nfsd4_encode_create_session()
4339
*p++ = cpu_to_be32(sess->back_channel.
maxreqs
);
in nfsd4_encode_create_session()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
state.h
206
u32
maxreqs
;
member
H
A
D
nfs4state.c
1752
for (i = 0; i < ses->se_fchannel.
maxreqs
; i++) {
in free_session_slots()
1781
u32 num = ca->
maxreqs
;
in nfsd4_get_drc_mem()
1822
nfsd_drc_mem_used -= slotsize * ca->
maxreqs
;
in nfsd4_put_drc_mem()
1829
int numslots = fattrs->
maxreqs
;
in alloc_session()
3513
ca->
maxreqs
= min_t(u32, ca->
maxreqs
, NFSD_MAX_SLOTS_PER_SESSION);
in check_forechannel_attrs()
3524
ca->
maxreqs
= nfsd4_get_drc_mem(ca, nn);
in check_forechannel_attrs()
3987
if (seq->slotid >= session->se_fchannel.
maxreqs
)
in nfsd4_sequence()
3994
* maxslots to the session
maxreqs
which is used to encode
in nfsd4_sequence()
3996
seq->maxslots = session->se_fchannel.
maxreqs
;
in nfsd4_sequence()
[all...]
H
A
D
nfs4xdr.c
1677
ca->
maxreqs
= be32_to_cpup(p++);
in nfsd4_decode_channel_attrs4()
4597
*p++ = cpu_to_be32(sess->fore_channel.
maxreqs
);
in nfsd4_encode_create_session()
4615
*p++ = cpu_to_be32(sess->back_channel.
maxreqs
);
in nfsd4_encode_create_session()
Completed in 29 milliseconds