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:pipe1
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/most/
H
A
D
core.c
58
struct pipe
pipe1
;
member
481
if (c->
pipe1
.comp) {
in print_links()
485
c->
pipe1
.comp->name,
in print_links()
561
else if (!c->
pipe1
.comp)
in link_channel_to_component()
562
comp_ptr = &c->
pipe1
.comp;
in link_channel_to_component()
705
if (c->
pipe1
.comp == comp)
in most_remove_link()
706
c->
pipe1
.comp = NULL;
in most_remove_link()
855
if (c->
pipe1
.refs && c->
pipe1
.comp->tx_completion)
in arm_mbo()
856
c->
pipe1
in arm_mbo()
[all...]
/kernel/linux/linux-6.6/drivers/most/
H
A
D
core.c
58
struct pipe
pipe1
;
member
481
if (c->
pipe1
.comp) {
in print_links()
485
c->
pipe1
.comp->name,
in print_links()
561
else if (!c->
pipe1
.comp)
in link_channel_to_component()
562
comp_ptr = &c->
pipe1
.comp;
in link_channel_to_component()
705
if (c->
pipe1
.comp == comp)
in most_remove_link()
706
c->
pipe1
.comp = NULL;
in most_remove_link()
855
if (c->
pipe1
.refs && c->
pipe1
.comp->tx_completion)
in arm_mbo()
856
c->
pipe1
in arm_mbo()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H
A
D
omap_drv.c
182
const struct omap_drm_pipeline *
pipe1
= a;
in omap_compare_pipelines()
local
185
if (
pipe1
->alias_id > pipe2->alias_id)
in omap_compare_pipelines()
187
else if (
pipe1
->alias_id < pipe2->alias_id)
in omap_compare_pipelines()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H
A
D
omap_drv.c
354
const struct omap_drm_pipeline *
pipe1
= a;
in omap_compare_pipelines()
local
357
if (
pipe1
->alias_id > pipe2->alias_id)
in omap_compare_pipelines()
359
else if (
pipe1
->alias_id < pipe2->alias_id)
in omap_compare_pipelines()
/kernel/linux/linux-5.10/fs/
H
A
D
pipe.c
110
void pipe_double_lock(struct pipe_inode_info *
pipe1
,
in pipe_double_lock()
argument
113
BUG_ON(
pipe1
== pipe2);
in pipe_double_lock()
115
if (
pipe1
< pipe2) {
in pipe_double_lock()
116
pipe_lock_nested(
pipe1
, I_MUTEX_PARENT);
in pipe_double_lock()
120
pipe_lock_nested(
pipe1
, I_MUTEX_CHILD);
in pipe_double_lock()
/kernel/linux/linux-6.6/fs/
H
A
D
pipe.c
111
void pipe_double_lock(struct pipe_inode_info *
pipe1
,
in pipe_double_lock()
argument
114
BUG_ON(
pipe1
== pipe2);
in pipe_double_lock()
116
if (
pipe1
< pipe2) {
in pipe_double_lock()
117
pipe_lock_nested(
pipe1
, I_MUTEX_PARENT);
in pipe_double_lock()
121
pipe_lock_nested(
pipe1
, I_MUTEX_CHILD);
in pipe_double_lock()
Completed in 9 milliseconds