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:bbtblocks
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/mtd/
H
A
D
mtd-abi.h
248
* @
bbtblocks
: number of blocks reserved for bad block tables
254
__u32
bbtblocks
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/mtd/
H
A
D
mtd-abi.h
146
__u32
bbtblocks
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/mtd/
H
A
D
mtd-abi.h
132
__u32
bbtblocks
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/mtd/
H
A
D
mtd-abi.h
146
__u32
bbtblocks
;
member
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
nand_bbt.c
222
mtd->ecc_stats.
bbtblocks
++;
in read_bbt()
531
int
bbtblocks
;
in search_bbt()
local
546
bbtblocks
= targetsize >> this->bbt_erase_shift;
in search_bbt()
547
startblock &=
bbtblocks
- 1;
in search_bbt()
550
bbtblocks
= mtd->size >> this->bbt_erase_shift;
in search_bbt()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
nand_bbt.c
222
mtd->ecc_stats.
bbtblocks
++;
in read_bbt()
560
int
bbtblocks
;
in search_bbt()
local
575
bbtblocks
= targetsize >> this->bbt_erase_shift;
in search_bbt()
576
startblock &=
bbtblocks
- 1;
in search_bbt()
579
bbtblocks
= mtd->size >> this->bbt_erase_shift;
in search_bbt()
/kernel/linux/linux-6.6/include/uapi/mtd/
H
A
D
mtd-abi.h
303
* @
bbtblocks
: number of blocks reserved for bad block tables
309
__u32
bbtblocks
;
member
/kernel/linux/linux-5.10/drivers/mtd/
H
A
D
mtdpart.c
204
child->ecc_stats.
bbtblocks
++;
in allocate_partition()
H
A
D
mtdcore.c
341
return snprintf(buf, PAGE_SIZE, "%u\n", ecc_stats->
bbtblocks
);
in mtd_bbtblocks_show()
/kernel/linux/linux-6.6/drivers/mtd/
H
A
D
mtdpart.c
211
child->ecc_stats.
bbtblocks
++;
in allocate_partition()
H
A
D
mtdcore.c
337
return sysfs_emit(buf, "%u\n", ecc_stats->
bbtblocks
);
in mtd_bbt_blocks_show()
Completed in 15 milliseconds