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:oo_objects
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/tools/cgroup/
H
A
D
memcg_slabinfo.py
67
def
oo_objects
(s):
function
98
'objects_per_slab':
oo_objects
(s),
211
for i in range(
oo_objects
(cache)):
/kernel/linux/linux-6.6/tools/cgroup/
H
A
D
memcg_slabinfo.py
67
def
oo_objects
(s):
function
98
'objects_per_slab':
oo_objects
(s),
211
for i in range(
oo_objects
(cache)):
/kernel/linux/linux-6.6/scripts/gdb/linux/
H
A
D
slab.py
75
def
oo_objects
(x):
function
166
obj_map[:] = [False] *
oo_objects
(cache['oo'])
195
obj_map = [False] *
oo_objects
(target_cache['oo'])
314
objects_per_slab =
oo_objects
(cache['oo'])
/kernel/linux/linux-6.6/mm/
H
A
D
slub.c
481
static inline unsigned int
oo_objects
(struct kmem_cache_order_objects x)
in oo_objects()
function
499
nr_slabs = DIV_ROUND_UP(nr_objects * 2,
oo_objects
(s->oo));
in slub_set_cpu_partial()
1891
unsigned int count =
oo_objects
(s->oo);
in init_cache_random_seq()
1961
freelist_count =
oo_objects
(s->oo);
in shuffle_freelist()
2031
slab->objects =
oo_objects
(oo);
in allocate_slab()
4506
return !!
oo_objects
(s->oo);
in calculate_sizes()
5210
obj_map = bitmap_alloc(
oo_objects
(s->oo), GFP_KERNEL);
in validate_slab_cache()
5553
return sysfs_emit(buf, "%u\n",
oo_objects
(s->oo));
in objs_per_slab_show()
5662
objects = (slabs *
oo_objects
(s->oo)) / 2;
in slabs_cpu_partial_show()
5672
objects = (slabs *
oo_objects
(
in slabs_cpu_partial_show()
[all...]
/kernel/linux/linux-5.10/mm/
H
A
D
slub.c
337
static inline unsigned int
oo_objects
(struct kmem_cache_order_objects x)
in oo_objects()
function
1637
unsigned int count =
oo_objects
(s->oo);
in init_cache_random_seq()
1707
freelist_count =
oo_objects
(s->oo);
in shuffle_freelist()
1780
page->objects =
oo_objects
(oo);
in allocate_slab()
3781
if (
oo_objects
(s->oo) >
oo_objects
(s->max))
in calculate_sizes()
3784
return !!
oo_objects
(s->oo);
in calculate_sizes()
5048
return sprintf(buf, "%u\n",
oo_objects
(s->oo));
in objs_per_slab_show()
5761
sinfo->objects_per_slab =
oo_objects
(s->oo);
in get_slabinfo()
Completed in 17 milliseconds