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:root_count
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu_internal.h
43
int
root_count
; /* Currently serving as active root */
member
100
BUG_ON(!sp->
root_count
);
in kvm_mmu_get_root()
103
++sp->
root_count
;
in kvm_mmu_get_root()
109
--sp->
root_count
;
in kvm_mmu_put_root()
111
return !sp->
root_count
;
in kvm_mmu_put_root()
H
A
D
mmutrace.h
15
__field(__u32,
root_count
) \
22
__entry->
root_count
= sp->
root_count
; \
45
__entry->
root_count
, \
H
A
D
tdp_mmu.c
102
return sp->tdp_mmu_page && sp->
root_count
;
in is_tdp_mmu_root()
114
WARN_ON(root->
root_count
);
in kvm_tdp_mmu_free_root()
175
root->
root_count
= 1;
in get_tdp_mmu_vcpu_root()
H
A
D
mmu.c
2317
if (!sp->
root_count
) {
in __kvm_mmu_prepare_zap_page()
2324
* !sp->
root_count
.
in __kvm_mmu_prepare_zap_page()
2334
* will be explicitly freed when the
root_count
hits zero.
in __kvm_mmu_prepare_zap_page()
2383
WARN_ON(!sp->role.invalid || sp->
root_count
);
in kvm_mmu_commit_zap_page()
2406
if (sp->
root_count
)
in kvm_mmu_zap_oldest_mmu_pages()
3229
++sp->
root_count
;
in mmu_alloc_root()
/kernel/linux/linux-5.10/lib/
H
A
D
test_objagg.c
30
unsigned int
root_count
;
member
138
world->
root_count
++;
in root_create()
147
world->
root_count
--;
in root_destroy()
154
unsigned int orig_root_count = world->
root_count
;
in test_nodelta_obj_get()
169
if (world->
root_count
!= orig_root_count + 1) {
in test_nodelta_obj_get()
175
if (world->
root_count
!= orig_root_count) {
in test_nodelta_obj_get()
207
unsigned int orig_root_count = world->
root_count
;
in test_nodelta_obj_put()
212
if (world->
root_count
!= orig_root_count - 1) {
in test_nodelta_obj_put()
217
if (world->
root_count
!= orig_root_count) {
in test_nodelta_obj_put()
598
if (orig_root_count != world->
root_count
) {
in check_expect()
[all...]
H
A
D
objagg.c
20
unsigned int
root_count
;
member
241
min = objagg->hints->
root_count
;
in objagg_obj_root_id_alloc()
623
objagg_stats->
root_count
++;
in objagg_stats_get()
666
hnode->root_id = objagg_hints->
root_count
++;
in objagg_hints_node_create()
1024
objagg_stats->
root_count
++;
in objagg_hints_stats_get()
/kernel/linux/linux-6.6/lib/
H
A
D
test_objagg.c
30
unsigned int
root_count
;
member
138
world->
root_count
++;
in root_create()
147
world->
root_count
--;
in root_destroy()
154
unsigned int orig_root_count = world->
root_count
;
in test_nodelta_obj_get()
169
if (world->
root_count
!= orig_root_count + 1) {
in test_nodelta_obj_get()
175
if (world->
root_count
!= orig_root_count) {
in test_nodelta_obj_get()
207
unsigned int orig_root_count = world->
root_count
;
in test_nodelta_obj_put()
212
if (world->
root_count
!= orig_root_count - 1) {
in test_nodelta_obj_put()
217
if (world->
root_count
!= orig_root_count) {
in test_nodelta_obj_put()
598
if (orig_root_count != world->
root_count
) {
in check_expect()
[all...]
H
A
D
objagg.c
20
unsigned int
root_count
;
member
241
min = objagg->hints->
root_count
;
in objagg_obj_root_id_alloc()
623
objagg_stats->
root_count
++;
in objagg_stats_get()
666
hnode->root_id = objagg_hints->
root_count
++;
in objagg_hints_node_create()
1036
objagg_stats->
root_count
++;
in objagg_hints_stats_get()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
amd_nb.c
234
u16
root_count
= 0;
in amd_cache_northbridges()
local
255
root_count
++;
in amd_cache_northbridges()
257
if (
root_count
) {
in amd_cache_northbridges()
258
roots_per_misc =
root_count
/ misc_count;
in amd_cache_northbridges()
264
if (!roots_per_misc || (
root_count
% roots_per_misc)) {
in amd_cache_northbridges()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
amd_nb.c
232
u16
root_count
= 0;
in amd_cache_northbridges()
local
253
root_count
++;
in amd_cache_northbridges()
255
if (
root_count
) {
in amd_cache_northbridges()
256
roots_per_misc =
root_count
/ misc_count;
in amd_cache_northbridges()
262
if (!roots_per_misc || (
root_count
% roots_per_misc)) {
in amd_cache_northbridges()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmutrace.h
15
__field(__u32,
root_count
) \
22
__entry->
root_count
= sp->
root_count
; \
45
__entry->
root_count
, \
H
A
D
mmu_internal.h
100
int
root_count
;
member
H
A
D
mmu.c
2585
if (!sp->
root_count
) {
in __kvm_mmu_prepare_zap_page()
2592
* !sp->
root_count
.
in __kvm_mmu_prepare_zap_page()
2602
* will be explicitly freed when the
root_count
hits zero.
in __kvm_mmu_prepare_zap_page()
2657
WARN_ON_ONCE(!sp->role.invalid || sp->
root_count
);
in kvm_mmu_commit_zap_page()
2680
if (sp->
root_count
)
in kvm_mmu_zap_oldest_mmu_pages()
3552
else if (!--sp->
root_count
&& sp->role.invalid)
in mmu_free_root_page()
3655
++sp->
root_count
;
in mmu_alloc_root()
/kernel/linux/linux-5.10/include/linux/
H
A
D
objagg.h
44
unsigned int
root_count
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
objagg.h
45
unsigned int
root_count
;
member
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
backref.c
45
int
root_count
;
in check_extent_in_eb()
local
66
&
root_count
);
in check_extent_in_eb()
70
for (int i = 0; i <
root_count
; i++) {
in check_extent_in_eb()
2462
int
root_count
;
in iterate_extent_inodes()
local
2466
&root_ids, &
root_count
);
in iterate_extent_inodes()
2468
for (int i = 0; i <
root_count
; i++) {
in iterate_extent_inodes()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_acl_erp.c
1394
if (hstats->
root_count
< ostats->
root_count
)
in mlxsw_sp_acl_erp_hints_check()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_acl_erp.c
1407
if (hstats->
root_count
< ostats->
root_count
)
in mlxsw_sp_acl_erp_hints_check()
Completed in 36 milliseconds