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:dtlr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
dtl.c
57
struct dtl_ring *
dtlr
= this_cpu_ptr(&dtl_rings);
in consume_dtle()
local
58
struct dtl_entry *wp =
dtlr
->write_ptr;
in consume_dtle()
72
if (wp ==
dtlr
->buf_end)
in consume_dtle()
73
wp =
dtlr
->buf;
in consume_dtle()
74
dtlr
->write_ptr = wp;
in consume_dtle()
78
++
dtlr
->write_index;
in consume_dtle()
83
struct dtl_ring *
dtlr
= &per_cpu(dtl_rings, dtl->cpu);
in dtl_start()
local
85
dtlr
->buf = dtl->buf;
in dtl_start()
86
dtlr
->buf_end = dtl->buf + dtl->buf_entries;
in dtl_start()
87
dtlr
in dtl_start()
103
struct dtl_ring *
dtlr
= &per_cpu(dtl_rings, dtl->cpu);
dtl_stop()
local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
dtl.c
67
struct dtl_ring *
dtlr
= this_cpu_ptr(&dtl_rings);
in consume_dtle()
local
68
struct dtl_entry *wp =
dtlr
->write_ptr;
in consume_dtle()
82
if (wp ==
dtlr
->buf_end)
in consume_dtle()
83
wp =
dtlr
->buf;
in consume_dtle()
84
dtlr
->write_ptr = wp;
in consume_dtle()
88
++
dtlr
->write_index;
in consume_dtle()
93
struct dtl_ring *
dtlr
= &per_cpu(dtl_rings, dtl->cpu);
in dtl_start()
local
95
dtlr
->buf = dtl->buf;
in dtl_start()
96
dtlr
->buf_end = dtl->buf + dtl->buf_entries;
in dtl_start()
97
dtlr
in dtl_start()
113
struct dtl_ring *
dtlr
= &per_cpu(dtl_rings, dtl->cpu);
dtl_stop()
local
[all...]
Completed in 1 milliseconds