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:itb
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/boot/
H
A
D
Makefile
105
# Flattened Image Tree (.
itb
) images
154
targets += vmlinux.
itb
155
targets += vmlinux.gz.
itb
156
targets += vmlinux.bz2.
itb
157
targets += vmlinux.lzma.
itb
158
targets += vmlinux.lzo.
itb
169
$(obj)/vmlinux.
itb
: $(obj)/vmlinux.its $(obj)/vmlinux.bin FORCE
170
$(call if_changed,
itb
-image,$<)
172
$(obj)/vmlinux.%.
itb
: $(obj)/vmlinux.%.its $(obj)/vmlinux.bin.% FORCE
173
$(call if_changed,
itb
[all...]
/kernel/linux/linux-6.6/arch/mips/boot/
H
A
D
Makefile
105
# Flattened Image Tree (.
itb
) images
154
targets += vmlinux.
itb
155
targets += vmlinux.gz.
itb
156
targets += vmlinux.bz2.
itb
157
targets += vmlinux.lzma.
itb
158
targets += vmlinux.lzo.
itb
169
$(obj)/vmlinux.
itb
: $(obj)/vmlinux.its $(obj)/vmlinux.bin FORCE
170
$(call if_changed,
itb
-image,$<)
172
$(obj)/vmlinux.%.
itb
: $(obj)/vmlinux.%.its $(obj)/vmlinux.bin.% FORCE
173
$(call if_changed,
itb
[all...]
/kernel/linux/linux-6.6/arch/mips/
H
A
D
Makefile
374
boot-y += vmlinux.
itb
375
boot-y += vmlinux.gz.
itb
376
boot-y += vmlinux.bz2.
itb
377
boot-y += vmlinux.lzma.
itb
378
boot-y += vmlinux.lzo.
itb
386
bootz-y += vmlinuz.
itb
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
H
A
D
Makefile
174
# Flattened Image Tree (.
itb
) image
207
targets += ../vmlinuz.
itb
218
$(objboot)/vmlinuz.
itb
: $(objboot)/vmlinuz.its $(objboot)/vmlinuz.bin FORCE
219
$(call if_changed,
itb
-image,$<)
/kernel/linux/linux-5.10/arch/mips/
H
A
D
Makefile
355
boot-y += vmlinux.
itb
356
boot-y += vmlinux.gz.
itb
357
boot-y += vmlinux.bz2.
itb
358
boot-y += vmlinux.lzma.
itb
359
boot-y += vmlinux.lzo.
itb
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
resize.c
373
unsigned int
itb
= EXT4_SB(sb)->s_itb_per_group;
in ext4_alloc_group_tables()
local
376
if (start_blk +
itb
> last_blk)
in ext4_alloc_group_tables()
383
if (start_blk +
itb
> next_group_start) {
in ext4_alloc_group_tables()
385
overhead = start_blk +
itb
- next_group_start;
in ext4_alloc_group_tables()
387
itb
-= overhead;
in ext4_alloc_group_tables()
390
group_data[group].mdata_blocks +=
itb
;
in ext4_alloc_group_tables()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
resize.c
374
unsigned int
itb
= EXT4_SB(sb)->s_itb_per_group;
in ext4_alloc_group_tables()
local
377
if (start_blk +
itb
> last_blk)
in ext4_alloc_group_tables()
384
if (start_blk +
itb
> next_group_start) {
in ext4_alloc_group_tables()
386
overhead = start_blk +
itb
- next_group_start;
in ext4_alloc_group_tables()
388
itb
-= overhead;
in ext4_alloc_group_tables()
391
group_data[group].mdata_blocks +=
itb
;
in ext4_alloc_group_tables()
Completed in 12 milliseconds