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:probed
(Results
1 - 25
of
49
) sorted by relevance
1
2
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
cloexec.c
96
static bool
probed
;
in perf_event_open_cloexec_flag()
local
98
if (!
probed
) {
in perf_event_open_cloexec_flag()
101
probed
= true;
in perf_event_open_cloexec_flag()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
cloexec.c
83
static bool
probed
;
in perf_event_open_cloexec_flag()
local
85
if (!
probed
) {
in perf_event_open_cloexec_flag()
88
probed
= true;
in perf_event_open_cloexec_flag()
/kernel/linux/linux-5.10/sound/soc/
H
A
D
soc-card.c
133
* So, set "
probed
" flag here, because it needs to care
in snd_soc_card_probe()
140
card->
probed
= 1;
in snd_soc_card_probe()
158
* This means, we can set "card->
probed
" flag afer "late_probe"
in snd_soc_card_late_probe()
165
card->
probed
= 1;
in snd_soc_card_late_probe()
174
if (card->
probed
&&
in snd_soc_card_remove()
178
card->
probed
= 0;
in snd_soc_card_remove()
H
A
D
soc-dai.c
494
dai->
probed
= 1;
in snd_soc_pcm_dai_probe()
509
if (dai->
probed
&&
in snd_soc_pcm_dai_remove()
516
dai->
probed
= 0;
in snd_soc_pcm_dai_remove()
/kernel/linux/linux-5.10/arch/x86/boot/
H
A
D
video-mode.c
34
static u8
probed
[2];
in probe_cards()
local
36
if (
probed
[unsafe])
in probe_cards()
39
probed
[unsafe] = 1;
in probe_cards()
/kernel/linux/linux-6.6/arch/x86/boot/
H
A
D
video-mode.c
34
static u8
probed
[2];
in probe_cards()
local
36
if (
probed
[unsafe])
in probe_cards()
39
probed
[unsafe] = 1;
in probe_cards()
/kernel/linux/linux-6.6/sound/soc/
H
A
D
soc-card.c
183
* So, set "
probed
" flag here, because it needs to care
in snd_soc_card_probe()
190
card->
probed
= 1;
in snd_soc_card_probe()
208
* This means, we can set "card->
probed
" flag afer "late_probe"
in snd_soc_card_late_probe()
215
card->
probed
= 1;
in snd_soc_card_late_probe()
230
if (card->
probed
&&
in snd_soc_card_remove()
234
card->
probed
= 0;
in snd_soc_card_remove()
H
A
D
soc-dai.c
549
if (dai->
probed
)
in snd_soc_pcm_dai_probe()
563
dai->
probed
= 1;
in snd_soc_pcm_dai_probe()
575
if (!dai->
probed
)
in snd_soc_pcm_dai_remove()
588
dai->
probed
= 0;
in snd_soc_pcm_dai_remove()
/kernel/linux/linux-5.10/drivers/clk/ti/
H
A
D
clk-dra7-atl.c
52
bool
probed
; /* the driver for the IP has been loaded */
member
84
if (!cdesc->
probed
)
in atl_clk_enable()
106
if (!cdesc->
probed
)
in atl_clk_disable()
290
cdesc->
probed
= true;
in of_dra7_atl_clk_probe()
/kernel/linux/linux-6.6/drivers/clk/ti/
H
A
D
clk-dra7-atl.c
44
bool
probed
; /* the driver for the IP has been loaded */
member
76
if (!cdesc->
probed
)
in atl_clk_enable()
98
if (!cdesc->
probed
)
in atl_clk_disable()
272
cdesc->
probed
= true;
in of_dra7_atl_clk_probe()
/kernel/linux/linux-6.6/drivers/soundwire/
H
A
D
bus_type.c
122
/* device is
probed
so let's read the properties now */
in sdw_drv_probe()
146
slave->
probed
= true;
in sdw_drv_probe()
174
slave->
probed
= false;
in sdw_drv_remove()
H
A
D
slave.c
62
slave->
probed
= false;
in sdw_slave_add()
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
srmmu.c
774
unsigned long
probed
;
in srmmu_inherit_prom_mappings()
local
788
probed
= srmmu_probe(start);
in srmmu_inherit_prom_mappings()
789
if (!
probed
) {
in srmmu_inherit_prom_mappings()
800
if (srmmu_probe(addr + PMD_SIZE) ==
probed
)
in srmmu_inherit_prom_mappings()
805
if (srmmu_probe(addr + PGDIR_SIZE) ==
probed
)
in srmmu_inherit_prom_mappings()
813
*(pgd_t *)__nocache_fix(pgdp) = __pgd(
probed
);
in srmmu_inherit_prom_mappings()
827
*(pmd_t *)__nocache_fix(pmdp) = __pmd(
probed
);
in srmmu_inherit_prom_mappings()
839
*(pte_t *)__nocache_fix(ptep) = __pte(
probed
);
in srmmu_inherit_prom_mappings()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
srmmu.c
775
unsigned long
probed
;
in srmmu_inherit_prom_mappings()
local
789
probed
= srmmu_probe(start);
in srmmu_inherit_prom_mappings()
790
if (!
probed
) {
in srmmu_inherit_prom_mappings()
801
if (srmmu_probe(addr + PMD_SIZE) ==
probed
)
in srmmu_inherit_prom_mappings()
806
if (srmmu_probe(addr + PGDIR_SIZE) ==
probed
)
in srmmu_inherit_prom_mappings()
814
*__nocache_fix(pgdp) = __pgd(
probed
);
in srmmu_inherit_prom_mappings()
828
*(pmd_t *)__nocache_fix(pmdp) = __pmd(
probed
);
in srmmu_inherit_prom_mappings()
840
*__nocache_fix(ptep) = __pte(
probed
);
in srmmu_inherit_prom_mappings()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
rtnetlink.sh
748
probed
=false
758
probed
=true
839
$
probed
&& rmmod netdevsim
1188
probed
=false
1197
probed
=true
1220
$
probed
&& rmmod netdevsim
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
rtnetlink.sh
651
probed
=false
668
probed
=true
720
$
probed
&& rmmod netdevsim
856
probed
=false
866
probed
=true
947
$
probed
&& rmmod netdevsim
1296
probed
=false
1305
probed
=true
1328
$
probed
&& rmmod netdevsim
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-amd-mp2.h
185
unsigned int
probed
;
member
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-amd-mp2.h
185
unsigned int
probed
;
member
/kernel/linux/linux-5.10/drivers/soundwire/
H
A
D
bus_type.c
116
/* device is
probed
so let's read the properties now */
in sdw_drv_probe()
137
slave->
probed
= true;
in sdw_drv_probe()
H
A
D
slave.c
62
slave->
probed
= false;
in sdw_slave_add()
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
fsl_pamu.c
33
static bool
probed
; /* Has PAMU been
probed
? */
variable
1025
if (WARN_ON(
probed
))
in fsl_pamu_probe()
1166
probed
= true;
in fsl_pamu_probe()
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
sb1250-duart.c
771
static int
probed
;
in sbd_probe_duarts()
local
775
if (
probed
)
in sbd_probe_duarts()
790
probed
= 1;
in sbd_probe_duarts()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
sb1250-duart.c
771
static int
probed
;
in sbd_probe_duarts()
local
775
if (
probed
)
in sbd_probe_duarts()
790
probed
= 1;
in sbd_probe_duarts()
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
fsl_pamu.c
36
static bool
probed
; /* Has PAMU been
probed
? */
variable
772
if (WARN_ON(
probed
))
in fsl_pamu_probe()
902
probed
= true;
in fsl_pamu_probe()
/kernel/linux/linux-5.10/scripts/
H
A
D
dev-needs.sh
26
-d lists the driver name of the dependencies that have
probed
Completed in 20 milliseconds
1
2