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:buffer_limit
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_cake.c
231
u32
buffer_limit
;
member
1898
if (q->buffer_used > q->
buffer_limit
) {
in cake_enqueue()
1901
while (q->buffer_used > q->
buffer_limit
) {
in cake_enqueue()
2552
q->
buffer_limit
= q->buffer_config_limit;
in cake_reconfigure()
2557
q->
buffer_limit
= max_t(u32, t, 4U << 20);
in cake_reconfigure()
2559
q->
buffer_limit
= ~0;
in cake_reconfigure()
2564
q->
buffer_limit
= min(q->
buffer_limit
,
in cake_reconfigure()
2870
PUT_STAT_U32(MEMORY_LIMIT, q->
buffer_limit
);
in cake_dump_stats()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_cake.c
232
u32
buffer_limit
;
member
1899
if (q->buffer_used > q->
buffer_limit
) {
in cake_enqueue()
1902
while (q->buffer_used > q->
buffer_limit
) {
in cake_enqueue()
2553
q->
buffer_limit
= q->buffer_config_limit;
in cake_reconfigure()
2558
q->
buffer_limit
= max_t(u32, t, 4U << 20);
in cake_reconfigure()
2560
q->
buffer_limit
= ~0;
in cake_reconfigure()
2565
q->
buffer_limit
= min(q->
buffer_limit
,
in cake_reconfigure()
2868
PUT_STAT_U32(MEMORY_LIMIT, q->
buffer_limit
);
in cake_dump_stats()
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
he.h
268
unsigned int
buffer_limit
;
member
H
A
D
he.c
1206
he_dev->
buffer_limit
= 4;
in he_start()
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
he.h
268
unsigned int
buffer_limit
;
member
H
A
D
he.c
1203
he_dev->
buffer_limit
= 4;
in he_start()
Completed in 22 milliseconds