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:taskpid
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/build/test/moduletest/runtest/bin/sched_rtg_t/testcases/bin/
H
A
D
sched_rtg06.sh
91
echo $((RANDOM % 19 + 2)) > /proc/$(sed -n ${i}p
taskpid
.txt)/sched_group_id
93
echo 0 > /proc/$(sed -n ${i}p
taskpid
.txt)/sched_group_id
106
echo ${i} > /proc/$(sed -n ${i}p
taskpid
.txt)/sched_group_id
108
echo 0 > /proc/$(sed -n ${i}p
taskpid
.txt)/sched_group_id
113
echo 2 > /proc/$(sed -n ${i}p
taskpid
.txt)/sched_group_id
115
echo 0 > /proc/$(sed -n ${i}p
taskpid
.txt)/sched_group_id
129
echo $_rtg_id > /proc/$(sed -n ${i}p
taskpid
.txt)/sched_group_id
131
echo 0 > /proc/$(sed -n ${i}p
taskpid
.txt)/sched_group_id
140
rm -rf
taskpid
.txt
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
habanalabs_drv.c
170
hpriv->
taskpid
= get_task_pid(current, PIDTYPE_PID);
in hl_device_open()
242
put_pid(hpriv->
taskpid
);
in hl_device_open()
279
hpriv->
taskpid
= get_task_pid(current, PIDTYPE_PID);
in hl_device_open_ctrl()
299
put_pid(hpriv->
taskpid
);
in hl_device_open_ctrl()
H
A
D
device.c
409
put_pid(hpriv->
taskpid
);
in hpriv_release()
535
put_pid(hpriv->
taskpid
);
in hl_device_release()
579
put_pid(hpriv->
taskpid
);
in hl_device_release_ctrl()
1341
task = get_pid_task(hpriv->
taskpid
, PIDTYPE_PID);
in device_kill_open_processes()
H
A
D
habanalabs.h
2256
* @
taskpid
: current process ID.
2271
struct pid *
taskpid
;
member
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
habanalabs_drv.c
118
hpriv->
taskpid
= find_get_pid(current->pid);
in hl_device_open()
173
put_pid(hpriv->
taskpid
);
in hl_device_open()
219
hpriv->
taskpid
= find_get_pid(current->pid);
in hl_device_open_ctrl()
H
A
D
device.c
50
put_pid(hpriv->
taskpid
);
in hpriv_release()
109
put_pid(hpriv->
taskpid
);
in hl_device_release_ctrl()
786
task = get_pid_task(hpriv->
taskpid
, PIDTYPE_PID);
in device_kill_open_processes()
H
A
D
habanalabs.h
1181
* @
taskpid
: current process ID.
1194
struct pid *
taskpid
;
member
/kernel/linux/build/test/moduletest/runtest/bin/cpuisolation_t/testcases/bin/
H
A
D
cpuisolation04.sh
104
for pid in $(cat
taskpid
.txt); do
H
A
D
cpuisolation05.sh
77
rm -rf
taskpid
.txt
H
A
D
cpuisolation02.sh
56
for pid in $(cat
taskpid
.txt); do
H
A
D
cpuisolation03.sh
112
for pid in $(cat
taskpid
.txt); do
Completed in 19 milliseconds