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:lpt_heap
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
find.c
51
heap = &c->
lpt_heap
[cat - 1];
in valuable()
134
heap = &c->
lpt_heap
[LPROPS_FREE - 1];
in scan_for_dirty()
272
heap = &c->
lpt_heap
[LPROPS_DIRTY - 1];
in ubifs_find_dirty_leb()
273
idx_heap = &c->
lpt_heap
[LPROPS_DIRTY_IDX - 1];
in ubifs_find_dirty_leb()
420
heap = &c->
lpt_heap
[LPROPS_DIRTY - 1];
in do_find_free_space()
752
c->dirty_idx.cnt = c->
lpt_heap
[LPROPS_DIRTY_IDX - 1].cnt;
in ubifs_save_dirty_idx_lnums()
753
memcpy(c->dirty_idx.arr, c->
lpt_heap
[LPROPS_DIRTY_IDX - 1].arr,
in ubifs_save_dirty_idx_lnums()
825
heap = &c->
lpt_heap
[LPROPS_DIRTY_IDX - 1];
in find_dirty_idx_leb()
H
A
D
lprops.c
169
struct ubifs_lpt_heap *heap = &c->
lpt_heap
[cat - 1];
in add_to_lpt_heap()
220
heap = &c->
lpt_heap
[cat - 1];
in remove_from_lpt_heap()
249
heap = &c->
lpt_heap
[cat - 1];
in lpt_heap_replace()
447
heap = &c->
lpt_heap
[new_cat - 1];
in change_category()
761
heap = &c->
lpt_heap
[LPROPS_FREE - 1];
in ubifs_fast_find_free()
928
struct ubifs_lpt_heap *heap = &c->
lpt_heap
[cat - 1];
in dbg_check_cats()
1071
struct ubifs_lpt_heap *heap = &c->
lpt_heap
[cat - 1];
in scan_check_cb()
H
A
D
lpt_commit.c
791
heap = &c->
lpt_heap
[LPROPS_DIRTY_IDX - 1];
in populate_lsave()
797
heap = &c->
lpt_heap
[LPROPS_DIRTY - 1];
in populate_lsave()
803
heap = &c->
lpt_heap
[LPROPS_FREE - 1];
in populate_lsave()
1444
kfree(c->
lpt_heap
[i].arr);
in ubifs_lpt_free()
1986
heap = &c->
lpt_heap
[LPROPS_DIRTY_IDX - 1];
in dbg_populate_lsave()
1989
heap = &c->
lpt_heap
[LPROPS_DIRTY - 1];
in dbg_populate_lsave()
1992
heap = &c->
lpt_heap
[LPROPS_FREE - 1];
in dbg_populate_lsave()
H
A
D
lpt.c
1791
c->
lpt_heap
[i].arr = kmalloc_array(LPT_HEAP_SZ,
in lpt_init_rd()
1794
if (!c->
lpt_heap
[i].arr)
in lpt_init_rd()
1796
c->
lpt_heap
[i].cnt = 0;
in lpt_init_rd()
1797
c->
lpt_heap
[i].max_cnt = LPT_HEAP_SZ;
in lpt_init_rd()
2327
heap = &c->
lpt_heap
[cat - 1];
in dbg_chk_pnode()
H
A
D
ubifs.h
1202
* @
lpt_heap
: array of heaps of categorized lprops
1447
struct ubifs_lpt_heap
lpt_heap
[LPROPS_HEAP_CNT];
member
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
find.c
51
heap = &c->
lpt_heap
[cat - 1];
in valuable()
134
heap = &c->
lpt_heap
[LPROPS_FREE - 1];
in scan_for_dirty()
272
heap = &c->
lpt_heap
[LPROPS_DIRTY - 1];
in ubifs_find_dirty_leb()
273
idx_heap = &c->
lpt_heap
[LPROPS_DIRTY_IDX - 1];
in ubifs_find_dirty_leb()
420
heap = &c->
lpt_heap
[LPROPS_DIRTY - 1];
in do_find_free_space()
752
c->dirty_idx.cnt = c->
lpt_heap
[LPROPS_DIRTY_IDX - 1].cnt;
in ubifs_save_dirty_idx_lnums()
753
memcpy(c->dirty_idx.arr, c->
lpt_heap
[LPROPS_DIRTY_IDX - 1].arr,
in ubifs_save_dirty_idx_lnums()
825
heap = &c->
lpt_heap
[LPROPS_DIRTY_IDX - 1];
in find_dirty_idx_leb()
H
A
D
lprops.c
169
struct ubifs_lpt_heap *heap = &c->
lpt_heap
[cat - 1];
in add_to_lpt_heap()
220
heap = &c->
lpt_heap
[cat - 1];
in remove_from_lpt_heap()
249
heap = &c->
lpt_heap
[cat - 1];
in lpt_heap_replace()
447
heap = &c->
lpt_heap
[new_cat - 1];
in change_category()
761
heap = &c->
lpt_heap
[LPROPS_FREE - 1];
in ubifs_fast_find_free()
928
struct ubifs_lpt_heap *heap = &c->
lpt_heap
[cat - 1];
in dbg_check_cats()
1071
struct ubifs_lpt_heap *heap = &c->
lpt_heap
[cat - 1];
in scan_check_cb()
H
A
D
lpt_commit.c
791
heap = &c->
lpt_heap
[LPROPS_DIRTY_IDX - 1];
in populate_lsave()
797
heap = &c->
lpt_heap
[LPROPS_DIRTY - 1];
in populate_lsave()
803
heap = &c->
lpt_heap
[LPROPS_FREE - 1];
in populate_lsave()
1444
kfree(c->
lpt_heap
[i].arr);
in ubifs_lpt_free()
1986
heap = &c->
lpt_heap
[LPROPS_DIRTY_IDX - 1];
in dbg_populate_lsave()
1989
heap = &c->
lpt_heap
[LPROPS_DIRTY - 1];
in dbg_populate_lsave()
1992
heap = &c->
lpt_heap
[LPROPS_FREE - 1];
in dbg_populate_lsave()
H
A
D
lpt.c
1791
c->
lpt_heap
[i].arr = kmalloc_array(LPT_HEAP_SZ,
in lpt_init_rd()
1794
if (!c->
lpt_heap
[i].arr)
in lpt_init_rd()
1796
c->
lpt_heap
[i].cnt = 0;
in lpt_init_rd()
1797
c->
lpt_heap
[i].max_cnt = LPT_HEAP_SZ;
in lpt_init_rd()
2327
heap = &c->
lpt_heap
[cat - 1];
in dbg_chk_pnode()
H
A
D
ubifs.h
1223
* @
lpt_heap
: array of heaps of categorized lprops
1475
struct ubifs_lpt_heap
lpt_heap
[LPROPS_HEAP_CNT];
member
Completed in 24 milliseconds