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:PF_KTHREAD
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/power/
H
A
D
process.c
260
if (p->flags & (
PF_KTHREAD
| PF_WQ_WORKER)) {
in thaw_kernel_threads()
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
H
A
D
process.c
393
if (likely(!(p->flags &
PF_KTHREAD
))) {
in copy_thread()
483
if (unlikely(next->flags &
PF_KTHREAD
)) {
in ssbs_thread_switch()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
wait.c
417
return (current->flags &
PF_KTHREAD
) && kthread_should_stop();
in is_kthread_should_stop()
H
A
D
core.c
2068
if (p->flags &
PF_KTHREAD
) {
in __set_cpus_allowed_ptr()
2116
if (p->flags &
PF_KTHREAD
) {
in __set_cpus_allowed_ptr()
2609
bool allow_isolated = (p->flags &
PF_KTHREAD
);
in select_task_rq()
6611
if (!(p->flags &
PF_KTHREAD
)) {
in sched_getaffinity()
7439
if (!migrate_pinned_tasks && (next->flags &
PF_KTHREAD
) &&
in migrate_tasks()
8347
if (p->flags &
PF_KTHREAD
) {
in normalize_rt_tasks()
H
A
D
sched.h
2761
if (!(p->flags &
PF_KTHREAD
)) {
in is_per_cpu_kthread()
H
A
D
fair.c
3026
if ((curr->flags & (PF_EXITING |
PF_KTHREAD
)) || work->next != work) {
in task_tick_numa()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_mem_pool.c
159
if (current->flags &
PF_KTHREAD
) {
in kbase_mem_alloc_page()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_mem_pool.c
171
if (current->flags &
PF_KTHREAD
) {
in kbase_mem_alloc_page()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
1689
#define
PF_KTHREAD
0x00200000 /* I am a kernel thread */
macro
Completed in 41 milliseconds