OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cs_tree
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
cpuset.h
132
* cpuset_fts_open(path) - [optional] Open cpuset hierarchy ==>
cs_tree
133
* cpuset_fts_read(
cs_tree
) - [optional] Next entry in tree ==> cs_entry
134
* cpuset_fts_reverse(
cs_tree
) - [optional] Reverse order of entries in
cs_tree
135
* cpuset_fts_rewind(
cs_tree
) - [optional] Rewind
cs_tree
to beginning
141
* cpuset_fts_close(
cs_tree
) - [optional] Close cpuset hierarchy
254
struct cpuset_fts_tree *
cs_tree
);
255
void cpuset_fts_reverse(struct cpuset_fts_tree *
cs_tree
);
256
void cpuset_fts_rewind(struct cpuset_fts_tree *
cs_tree
);
[
all
...]
libcpuset.c
2442
struct cpuset_fts_tree *
cs_tree
;
local
2665
struct cpuset_fts_tree *
cs_tree
;
local
3210
struct cpuset_fts_tree *
cs_tree
= NULL;
local
[
all
...]
Completed in 603 milliseconds