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_WAKEKILL
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
rtg.h
84
{
TASK_WAKEKILL
, "K"},
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
rtg.h
85
{
TASK_WAKEKILL
, "K"},
/kernel/linux/linux-5.10/include/linux/sched/
H
A
D
signal.h
386
if (!(state & (TASK_INTERRUPTIBLE |
TASK_WAKEKILL
)))
in signal_pending_state()
422
signal_wake_up_state(t, resume ?
TASK_WAKEKILL
: 0);
in signal_wake_up()
/kernel/linux/linux-6.6/include/linux/sched/
H
A
D
signal.h
416
if (!(state & (TASK_INTERRUPTIBLE |
TASK_WAKEKILL
)))
in signal_pending_state()
455
state =
TASK_WAKEKILL
| __TASK_TRACED;
in signal_wake_up()
/kernel/linux/linux-6.6/kernel/
H
A
D
hung_task.c
220
!(state &
TASK_WAKEKILL
) &&
in check_hung_uninterruptible_tasks()
/kernel/linux/linux-5.10/include/linux/
H
A
D
sched.h
97
#define
TASK_WAKEKILL
0x0100
macro
104
#define TASK_KILLABLE (
TASK_WAKEKILL
| TASK_UNINTERRUPTIBLE)
105
#define TASK_STOPPED (
TASK_WAKEKILL
| __TASK_STOPPED)
106
#define TASK_TRACED (
TASK_WAKEKILL
| __TASK_TRACED)
/kernel/linux/linux-6.6/include/linux/
H
A
D
sched.h
98
#define
TASK_WAKEKILL
0x00000100
macro
116
#define TASK_KILLABLE (
TASK_WAKEKILL
| TASK_UNINTERRUPTIBLE)
117
#define TASK_STOPPED (
TASK_WAKEKILL
| __TASK_STOPPED)
H
A
D
wait.h
287
(state & (TASK_INTERRUPTIBLE |
TASK_WAKEKILL
)))
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-sched.c
108
#define
TASK_WAKEKILL
128
macro
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-sched.c
109
#define
TASK_WAKEKILL
128
macro
Completed in 23 milliseconds