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:TASK_RUNNING
(Results
1 - 18
of
18
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
wait.c
63
* started to run but is not in state
TASK_RUNNING
. try_to_wake_up() returns
382
__set_current_state(
TASK_RUNNING
);
in finish_wait()
434
* p->state =
TASK_RUNNING
; p->state =
TASK_RUNNING
;
452
__set_current_state(
TASK_RUNNING
);
in wait_woken()
H
A
D
core.c
2169
WARN_ON_ONCE(p->state !=
TASK_RUNNING
&& p->state != TASK_WAKING &&
in set_task_cpu()
2177
WARN_ON_ONCE(p->state ==
TASK_RUNNING
&&
in set_task_cpu()
2733
p->state =
TASK_RUNNING
;
in ttwu_do_wakeup()
2802
* __set_current_state(
TASK_RUNNING
);
2805
* runnable, so all that needs doing is change p->state back to
TASK_RUNNING
in
2810
*
TASK_RUNNING
. Otherwise we lost the race, schedule() has happened, and we
3109
* If (@state & @p->state) @p->state =
TASK_RUNNING
.
3163
p->state =
TASK_RUNNING
;
in try_to_wake_up()
3360
case
TASK_RUNNING
:
in try_invoke_on_locked_down_task()
3721
p->state =
TASK_RUNNING
;
in wake_up_new_task()
[all...]
H
A
D
rt.c
1869
if (task->state ==
TASK_RUNNING
|| boosted) {
in find_cas_cpu()
H
A
D
fair.c
10526
if (task_on_rq_queued(push_task) && push_task->state ==
TASK_RUNNING
&& task_cpu(push_task) == busiest_cpu &&
in active_load_balance_cpu_stop()
11488
if (rq->curr->state !=
TASK_RUNNING
|| rq->curr->nr_cpus_allowed == 1) {
in check_for_migration_fair()
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H
A
D
dma-fence.c
774
__set_current_state(
TASK_RUNNING
);
in dma_fence_default_wait()
872
__set_current_state(
TASK_RUNNING
);
in dma_fence_wait_any_timeout()
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
H
A
D
process.c
580
if (!p || p == current || p->state ==
TASK_RUNNING
) {
in get_wchan()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
85
#define
TASK_RUNNING
0x0000
macro
115
(
TASK_RUNNING
| TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE | __TASK_STOPPED | __TASK_TRACED | EXIT_DEAD | \
168
* __set_current_state(
TASK_RUNNING
);
182
* Wakeup will do: if (@state & p->state) p->state =
TASK_RUNNING
, that is,
184
*
TASK_RUNNING
store which can collide with __set_current_state(
TASK_RUNNING
).
186
* However, with slightly different timing the wakeup
TASK_RUNNING
store can
200
* serialize against wakeups such that any possible in-flight
TASK_RUNNING
stores
/device/soc/rockchip/common/vendor/drivers/rockchip/
H
A
D
rk_fiq_debugger.c
290
set_current_state(
TASK_RUNNING
);
in console_thread()
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H
A
D
cgroup-v1.c
754
case
TASK_RUNNING
:
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H
A
D
linuxver.h
807
current->state =
TASK_RUNNING
; \
/device/soc/rockchip/common/sdk_linux/include/trace/events/
H
A
D
sched.h
104
* Decrement it by 1 (except
TASK_RUNNING
state i.e 0) before using
in trace_sched_switch_state()
162
__entry->running = (p->state ==
TASK_RUNNING
);),
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H
A
D
rk_fiq_debugger.c
287
set_current_state(
TASK_RUNNING
);
in console_thread()
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H
A
D
fiq_debugger.c
364
if (task_state ==
TASK_RUNNING
) {
in fiq_debugger_do_ps()
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H
A
D
fiq_debugger.c
352
if (task_state ==
TASK_RUNNING
)
in fiq_debugger_do_ps()
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
H
A
D
l2cap_sock.c
1328
set_current_state(
TASK_RUNNING
);
in __l2cap_wait_ack()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_sdio.c
6973
set_current_state(
TASK_RUNNING
);
in dhdsdio_dpc()
H
A
D
wl_cfg80211.c
17491
set_current_state(
TASK_RUNNING
);
in wl_cfg80211_netdev_notifier_call()
H
A
D
dhd_linux.c
15809
set_current_state(
TASK_RUNNING
);
in dhd_wait_pend8021x()
Completed in 104 milliseconds