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:usable_blocks
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_init_fw_funcs.c
373
u32
usable_blocks
, pure_lb_blocks, phys_blocks;
in qed_btb_blocks_rt_init()
local
381
usable_blocks
= port_params[port_id].num_btb_blocks -
in qed_btb_blocks_rt_init()
393
pure_lb_blocks = (
usable_blocks
* BTB_PURE_LB_FACTOR) /
in qed_btb_blocks_rt_init()
398
phys_blocks = (
usable_blocks
- pure_lb_blocks) /
in qed_btb_blocks_rt_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_init_fw_funcs.c
472
u32
usable_blocks
, pure_lb_blocks, phys_blocks;
in qed_btb_blocks_rt_init()
local
480
usable_blocks
= port_params[port_id].num_btb_blocks -
in qed_btb_blocks_rt_init()
492
pure_lb_blocks = (
usable_blocks
* BTB_PURE_LB_FACTOR) /
in qed_btb_blocks_rt_init()
497
phys_blocks = (
usable_blocks
- pure_lb_blocks) /
in qed_btb_blocks_rt_init()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
segment.c
977
unsigned int
usable_blocks
;
in locate_dirty_segment()
local
982
usable_blocks
= f2fs_usable_blks_in_seg(sbi, segno);
in locate_dirty_segment()
989
ckpt_valid_blocks ==
usable_blocks
)) {
in locate_dirty_segment()
992
} else if (valid_blocks <
usable_blocks
) {
in locate_dirty_segment()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
segment.c
828
unsigned int
usable_blocks
;
in locate_dirty_segment()
local
833
usable_blocks
= f2fs_usable_blks_in_seg(sbi, segno);
in locate_dirty_segment()
840
ckpt_valid_blocks ==
usable_blocks
)) {
in locate_dirty_segment()
843
} else if (valid_blocks <
usable_blocks
) {
in locate_dirty_segment()
Completed in 18 milliseconds