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:local_stat
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
blk-iocost.c
542
struct iocg_stat
local_stat
;
member
1344
iocg->
local_stat
.indelay_us += now->now - iocg->indelay_since;
in iocg_kick_delay()
1392
iocg->
local_stat
.indebt_us += now->now - iocg->indebt_since;
in iocg_pay_debt()
1486
iocg->
local_stat
.wait_us += now->now - iocg->wait_since;
in iocg_kick_waitq()
1634
iocg->
local_stat
.usage_us += iocg->usage_delta_us;
in iocg_flush_stat_one()
1638
iocg->
local_stat
.usage_us + iocg->desc_stat.usage_us;
in iocg_flush_stat_one()
1640
iocg->
local_stat
.wait_us + iocg->desc_stat.wait_us;
in iocg_flush_stat_one()
1642
iocg->
local_stat
.indebt_us + iocg->desc_stat.indebt_us;
in iocg_flush_stat_one()
1644
iocg->
local_stat
.indelay_us + iocg->desc_stat.indelay_us;
in iocg_flush_stat_one()
2144
iocg->
local_stat
in ioc_timer_fn()
[all...]
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
fair.c
8577
struct sg_lb_stats
local_stat
; /* Statistics of the local group */
member
8584
*
local_stat
because update_sg_lb_stats() does a full clear/assignment.
in init_sd_lb_stats()
9082
sds->
local_stat
.group_type != group_has_spare))
in update_sd_pick_busiest()
9530
struct sg_lb_stats *local = &sds->
local_stat
;
in update_sd_lb_stats()
9629
local = &sds->
local_stat
;
in calculate_imbalance()
9827
local = &sds.
local_stat
;
in find_busiest_group()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
fair.c
9719
struct sg_lb_stats
local_stat
; /* Statistics of the local group */
member
9726
*
local_stat
because update_sg_lb_stats() does a full clear/assignment.
in init_sd_lb_stats()
10266
sds->
local_stat
.group_type != group_has_spare))
in update_sd_pick_busiest()
10843
struct sg_lb_stats *local = &sds->
local_stat
;
in update_sd_lb_stats()
10923
local = &sds->
local_stat
;
in calculate_imbalance()
11163
local = &sds.
local_stat
;
in find_busiest_group()
/kernel/linux/linux-5.10/mm/
H
A
D
page_alloc.c
3387
enum numa_stat_item
local_stat
= NUMA_LOCAL;
in zone_statistics()
local
3394
local_stat
= NUMA_OTHER;
in zone_statistics()
3402
__inc_numa_state(z,
local_stat
);
in zone_statistics()
/kernel/linux/linux-6.6/mm/
H
A
D
page_alloc.c
2648
enum numa_stat_item
local_stat
= NUMA_LOCAL;
in zone_statistics()
local
2655
local_stat
= NUMA_OTHER;
in zone_statistics()
2663
__count_numa_events(z,
local_stat
, nr_account);
in zone_statistics()
Completed in 52 milliseconds