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:cpuset_alloc
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H
A
D
libcpuset.c
86
* corresponding *_valid flags are set. The
cpuset_alloc
()
96
* from the calloc() call in
cpuset_alloc
().
611
struct cpuset *
cpuset_alloc
(void)
in cpuset_alloc()
function
791
struct cpuset *cp1 =
cpuset_alloc
();
in resolve_cp()
2036
if ((cp_sav =
cpuset_alloc
()) == NULL)
in cr_or_mod()
2316
if ((cp2 =
cpuset_alloc
()) == NULL)
in cpuset_collides_exclusive()
3017
if ((cp =
cpuset_alloc
()) == NULL)
in cpuset_p_rel_to_sys_cpu()
3033
if ((cp =
cpuset_alloc
()) == NULL)
in cpuset_p_sys_to_rel_cpu()
3049
if ((cp =
cpuset_alloc
()) == NULL)
in cpuset_p_rel_to_sys_mem()
3065
if ((cp =
cpuset_alloc
())
in cpuset_p_sys_to_rel_mem()
[all...]
H
A
D
cpuset.h
46
*
cpuset_alloc
() - Allocate a new struct cpuset
185
struct cpuset *
cpuset_alloc
(void);
H
A
D
cpuinfo.c
327
cp =
cpuset_alloc
();
in find_domain_cpusets()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
H
A
D
cpuset_cpu_hog.c
173
cp =
cpuset_alloc
();
in cpu_hog()
Completed in 6 milliseconds