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:sub_br
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
bitmap.c
106
struct xbitmap_range *
sub_br
;
in xbitmap_disunion()
local
123
* head of bitmap nor do we reset
sub_br
to the head of sub. The
in xbitmap_disunion()
127
sub_br
= list_first_entry(&sub->list, struct xbitmap_range,
in xbitmap_disunion()
134
* Advance
sub_br
and/or br until we find a pair that
in xbitmap_disunion()
137
while (
sub_br
->start +
sub_br
->len <= br->start) {
in xbitmap_disunion()
138
if (list_is_last(&
sub_br
->list, &sub->list))
in xbitmap_disunion()
140
sub_br
= list_next_entry(
sub_br
, list);
in xbitmap_disunion()
142
if (
sub_br
in xbitmap_disunion()
[all...]
Completed in 2 milliseconds