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:OA_BUFFER_SIZE
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_perf.c
212
#define
OA_BUFFER_SIZE
SZ_16M
macro
214
#define OA_TAKEN(tail, head) ((tail - head) & (
OA_BUFFER_SIZE
- 1))
522
tail = (tail - report_size) & (
OA_BUFFER_SIZE
- 1);
in oa_buffer_check_unlocked()
653
u32 mask = (
OA_BUFFER_SIZE
- 1);
in gen8_append_oa_reports()
685
head >
OA_BUFFER_SIZE
|| head % report_size ||
in gen8_append_oa_reports()
686
tail >
OA_BUFFER_SIZE
|| tail % report_size,
in gen8_append_oa_reports()
710
(
OA_BUFFER_SIZE
- head) < report_size)) {
in gen8_append_oa_reports()
950
u32 mask = (
OA_BUFFER_SIZE
- 1);
in gen7_append_oa_reports()
980
head >
OA_BUFFER_SIZE
|| head % report_size ||
in gen7_append_oa_reports()
981
tail >
OA_BUFFER_SIZE
|| tai
in gen7_append_oa_reports()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_perf.c
226
#define
OA_BUFFER_SIZE
SZ_16M
macro
228
#define OA_TAKEN(tail, head) ((tail - head) & (
OA_BUFFER_SIZE
- 1))
596
tail = (tail - report_size) & (
OA_BUFFER_SIZE
- 1);
in oa_buffer_check_unlocked()
689
oa_buf_end = stream->oa_buffer.vaddr +
OA_BUFFER_SIZE
;
in append_oa_sample()
739
u32 mask = (
OA_BUFFER_SIZE
- 1);
in gen8_append_oa_reports()
769
head >
OA_BUFFER_SIZE
||
in gen8_append_oa_reports()
770
tail >
OA_BUFFER_SIZE
,
in gen8_append_oa_reports()
900
OA_BUFFER_SIZE
;
in gen8_append_oa_reports()
1057
u32 mask = (
OA_BUFFER_SIZE
- 1);
in gen7_append_oa_reports()
1086
head >
OA_BUFFER_SIZE
|| hea
in gen7_append_oa_reports()
[all...]
Completed in 13 milliseconds