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:cgrp
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H
A
D
cgroup-v1.c
209
void cgroup1_pidlist_destroy_all(struct cgroup *
cgrp
)
in cgroup1_pidlist_destroy_all()
argument
213
mutex_lock(&
cgrp
->pidlist_mutex);
in cgroup1_pidlist_destroy_all()
214
list_for_each_entry_safe(l, tmp_l, &
cgrp
->pidlists, links)
in cgroup1_pidlist_destroy_all()
216
mutex_unlock(&
cgrp
->pidlist_mutex);
in cgroup1_pidlist_destroy_all()
219
BUG_ON(!list_empty(&
cgrp
->pidlists));
in cgroup1_pidlist_destroy_all()
291
static struct cgroup_pidlist *cgroup_pidlist_find(struct cgroup *
cgrp
, enum cgroup_filetype type)
in cgroup_pidlist_find()
argument
297
lockdep_assert_held(&
cgrp
->pidlist_mutex);
in cgroup_pidlist_find()
299
list_for_each_entry(l, &
cgrp
->pidlists, links) if (l->key.type == type && l->key.ns == ns) return l;
in cgroup_pidlist_find()
309
static struct cgroup_pidlist *cgroup_pidlist_find_create(struct cgroup *
cgrp
, enum cgroup_filetype type)
in cgroup_pidlist_find_create()
argument
313
lockdep_assert_held(&
cgrp
in cgroup_pidlist_find_create()
338
pidlist_array_load(struct cgroup *
cgrp
, enum cgroup_filetype type, struct cgroup_pidlist **lp)
pidlist_array_load()
argument
414
struct cgroup *
cgrp
= seq_css(s)->cgroup;
cgroup_pidlist_start()
local
512
struct cgroup *
cgrp
;
cgroup1_procs_write_func()
local
[all...]
H
A
D
cpuset.c
2787
*
cgrp
: control group that the new cpuset will be part of
3659
struct cgroup *
cgrp
;
in cpuset_print_current_mems_allowed()
local
3663
cgrp
= task_cs(current)->css.cgroup;
in cpuset_print_current_mems_allowed()
3665
pr_cont_cgroup_name(
cgrp
);
in cpuset_print_current_mems_allowed()
Completed in 6 milliseconds