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:stop_pos
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/events/intel/
H
A
D
pt.h
68
* @
stop_pos
: STOP topa entry index
85
long
stop_pos
, intr_pos;
member
H
A
D
pt.c
1104
if (idx != buf->
stop_pos
) {
in pt_buffer_reset_markers()
1105
buf->
stop_pos
= idx;
in pt_buffer_reset_markers()
1305
buf->
stop_pos
= -1;
in pt_buffer_setup_aux()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H
A
D
pt.h
68
* @
stop_pos
: STOP topa entry index
85
long
stop_pos
, intr_pos;
member
H
A
D
pt.c
1120
if (idx != buf->
stop_pos
) {
in pt_buffer_reset_markers()
1121
buf->
stop_pos
= idx;
in pt_buffer_reset_markers()
1321
buf->
stop_pos
= -1;
in pt_buffer_setup_aux()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H
A
D
adl_pci9118.c
412
unsigned int
stop_pos
= start_pos + cmd->chanlist_len;
in pci9118_ai_samples_ready()
local
413
unsigned int span_len =
stop_pos
+ devpriv->ai_add_back;
in pci9118_ai_samples_ready()
445
if (dma_pos <
stop_pos
) {
in pci9118_ai_samples_ready()
447
x =
stop_pos
- dma_pos;
in pci9118_ai_samples_ready()
456
stop_pos
+= span_len;
in pci9118_ai_samples_ready()
469
unsigned int
stop_pos
= start_pos + cmd->chanlist_len;
in pci9118_ai_dma_xfer()
local
470
unsigned int span_len =
stop_pos
+ devpriv->ai_add_back;
in pci9118_ai_dma_xfer()
495
if (dma_pos <
stop_pos
) {
in pci9118_ai_dma_xfer()
497
x =
stop_pos
- dma_pos;
in pci9118_ai_dma_xfer()
506
stop_pos
in pci9118_ai_dma_xfer()
[all...]
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H
A
D
adl_pci9118.c
411
unsigned int
stop_pos
= start_pos + cmd->chanlist_len;
in pci9118_ai_samples_ready()
local
412
unsigned int span_len =
stop_pos
+ devpriv->ai_add_back;
in pci9118_ai_samples_ready()
444
if (dma_pos <
stop_pos
) {
in pci9118_ai_samples_ready()
446
x =
stop_pos
- dma_pos;
in pci9118_ai_samples_ready()
455
stop_pos
+= span_len;
in pci9118_ai_samples_ready()
468
unsigned int
stop_pos
= start_pos + cmd->chanlist_len;
in pci9118_ai_dma_xfer()
local
469
unsigned int span_len =
stop_pos
+ devpriv->ai_add_back;
in pci9118_ai_dma_xfer()
494
if (dma_pos <
stop_pos
) {
in pci9118_ai_dma_xfer()
496
x =
stop_pos
- dma_pos;
in pci9118_ai_dma_xfer()
505
stop_pos
in pci9118_ai_dma_xfer()
[all...]
Completed in 9 milliseconds