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_window
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
walt.c
760
int
new_window
, nr_full_windows;
in update_task_demand()
local
768
new_window
= mark_start < window_start;
in update_task_demand()
770
if (
new_window
)
in update_task_demand()
783
if (!
new_window
) {
in update_task_demand()
914
int
new_window
, full_window = 0;
in update_cpu_busy_time()
local
931
new_window
= mark_start < window_start;
in update_cpu_busy_time()
932
if (
new_window
) {
in update_cpu_busy_time()
945
if (
new_window
)
in update_cpu_busy_time()
949
if (p_is_curr_task &&
new_window
)
in update_cpu_busy_time()
968
if (!
new_window
) {
in update_cpu_busy_time()
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
walt.c
761
int
new_window
, nr_full_windows;
in update_task_demand()
local
769
new_window
= mark_start < window_start;
in update_task_demand()
771
if (
new_window
)
in update_task_demand()
784
if (!
new_window
) {
in update_task_demand()
915
int
new_window
, full_window = 0;
in update_cpu_busy_time()
local
932
new_window
= mark_start < window_start;
in update_cpu_busy_time()
933
if (
new_window
) {
in update_cpu_busy_time()
946
if (
new_window
)
in update_cpu_busy_time()
950
if (p_is_curr_task &&
new_window
)
in update_cpu_busy_time()
969
if (!
new_window
) {
in update_cpu_busy_time()
[all...]
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
tcp_nip.c
1644
__u32
new_window
= __nip_tcp_select_window(sk);
in tcp_nip_cleanup_rbuf()
local
1647
* in our buffer. Certainly,
new_window
is new window.
in tcp_nip_cleanup_rbuf()
1651
if (
new_window
&&
new_window
>= TCP_WINDOW_RAISE_THRESHOLD * rcv_window_now)
in tcp_nip_cleanup_rbuf()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp.c
1597
__u32
new_window
= __tcp_select_window(sk);
in tcp_cleanup_rbuf()
local
1600
* in our buffer. Certainly,
new_window
is new window.
in tcp_cleanup_rbuf()
1604
if (
new_window
&&
new_window
>= 2 * rcv_window_now)
in tcp_cleanup_rbuf()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp.c
1479
__u32
new_window
= __tcp_select_window(sk);
in __tcp_cleanup_rbuf()
local
1482
* in our buffer. Certainly,
new_window
is new window.
in __tcp_cleanup_rbuf()
1486
if (
new_window
&&
new_window
>= 2 * rcv_window_now)
in __tcp_cleanup_rbuf()
Completed in 31 milliseconds