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:target_nr
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
refcount.c
48
* extent; call that quantity $
target_nr
. Proceed as follows:
50
* 2. Pull the first $
target_nr
fragments from the list; all of them
60
* 4. Check that there are $
target_nr
fragments remaining in the list,
157
xfs_nlink_t
target_nr
;
in xchk_refcountbt_process_rmap_fragments()
local
159
target_nr
= refchk->refcount - refchk->seen;
in xchk_refcountbt_process_rmap_fragments()
160
if (
target_nr
== 0)
in xchk_refcountbt_process_rmap_fragments()
188
if (frag->rm.rm_startblock > refchk->bno || nr >
target_nr
)
in xchk_refcountbt_process_rmap_fragments()
198
* We should have found exactly $
target_nr
rmap fragments starting
in xchk_refcountbt_process_rmap_fragments()
201
if (nr !=
target_nr
)
in xchk_refcountbt_process_rmap_fragments()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
refcount.c
53
* extent; call that quantity $
target_nr
. Proceed as follows:
55
* 2. Pull the first $
target_nr
fragments from the list; all of them
65
* 4. Check that there are $
target_nr
fragments remaining in the list,
162
xfs_nlink_t
target_nr
;
in xchk_refcountbt_process_rmap_fragments()
local
164
target_nr
= refchk->refcount - refchk->seen;
in xchk_refcountbt_process_rmap_fragments()
165
if (
target_nr
== 0)
in xchk_refcountbt_process_rmap_fragments()
193
if (frag->rm.rm_startblock > refchk->bno || nr >
target_nr
)
in xchk_refcountbt_process_rmap_fragments()
203
* We should have found exactly $
target_nr
rmap fragments starting
in xchk_refcountbt_process_rmap_fragments()
206
if (nr !=
target_nr
)
in xchk_refcountbt_process_rmap_fragments()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm.c
1472
unsigned
target_nr
= 0;
in __send_empty_flush()
local
1496
while ((ti = dm_table_get_target(ci->map,
target_nr
++)))
in __send_empty_flush()
Completed in 7 milliseconds