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:oldpos
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
parent.c
82
loff_t
oldpos
;
in xchk_parent_count_parent_dentries()
local
106
oldpos
= 0;
in xchk_parent_count_parent_dentries()
115
if (
oldpos
== spc.dc.pos)
in xchk_parent_count_parent_dentries()
117
oldpos
= spc.dc.pos;
in xchk_parent_count_parent_dentries()
H
A
D
dir.c
798
loff_t
oldpos
;
in xchk_directory()
local
849
oldpos
= 0;
in xchk_directory()
857
if (
oldpos
== sdc.dir_iter.pos)
in xchk_directory()
859
oldpos
= sdc.dir_iter.pos;
in xchk_directory()
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H
A
D
ip_tables.c
401
unsigned int
oldpos
, size;
in mark_source_chains()
local
407
oldpos
= pos;
in mark_source_chains()
412
if (pos ==
oldpos
)
in mark_source_chains()
416
} while (
oldpos
== pos + e->next_offset);
in mark_source_chains()
H
A
D
arp_tables.c
336
unsigned int
oldpos
, size;
in mark_source_chains()
local
343
oldpos
= pos;
in mark_source_chains()
348
if (pos ==
oldpos
)
in mark_source_chains()
352
} while (
oldpos
== pos + e->next_offset);
in mark_source_chains()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H
A
D
ip6_tables.c
420
unsigned int
oldpos
, size;
in mark_source_chains()
local
426
oldpos
= pos;
in mark_source_chains()
431
if (pos ==
oldpos
)
in mark_source_chains()
435
} while (
oldpos
== pos + e->next_offset);
in mark_source_chains()
/kernel/linux/linux-6.6/net/ipv4/netfilter/
H
A
D
ip_tables.c
400
unsigned int
oldpos
, size;
in mark_source_chains()
local
406
oldpos
= pos;
in mark_source_chains()
411
if (pos ==
oldpos
)
in mark_source_chains()
415
} while (
oldpos
== pos + e->next_offset);
in mark_source_chains()
H
A
D
arp_tables.c
337
unsigned int
oldpos
, size;
in mark_source_chains()
local
344
oldpos
= pos;
in mark_source_chains()
349
if (pos ==
oldpos
)
in mark_source_chains()
353
} while (
oldpos
== pos + e->next_offset);
in mark_source_chains()
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H
A
D
ip6_tables.c
418
unsigned int
oldpos
, size;
in mark_source_chains()
local
424
oldpos
= pos;
in mark_source_chains()
429
if (pos ==
oldpos
)
in mark_source_chains()
433
} while (
oldpos
== pos + e->next_offset);
in mark_source_chains()
/kernel/linux/linux-5.10/sound/pci/riptide/
H
A
D
riptide.c
479
unsigned int
oldpos
;
member
1114
pos += data->
oldpos
;
in riptide_handleirq()
1130
data->
oldpos
= pos;
in riptide_handleirq()
1396
data->
oldpos
= 0;
in snd_riptide_trigger()
/kernel/linux/linux-6.6/sound/pci/riptide/
H
A
D
riptide.c
478
unsigned int
oldpos
;
member
1119
pos += data->
oldpos
;
in riptide_handleirq()
1135
data->
oldpos
= pos;
in riptide_handleirq()
1401
data->
oldpos
= 0;
in snd_riptide_trigger()
Completed in 23 milliseconds