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:rec_idx
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
ialloc.c
139
unsigned int
rec_idx
;
in xchk_inobt_chunk_xref_finobt()
local
147
for (i = agino,
rec_idx
= agino - irec->ir_startino;
in xchk_inobt_chunk_xref_finobt()
149
i++,
rec_idx
++) {
in xchk_inobt_chunk_xref_finobt()
153
free = irec->ir_free & (1ULL <<
rec_idx
);
in xchk_inobt_chunk_xref_finobt()
154
hole_idx =
rec_idx
/ XFS_INODES_PER_HOLEMASK_BIT;
in xchk_inobt_chunk_xref_finobt()
178
unsigned int
rec_idx
, hole_idx;
in xchk_finobt_xref_inobt()
local
198
rec_idx
= agino - irec.ir_startino;
in xchk_finobt_xref_inobt()
199
free = irec.ir_free & (1ULL <<
rec_idx
);
in xchk_finobt_xref_inobt()
200
hole_idx =
rec_idx
/ XFS_INODES_PER_HOLEMASK_BIT;
in xchk_finobt_xref_inobt()
227
unsigned int
rec_idx
;
in xchk_finobt_chunk_xref_inobt()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/can/usb/peak_usb/
H
A
D
pcan_usb.c
138
u8
rec_idx
;
member
403
if (mc->
rec_idx
> 0)
in pcan_usb_update_ts()
791
for (err = 0; mc.
rec_idx
< mc.rec_cnt && !err; mc.
rec_idx
++) {
in pcan_usb_decode_msg()
/kernel/linux/linux-6.6/drivers/net/can/usb/peak_usb/
H
A
D
pcan_usb.c
146
u8
rec_idx
;
member
431
if (mc->
rec_idx
> 0)
in pcan_usb_update_ts()
735
for (err = 0; mc.
rec_idx
< mc.rec_cnt && !err; mc.
rec_idx
++) {
in pcan_usb_decode_msg()
Completed in 4 milliseconds