OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adjslot_list
(Results
1 - 1
of
1
) sorted by null
/system/core/lmkd/
lmkd.c
95
struct
adjslot_list
{
struct
96
struct
adjslot_list
*next;
97
struct
adjslot_list
*prev;
101
struct
adjslot_list
asl;
113
static struct
adjslot_list
procadjslot_list[ADJTOSLOT(OOM_SCORE_ADJ_MAX) + 1];
156
static void adjslot_insert(struct
adjslot_list
*head, struct
adjslot_list
*new)
158
struct
adjslot_list
*next = head->next;
165
static void adjslot_remove(struct
adjslot_list
*old)
167
struct
adjslot_list
*prev = old->prev
[
all
...]
Completed in 745 milliseconds