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:pids
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/umplock/
H
A
D
umplock_driver.c
48
u32
pids
[MAX_PIDS];
member
112
if (device.
pids
[i] == pid) {
in umplock_find_client_valid()
327
device.
pids
[i] = 0;
in do_umplock_zap()
364
if (device.
pids
[i] == lock_cmd->pid) {
in do_umplock_client_add()
370
if (device.
pids
[i] == 0) {
in do_umplock_client_add()
371
device.
pids
[i] = lock_cmd->pid;
in do_umplock_client_add()
421
device.
pids
[p_index] = 0;
in do_umplock_client_delete()
592
memset(&device.
pids
, 0, sizeof(u32) * MAX_PIDS);
in umplock_initialize_module()
605
memset(&device.
pids
, 0, sizeof(u32) * MAX_PIDS);
in umplock_cleanup_module()
/device/soc/rockchip/common/sdk_linux/include/linux/sched/
H
A
D
signal.h
153
struct pid *
pids
[PIDTYPE_MAX];
member
636
pid = task->signal->
pids
[type];
in task_pid_type()
643
return task->signal->
pids
[PIDTYPE_TGID];
in task_tgid()
653
return task->signal->
pids
[PIDTYPE_PGID];
in task_pgrp()
658
return task->signal->
pids
[PIDTYPE_SID];
in task_session()
Completed in 3 milliseconds