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:jbd2_slab
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/jbd2/
H
A
D
journal.c
2638
*
jbd2_slab
[] allocating or releasing memory; only in
2642
static struct kmem_cache *
jbd2_slab
[JBD2_MAX_SLABS];
variable
2655
kmem_cache_destroy(
jbd2_slab
[i]);
in jbd2_journal_destroy_slabs()
2656
jbd2_slab
[i] = NULL;
in jbd2_journal_destroy_slabs()
2675
if (
jbd2_slab
[i]) {
in jbd2_journal_create_slab()
2681
jbd2_slab
[i] = kmem_cache_create(jbd2_slab_names[i], slab_size,
in jbd2_journal_create_slab()
2684
if (!
jbd2_slab
[i]) {
in jbd2_journal_create_slab()
2685
printk(KERN_EMERG "JBD2: no memory for
jbd2_slab
cache\n");
in jbd2_journal_create_slab()
2698
BUG_ON(
jbd2_slab
[i] == NULL);
in get_slab()
2699
return
jbd2_slab
[
in get_slab()
[all...]
/kernel/linux/linux-6.6/fs/jbd2/
H
A
D
journal.c
2714
*
jbd2_slab
[] allocating or releasing memory; only in
2718
static struct kmem_cache *
jbd2_slab
[JBD2_MAX_SLABS];
variable
2731
kmem_cache_destroy(
jbd2_slab
[i]);
in jbd2_journal_destroy_slabs()
2732
jbd2_slab
[i] = NULL;
in jbd2_journal_destroy_slabs()
2751
if (
jbd2_slab
[i]) {
in jbd2_journal_create_slab()
2757
jbd2_slab
[i] = kmem_cache_create(jbd2_slab_names[i], slab_size,
in jbd2_journal_create_slab()
2760
if (!
jbd2_slab
[i]) {
in jbd2_journal_create_slab()
2761
printk(KERN_EMERG "JBD2: no memory for
jbd2_slab
cache\n");
in jbd2_journal_create_slab()
2774
BUG_ON(
jbd2_slab
[i] == NULL);
in get_slab()
2775
return
jbd2_slab
[
in get_slab()
[all...]
Completed in 8 milliseconds