OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swap_offset_list
(Results
1 - 2
of
2
) sorted by null
/system/extras/libpagemap/
pm_memusage.c
43
SIMPLEQ_INIT(&mu->
swap_offset_list
);
56
SIMPLEQ_INSERT_SIMPLEQ_TAIL(&a->
swap_offset_list
, &b->
swap_offset_list
);
106
SIMPLEQ_INSERT_TAIL(&mu->
swap_offset_list
, soff, simpleqe);
119
SIMPLEQ_FOREACH(elem, &mu->
swap_offset_list
, simpleqe) {
126
pm_swap_offset_t *elem = SIMPLEQ_FIRST(&mu->
swap_offset_list
);
128
SIMPLEQ_REMOVE_HEAD(&mu->
swap_offset_list
, simpleqe);
130
elem = SIMPLEQ_FIRST(&mu->
swap_offset_list
);
/system/extras/libpagemap/include/pagemap/
pagemap.h
48
/* if non NULL then use
swap_offset_list
to compute proportional swap */
50
SIMPLEQ_HEAD(simpleqhead, pm_swap_offset)
swap_offset_list
;
member in struct:pm_memusage
Completed in 52 milliseconds