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:infix
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/erofs/
H
A
D
xattr.c
207
const char *prefix, *
infix
= NULL;
in erofs_listxattr_foreach()
local
223
infix
= pf->prefix->
infix
;
in erofs_listxattr_foreach()
243
memcpy(it->buffer + it->buffer_ofs + prefix_len,
infix
, infix_len);
in erofs_listxattr_foreach()
267
/* should also match the
infix
for long name prefixes */
in erofs_getxattr_foreach()
280
if (memcmp(it->name.name, pf->prefix->
infix
, pf->infix_len))
in erofs_getxattr_foreach()
H
A
D
erofs_fs.h
242
char
infix
[]; /*
infix
apart from short prefix */
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_request.c
238
head = rq->
infix
;
in __i915_request_fill()
488
if (rq->
infix
== rq->postfix)
in __i915_request_skip()
497
rq->
infix
= rq->postfix;
in __i915_request_skip()
893
rq->
infix
= rq->ring->emit; /* end of header; start of user payload */
in __i915_request_create()
H
A
D
i915_request.h
253
u32
infix
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_request.c
226
head = rq->
infix
;
in __i915_request_fill()
557
if (rq->
infix
== rq->postfix)
in __i915_request_skip()
568
rq->
infix
= rq->postfix;
in __i915_request_skip()
1007
rq->
infix
= rq->ring->emit; /* end of header; start of user payload */
in __i915_request_create()
H
A
D
i915_request.h
284
u32
infix
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
gen8_engine_cs.c
476
rq->
infix
= intel_ring_offset(rq, cs);
in gen8_emit_init_breadcrumb()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_lrc.c
3598
rq->
infix
= intel_ring_offset(rq, cs);
in gen8_emit_init_breadcrumb()
Completed in 18 milliseconds