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:notify_on_release
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cgroup/
H
A
D
cgroup_regression_test.sh
111
# Bug: a cgroup's
notify_on_release
flag did not inherit from its parent.
127
echo 0 > cgroup/
notify_on_release
129
val1=`cat cgroup/0/
notify_on_release
`
131
echo 1 > cgroup/
notify_on_release
133
val2=`cat cgroup/1/
notify_on_release
`
136
tst_res TFAIL "wrong
notify_on_release
value"
138
tst_res TPASS "
notify_on_release
is inherited"
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H
A
D
libcpuset.c
75
char
notify_on_release
;
member
708
} else if (streq(optionname, "
notify_on_release
")) {
in cpuset_set_iopt()
709
cp->
notify_on_release
= ! !value;
in cpuset_set_iopt()
895
else if (streq(optionname, "
notify_on_release
"))
in cpuset_get_iopt()
896
return cp->
notify_on_release
;
in cpuset_get_iopt()
1751
if (store_flag(path, "
notify_on_release
", cp->
notify_on_release
)
in apply_cpuset_settings()
1979
cp1->
notify_on_release
!= cp2->
notify_on_release
)
in mark_dirty_variable()
2104
if (load_flag(buf, &cp->
notify_on_release
, "notify_on_releas
in cpuset_query()
[all...]
Completed in 5 milliseconds