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
defs:slab_size
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bio.c
57
unsigned int
slab_size
;
member
/kernel/linux/linux-6.6/block/
H
A
D
bio.c
80
unsigned int
slab_size
;
member
139
unsigned int
slab_size
= bs_bio_slab_size(bs);
in bio_put_slab()
local
/kernel/linux/linux-6.6/mm/
H
A
D
slab.h
226
static inline size_t
slab_size
(const struct slab *slab)
in slab_size()
function
H
A
D
slab.c
404
size_t
slab_size
= PAGE_SIZE << gfporder;
in cache_estimate()
local
H
A
D
slub.c
4125
unsigned int
slab_size
= (unsigned int)PAGE_SIZE << order;
in calc_slab_order()
local
5537
SLAB_ATTR_RO(
slab_size
);
variable
/kernel/linux/linux-5.10/tools/vm/
H
A
D
slabinfo.c
34
unsigned int sanity_checks,
slab_size
, store_user, trace;
member
347
static unsigned long
slab_size
(struct slabinfo *s)
in slab_size()
function
[all...]
/kernel/linux/linux-5.10/fs/jbd2/
H
A
D
journal.c
2664
size_t
slab_size
;
in jbd2_journal_create_slab()
local
/kernel/linux/linux-6.6/fs/jbd2/
H
A
D
journal.c
2740
size_t
slab_size
;
in jbd2_journal_create_slab()
local
/kernel/linux/linux-6.6/tools/mm/
H
A
D
slabinfo.c
34
unsigned int sanity_checks,
slab_size
, store_user, trace;
member
367
static unsigned long
slab_size
(struct slabinfo *s)
in slab_size()
function
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
mballoc.c
2891
int
slab_size
;
in ext4_groupinfo_create_slab()
local
/kernel/linux/linux-5.10/mm/
H
A
D
slab.c
404
size_t
slab_size
= PAGE_SIZE << gfporder;
in cache_estimate()
local
H
A
D
slub.c
3418
unsigned int
slab_size
= (unsigned int)PAGE_SIZE << order;
in slab_order()
local
5032
SLAB_ATTR_RO(
slab_size
);
variable
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
mballoc.c
3489
int
slab_size
;
in ext4_groupinfo_create_slab()
local
Completed in 56 milliseconds