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:is_running
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/samples/acrn/
H
A
D
vm-sample.c
33
int
is_running
= 1;
variable
39
is_running
= 0;
in vm_exit()
105
while (
is_running
) {
in main()
/kernel/linux/linux-5.10/kernel/kcsan/
H
A
D
report.c
458
const bool
is_running
= current->state == TASK_RUNNING;
in set_other_info_task_blocking()
local
471
if (
is_running
) {
in set_other_info_task_blocking()
503
if (
is_running
)
in set_other_info_task_blocking()
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
H
A
D
waiting.sh
66
is_running
()
function
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_eswitch.c
628
pf->switchdev.
is_running
= false;
in ice_eswitch_release()
639
if (pf->eswitch_mode == DEVLINK_ESWITCH_MODE_LEGACY || pf->switchdev.
is_running
)
in ice_eswitch_configure()
646
pf->switchdev.
is_running
= true;
in ice_eswitch_configure()
H
A
D
ice.h
524
bool
is_running
;
member
829
return pf->switchdev.
is_running
;
in ice_is_switchdev_running()
/kernel/linux/linux-6.6/kernel/kcsan/
H
A
D
report.c
522
const bool
is_running
= task_is_running(current);
in set_other_info_task_blocking()
local
535
if (
is_running
) {
in set_other_info_task_blocking()
567
if (
is_running
)
in set_other_info_task_blocking()
/kernel/linux/linux-5.10/drivers/watchdog/
H
A
D
f71808e_wdt.c
476
bool
is_running
= true;
in watchdog_is_running()
local
483
is_running
= (superio_inb(watchdog.sioaddr, SIO_REG_ENABLE) & BIT(0))
in watchdog_is_running()
491
return
is_running
;
in watchdog_is_running()
/kernel/linux/linux-5.10/net/wireless/
H
A
D
core.c
234
wdev->
is_running
= false;
in cfg80211_stop_p2p_device()
259
wdev->
is_running
= false;
in cfg80211_stop_nan()
H
A
D
nl80211.c
12841
wdev->
is_running
= true;
in nl80211_start_p2p_device()
12901
wdev->
is_running
= true;
in nl80211_start_nan()
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H
A
D
test_intel_pt.sh
269
is_running
${ppid} || return 1
/kernel/linux/linux-6.6/net/wireless/
H
A
D
core.c
241
wdev->
is_running
= false;
in cfg80211_stop_p2p_device()
266
wdev->
is_running
= false;
in cfg80211_stop_nan()
H
A
D
nl80211.c
14248
wdev->
is_running
= true;
in nl80211_start_p2p_device()
14308
wdev->
is_running
= true;
in nl80211_start_nan()
/kernel/linux/linux-5.10/include/net/
H
A
D
cfg80211.h
5215
* @
is_running
: true if this is a non-netdev device that has been started, e.g.
5258
bool use_4addr,
is_running
;
member
5333
return wdev->
is_running
;
in wdev_running()
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
5946
* @
is_running
: true if this is a non-netdev device that has been started, e.g.
5991
bool use_4addr,
is_running
, registered, registering;
member
6103
return wdev->
is_running
;
in wdev_running()
Completed in 76 milliseconds