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_pidlist
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H
A
D
cpuset.h
180
struct
cpuset_pidlist
;
224
struct
cpuset_pidlist
*cpuset_init_pidlist(const char *cpusetpath,
226
int cpuset_pidlist_length(const struct
cpuset_pidlist
*pl);
227
pid_t cpuset_get_pidlist(const struct
cpuset_pidlist
*pl, int i);
228
void cpuset_freepidlist(struct
cpuset_pidlist
*pl);
231
int cpuset_move_all(struct
cpuset_pidlist
*pl, const char *cpusetpath);
234
int cpuset_migrate_all(struct
cpuset_pidlist
*pl, const char *cpusetpath);
H
A
D
libcpuset.c
2438
struct
cpuset_pidlist
*pl = NULL; /* pids in cpuset subtree */
in cpuset_nuke()
2597
struct
cpuset_pidlist
{
struct
2616
static int pid_transform(struct pidblock *pb, struct
cpuset_pidlist
*pl, int n)
in pid_transform()
2650
struct
cpuset_pidlist
*cpuset_init_pidlist(const char *relpath,
in cpuset_init_pidlist()
2654
struct
cpuset_pidlist
*pl = NULL;
in cpuset_init_pidlist()
2697
int cpuset_pidlist_length(const struct
cpuset_pidlist
*pl)
in cpuset_pidlist_length()
2706
pid_t cpuset_get_pidlist(const struct
cpuset_pidlist
* pl, int i)
in cpuset_get_pidlist()
2715
void cpuset_freepidlist(struct
cpuset_pidlist
*pl)
in cpuset_freepidlist()
2746
int cpuset_move_all(struct
cpuset_pidlist
*pl, const char *relpath)
in cpuset_move_all()
2815
struct
cpuset_pidlist
*p
in cpuset_move_cpuset_tasks()
[all...]
Completed in 5 milliseconds