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:nobjs
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
kvm_types.h
72
int
nobjs
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
kvm_types.h
98
int
nobjs
;
member
/kernel/linux/linux-5.10/virt/kvm/
H
A
D
kvm_main.c
413
if (mc->
nobjs
>= min)
in kvm_mmu_topup_memory_cache()
415
while (mc->
nobjs
< ARRAY_SIZE(mc->objects)) {
in kvm_mmu_topup_memory_cache()
418
return mc->
nobjs
>= min ? 0 : -ENOMEM;
in kvm_mmu_topup_memory_cache()
419
mc->objects[mc->
nobjs
++] = obj;
in kvm_mmu_topup_memory_cache()
426
return mc->
nobjs
;
in kvm_mmu_memory_cache_nr_free_objects()
431
while (mc->
nobjs
) {
in kvm_mmu_free_memory_cache()
433
kmem_cache_free(mc->kmem_cache, mc->objects[--mc->
nobjs
]);
in kvm_mmu_free_memory_cache()
435
free_page((unsigned long)mc->objects[--mc->
nobjs
]);
in kvm_mmu_free_memory_cache()
443
if (WARN_ON(!mc->
nobjs
))
in kvm_mmu_memory_cache_alloc()
446
p = mc->objects[--mc->
nobjs
];
in kvm_mmu_memory_cache_alloc()
[all...]
/kernel/linux/linux-6.6/virt/kvm/
H
A
D
kvm_main.c
419
if (mc->
nobjs
>= min)
in __kvm_mmu_topup_memory_cache()
437
while (mc->
nobjs
< mc->capacity) {
in __kvm_mmu_topup_memory_cache()
440
return mc->
nobjs
>= min ? 0 : -ENOMEM;
in __kvm_mmu_topup_memory_cache()
441
mc->objects[mc->
nobjs
++] = obj;
in __kvm_mmu_topup_memory_cache()
453
return mc->
nobjs
;
in kvm_mmu_memory_cache_nr_free_objects()
458
while (mc->
nobjs
) {
in kvm_mmu_free_memory_cache()
460
kmem_cache_free(mc->kmem_cache, mc->objects[--mc->
nobjs
]);
in kvm_mmu_free_memory_cache()
462
free_page((unsigned long)mc->objects[--mc->
nobjs
]);
in kvm_mmu_free_memory_cache()
475
if (WARN_ON(!mc->
nobjs
))
in kvm_mmu_memory_cache_alloc()
478
p = mc->objects[--mc->
nobjs
];
in kvm_mmu_memory_cache_alloc()
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H
A
D
pgtable.c
1451
if (mc->
nobjs
>= nr_pages) {
in stage2_split_walker()
1467
if (mc->
nobjs
< nr_pages)
in stage2_split_walker()
Completed in 12 milliseconds