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:free_objects
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
slab.c
237
parent->
free_objects
= 0;
in kmem_cache_node_init()
1350
free_objs = n->
free_objects
;
in slab_out_of_memory()
2215
n->
free_objects
-= cache->num;
in drain_freelist()
2661
n->
free_objects
+= cachep->num - page->active;
in cache_grow_end()
2795
if (n->
free_objects
> n->free_limit) {
in get_valid_first_slab()
2863
n->
free_objects
--;
in cache_alloc_pfmemalloc()
2923
if (!n->
free_objects
&& (!shared || !shared->avail))
in cache_alloc_refill()
2948
n->
free_objects
-= ac->avail;
in cache_alloc_refill()
3123
get_node(cache, nid)->
free_objects
) {
in fallback_alloc()
3189
n->
free_objects
in ____cache_alloc_node()
[all...]
H
A
D
slab.h
554
unsigned long
free_objects
;
member
/kernel/linux/linux-6.6/mm/
H
A
D
slab.c
237
parent->
free_objects
= 0;
in kmem_cache_node_init()
1329
free_objs = n->
free_objects
;
in slab_out_of_memory()
2195
n->
free_objects
-= cache->num;
in drain_freelist()
2621
n->
free_objects
+= cachep->num - slab->active;
in cache_grow_end()
2755
if (n->
free_objects
> n->free_limit) {
in get_valid_first_slab()
2823
n->
free_objects
--;
in cache_alloc_pfmemalloc()
2883
if (!n->
free_objects
&& (!shared || !shared->avail))
in cache_alloc_refill()
2908
n->
free_objects
-= ac->avail;
in cache_alloc_refill()
3078
get_node(cache, nid)->
free_objects
) {
in fallback_alloc()
3144
n->
free_objects
in ____cache_alloc_node()
[all...]
H
A
D
slab.h
784
unsigned long
free_objects
;
member
Completed in 11 milliseconds