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:this_pid
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/korg1212/
H
A
D
korg1212.c
1498
pid_t
this_pid
;
in snd_korg1212_hw_params()
local
1507
this_pid
= korg1212->playback_pid;
in snd_korg1212_hw_params()
1510
this_pid
= korg1212->capture_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
1986
pid_t
this_pid
;
in snd_rme9652_hw_params()
local
1994
this_pid
= rme9652->playback_pid;
in snd_rme9652_hw_params()
1997
this_pid
= rme9652->capture_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
5506
pid_t
this_pid
;
in snd_hdspm_hw_params()
local
5512
this_pid
= hdspm->playback_pid;
in snd_hdspm_hw_params()
5515
this_pid
= hdspm->capture_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
4000
pid_t
this_pid
;
in snd_hdsp_hw_params()
local
4014
this_pid
= hdsp->playback_pid;
in snd_hdsp_hw_params()
4017
this_pid
= hdsp->capture_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
1489
pid_t
this_pid
;
in snd_korg1212_hw_params()
local
1498
this_pid
= korg1212->playback_pid;
in snd_korg1212_hw_params()
1501
this_pid
= korg1212->capture_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
1932
pid_t
this_pid
;
in snd_rme9652_hw_params()
local
1940
this_pid
= rme9652->playback_pid;
in snd_rme9652_hw_params()
1943
this_pid
= rme9652->capture_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
5497
pid_t
this_pid
;
in snd_hdspm_hw_params()
local
5503
this_pid
= hdspm->playback_pid;
in snd_hdspm_hw_params()
5506
this_pid
= hdspm->capture_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
4043
pid_t
this_pid
;
in snd_hdsp_hw_params()
local
4057
this_pid
= hdsp->playback_pid;
in snd_hdsp_hw_params()
4060
this_pid
= hdsp->capture_pid;
in snd_hdsp_hw_params()
4064
if ((other_pid > 0) && (
this_pid
!= other_pid)) {
in snd_hdsp_hw_params()
Completed in 49 milliseconds