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_tgid_nr
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/include/
H
A
D
drv_osal_lib_linux.h
111
#define crypto_get_owner(x) *(x) =
task_tgid_nr
(current)
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H
A
D
osal_timer.c
199
return (int)
task_tgid_nr
(current);
in osal_get_pid()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_context.c
58
kctx->timeline.owner_tgid =
task_tgid_nr
(current);
in kbase_create_context()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_context.c
62
kctx->timeline.owner_tgid =
task_tgid_nr
(current);
in kbase_create_context()
/device/soc/rockchip/common/sdk_linux/include/trace/events/
H
A
D
sched.h
365
TP_fast_assign(__entry->pid = task_pid_nr(tsk); __entry->tgid =
task_tgid_nr
(tsk);
384
TP_fast_assign(__entry->src_pid = task_pid_nr(src_tsk); __entry->src_tgid =
task_tgid_nr
(src_tsk);
387
__entry->dst_tgid = dst_tsk ?
task_tgid_nr
(dst_tsk) : 0;
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
1544
static inline pid_t
task_tgid_nr
(struct task_struct *tsk)
in task_tgid_nr()
function
1660
return
task_tgid_nr
(tsk) == 1;
in is_global_init()
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H
A
D
cgroup-v1.c
1128
pr_warn("option changes via remount are deprecated (pid=%d comm=%s)\n",
task_tgid_nr
(current), current->comm);
Completed in 7 milliseconds