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_EXITING
(Results
1 - 11
of
11
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
H
A
D
sco.c
1082
if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && !(current->flags &
PF_EXITING
)) {
in sco_sock_shutdown()
1106
if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && !(current->flags &
PF_EXITING
)) {
in sco_sock_release()
H
A
D
l2cap_sock.c
1419
if (sock_flag(sk, SOCK_LINGER) && sk->sk_lingertime && !(current->flags &
PF_EXITING
)) {
in l2cap_sock_shutdown()
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H
A
D
cgroup-v1.c
140
} while (task && (task->flags &
PF_EXITING
));
in cgroup_transfer_tasks()
H
A
D
cpuset.c
3567
if (current->flags &
PF_EXITING
) { /* Let dying task have memory */
in _cpuset_node_allowed()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
1670
#define
PF_EXITING
0x00000004 /* Getting shut down */
macro
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
1816
if (cur && ((cur->flags &
PF_EXITING
) || is_idle_task(cur))) {
in task_numa_compare()
2847
if (p->flags &
PF_EXITING
) {
in task_numa_work()
3026
if ((curr->flags & (
PF_EXITING
| PF_KTHREAD)) || work->next != work) {
in task_tick_numa()
3060
if (!p->mm || !p->numa_faults || (p->flags &
PF_EXITING
)) {
in update_scan_period()
7122
int sync = (wake_flags & WF_SYNC) && !(current->flags &
PF_EXITING
);
in select_task_rq_fair()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_mem_linux.c
1638
if (!(current->flags &
PF_EXITING
))
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_mem_linux.c
1642
if (!(current->flags &
PF_EXITING
)) {
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_mem_linux.c
2391
if (!(current->flags &
PF_EXITING
)) {
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H
A
D
mali_kbase_csf.c
988
if (current->flags &
PF_EXITING
) {
in kbase_csf_queue_unbind()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_mem_linux.c
2360
if (!(current->flags &
PF_EXITING
))
Completed in 43 milliseconds