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:first_run
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H
A
D
scan.c
135
bool
first_run
= (priv->scan.begin == priv->scan.curr &&
in cw1200_scan_work()
local
139
if (
first_run
) {
in cw1200_scan_work()
150
if (
first_run
) {
in cw1200_scan_work()
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H
A
D
scan.c
135
bool
first_run
= (priv->scan.begin == priv->scan.curr &&
in cw1200_scan_work()
local
139
if (
first_run
) {
in cw1200_scan_work()
150
if (
first_run
) {
in cw1200_scan_work()
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
processor_idle.c
843
static int
first_run
;
in acpi_processor_cstate_first_run_checks()
local
845
if (
first_run
)
in acpi_processor_cstate_first_run_checks()
852
first_run
++;
in acpi_processor_cstate_first_run_checks()
/kernel/linux/linux-5.10/mm/
H
A
D
kmemleak.c
1559
static int
first_run
= IS_ENABLED(CONFIG_DEBUG_KMEMLEAK_AUTO_SCAN);
in kmemleak_scan_thread()
local
1567
if (
first_run
) {
in kmemleak_scan_thread()
1569
first_run
= 0;
in kmemleak_scan_thread()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
processor_idle.c
842
static int
first_run
;
in acpi_processor_cstate_first_run_checks()
local
844
if (
first_run
)
in acpi_processor_cstate_first_run_checks()
851
first_run
++;
in acpi_processor_cstate_first_run_checks()
/kernel/linux/linux-6.6/mm/
H
A
D
kmemleak.c
1709
static int
first_run
= IS_ENABLED(CONFIG_DEBUG_KMEMLEAK_AUTO_SCAN);
in kmemleak_scan_thread()
local
1717
if (
first_run
) {
in kmemleak_scan_thread()
1719
first_run
= 0;
in kmemleak_scan_thread()
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_taprio.c
726
goto
first_run
;
in advance_sched()
752
first_run
:
in advance_sched()
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_taprio.c
956
goto
first_run
;
in advance_sched()
990
first_run
:
in advance_sched()
Completed in 17 milliseconds