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:penalty_jiffies
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
memcontrol.c
2595
unsigned long
penalty_jiffies
;
in calculate_high_delay()
local
2602
* jiffies to sleep (
penalty_jiffies
). Ideally this value should be
in calculate_high_delay()
2608
penalty_jiffies
= max_overage * max_overage * HZ;
in calculate_high_delay()
2609
penalty_jiffies
>>= MEMCG_DELAY_PRECISION_SHIFT;
in calculate_high_delay()
2610
penalty_jiffies
>>= MEMCG_DELAY_SCALING_SHIFT;
in calculate_high_delay()
2620
return
penalty_jiffies
* nr_pages / MEMCG_CHARGE_BATCH;
in calculate_high_delay()
2629
unsigned long
penalty_jiffies
;
in mem_cgroup_handle_over_high()
local
2661
penalty_jiffies
= calculate_high_delay(memcg, nr_pages,
in mem_cgroup_handle_over_high()
2664
penalty_jiffies
+= calculate_high_delay(memcg, nr_pages,
in mem_cgroup_handle_over_high()
2672
penalty_jiffies
in mem_cgroup_handle_over_high()
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
memcontrol.c
2556
unsigned long
penalty_jiffies
;
in calculate_high_delay()
local
2563
* jiffies to sleep (
penalty_jiffies
). Ideally this value should be
in calculate_high_delay()
2569
penalty_jiffies
= max_overage * max_overage * HZ;
in calculate_high_delay()
2570
penalty_jiffies
>>= MEMCG_DELAY_PRECISION_SHIFT;
in calculate_high_delay()
2571
penalty_jiffies
>>= MEMCG_DELAY_SCALING_SHIFT;
in calculate_high_delay()
2581
return
penalty_jiffies
* nr_pages / MEMCG_CHARGE_BATCH;
in calculate_high_delay()
2590
unsigned long
penalty_jiffies
;
in mem_cgroup_handle_over_high()
local
2622
penalty_jiffies
= calculate_high_delay(memcg, nr_pages,
in mem_cgroup_handle_over_high()
2625
penalty_jiffies
+= calculate_high_delay(memcg, nr_pages,
in mem_cgroup_handle_over_high()
2633
penalty_jiffies
in mem_cgroup_handle_over_high()
[all...]
Completed in 12 milliseconds