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:new_budget
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_taprio.c
691
int tc, budget,
new_budget
= 0;
in taprio_update_budgets()
local
698
new_budget
= budget;
in taprio_update_budgets()
703
new_budget
= atomic_sub_return(len, &entry->budget[tc]);
in taprio_update_budgets()
708
return
new_budget
;
in taprio_update_budgets()
/kernel/linux/linux-5.10/block/
H
A
D
bfq-iosched.c
952
unsigned long
new_budget
;
in bfq_updated_next_req()
local
964
new_budget
= max_t(unsigned long,
in bfq_updated_next_req()
968
if (entity->budget !=
new_budget
) {
in bfq_updated_next_req()
969
entity->budget =
new_budget
;
in bfq_updated_next_req()
971
new_budget
);
in bfq_updated_next_req()
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.c
1069
unsigned long
new_budget
;
in bfq_updated_next_req()
local
1081
new_budget
= max_t(unsigned long,
in bfq_updated_next_req()
1085
if (entity->budget !=
new_budget
) {
in bfq_updated_next_req()
1086
entity->budget =
new_budget
;
in bfq_updated_next_req()
1088
new_budget
);
in bfq_updated_next_req()
Completed in 20 milliseconds