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:blk_count
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
eadm.h
47
u32
blk_count
;
member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
eadm.h
47
u32
blk_count
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/pcie/
H
A
D
pearl_pcie.c
958
int
blk_count
= fw_size / blk_size + ((fw_size % blk_size) ? 1 : 0);
in qtnf_ep_fw_load()
local
966
while (blk <
blk_count
) {
in qtnf_ep_fw_load()
977
(blk == (
blk_count
- 1))) {
in qtnf_ep_fw_load()
992
if (blk == (
blk_count
- 1)) {
in qtnf_ep_fw_load()
994
blk_count
& QTN_PCIE_FW_DLMASK;
in qtnf_ep_fw_load()
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/pcie/
H
A
D
pearl_pcie.c
958
int
blk_count
= fw_size / blk_size + ((fw_size % blk_size) ? 1 : 0);
in qtnf_ep_fw_load()
local
966
while (blk <
blk_count
) {
in qtnf_ep_fw_load()
977
(blk == (
blk_count
- 1))) {
in qtnf_ep_fw_load()
992
if (blk == (
blk_count
- 1)) {
in qtnf_ep_fw_load()
994
blk_count
& QTN_PCIE_FW_DLMASK;
in qtnf_ep_fw_load()
/kernel/linux/linux-5.10/drivers/input/rmi4/
H
A
D
rmi_f34v7.c
1002
u16
blk_count
;
in rmi_f34v7_write_firmware()
local
1004
blk_count
= f34->v7.img.ui_firmware.size / f34->v7.block_size;
in rmi_f34v7_write_firmware()
1007
blk_count
, v7_CMD_WRITE_FW);
in rmi_f34v7_write_firmware()
/kernel/linux/linux-6.6/drivers/input/rmi4/
H
A
D
rmi_f34v7.c
870
u16
blk_count
;
in rmi_f34v7_write_firmware()
local
872
blk_count
= f34->v7.img.ui_firmware.size / f34->v7.block_size;
in rmi_f34v7_write_firmware()
875
blk_count
, v7_CMD_WRITE_FW);
in rmi_f34v7_write_firmware()
/kernel/linux/linux-5.10/include/linux/
H
A
D
f2fs_fs.h
190
__le16
blk_count
; /* Number of orphan inode blocks in CP */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
f2fs_fs.h
231
__le16
blk_count
; /* Number of orphan inode blocks in CP */
member
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
scm_blk.c
204
msb->
blk_count
+= bv.bv_len >> 12;
in scm_request_prepare()
H
A
D
dasd_eckd.c
3190
unsigned int
blk_count
;
in dasd_eckd_ese_read()
local
3204
blk_count
= 0;
in dasd_eckd_ese_read()
3237
if (first_blk +
blk_count
>= end_blk) {
in dasd_eckd_ese_read()
3238
cqr->proc_bytes =
blk_count
* blksize;
in dasd_eckd_ese_read()
3246
blk_count
++;
in dasd_eckd_ese_read()
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
scm_blk.c
203
msb->
blk_count
+= bv.bv_len >> 12;
in scm_request_prepare()
H
A
D
dasd_eckd.c
3278
unsigned int
blk_count
;
in dasd_eckd_ese_read()
local
3292
blk_count
= 0;
in dasd_eckd_ese_read()
3325
if (first_blk +
blk_count
>= end_blk) {
in dasd_eckd_ese_read()
3326
cqr->proc_bytes =
blk_count
* blksize;
in dasd_eckd_ese_read()
3334
blk_count
++;
in dasd_eckd_ese_read()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
checkpoint.c
797
orphan_blk->
blk_count
= cpu_to_le16(orphan_blocks);
in write_orphan_inodes()
809
orphan_blk->
blk_count
= cpu_to_le16(orphan_blocks);
in write_orphan_inodes()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
checkpoint.c
810
orphan_blk->
blk_count
= cpu_to_le16(orphan_blocks);
in write_orphan_inodes()
822
orphan_blk->
blk_count
= cpu_to_le16(orphan_blocks);
in write_orphan_inodes()
Completed in 33 milliseconds