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:other_pid
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/korg1212/
H
A
D
korg1212.c
1499
pid_t
other_pid
;
in snd_korg1212_hw_params()
local
1508
other_pid
= korg1212->capture_pid;
in snd_korg1212_hw_params()
1511
other_pid
= korg1212->playback_pid;
in snd_korg1212_hw_params()
1514
if ((
other_pid
> 0) && (this_pid !=
other_pid
)) {
in snd_korg1212_hw_params()
/kernel/linux/linux-5.10/sound/pci/rme9652/
H
A
D
rme9652.c
1987
pid_t
other_pid
;
in snd_rme9652_hw_params()
local
1995
other_pid
= rme9652->capture_pid;
in snd_rme9652_hw_params()
1998
other_pid
= rme9652->playback_pid;
in snd_rme9652_hw_params()
2001
if ((
other_pid
> 0) && (this_pid !=
other_pid
)) {
in snd_rme9652_hw_params()
H
A
D
hdspm.c
5507
pid_t
other_pid
;
in snd_hdspm_hw_params()
local
5513
other_pid
= hdspm->capture_pid;
in snd_hdspm_hw_params()
5516
other_pid
= hdspm->playback_pid;
in snd_hdspm_hw_params()
5519
if (
other_pid
> 0 && this_pid !=
other_pid
) {
in snd_hdspm_hw_params()
H
A
D
hdsp.c
4001
pid_t
other_pid
;
in snd_hdsp_hw_params()
local
4015
other_pid
= hdsp->capture_pid;
in snd_hdsp_hw_params()
4018
other_pid
= hdsp->playback_pid;
in snd_hdsp_hw_params()
4021
if ((
other_pid
> 0) && (this_pid !=
other_pid
)) {
in snd_hdsp_hw_params()
/kernel/linux/linux-6.6/sound/pci/korg1212/
H
A
D
korg1212.c
1490
pid_t
other_pid
;
in snd_korg1212_hw_params()
local
1499
other_pid
= korg1212->capture_pid;
in snd_korg1212_hw_params()
1502
other_pid
= korg1212->playback_pid;
in snd_korg1212_hw_params()
1505
if ((
other_pid
> 0) && (this_pid !=
other_pid
)) {
in snd_korg1212_hw_params()
/kernel/linux/linux-6.6/sound/pci/rme9652/
H
A
D
rme9652.c
1933
pid_t
other_pid
;
in snd_rme9652_hw_params()
local
1941
other_pid
= rme9652->capture_pid;
in snd_rme9652_hw_params()
1944
other_pid
= rme9652->playback_pid;
in snd_rme9652_hw_params()
1947
if ((
other_pid
> 0) && (this_pid !=
other_pid
)) {
in snd_rme9652_hw_params()
H
A
D
hdspm.c
5498
pid_t
other_pid
;
in snd_hdspm_hw_params()
local
5504
other_pid
= hdspm->capture_pid;
in snd_hdspm_hw_params()
5507
other_pid
= hdspm->playback_pid;
in snd_hdspm_hw_params()
5510
if (
other_pid
> 0 && this_pid !=
other_pid
) {
in snd_hdspm_hw_params()
H
A
D
hdsp.c
4044
pid_t
other_pid
;
in snd_hdsp_hw_params()
local
4058
other_pid
= hdsp->capture_pid;
in snd_hdsp_hw_params()
4061
other_pid
= hdsp->playback_pid;
in snd_hdsp_hw_params()
4064
if ((
other_pid
> 0) && (this_pid !=
other_pid
)) {
in snd_hdsp_hw_params()
Completed in 44 milliseconds