Home
last modified time | relevance | path

Searched refs:adjslot_list (Results 1 – 1 of 1) sorted by relevance

/system/core/lmkd/
Dlmkd.c95 struct adjslot_list { struct
96 struct adjslot_list *next; argument
97 struct adjslot_list *prev; argument
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) in adjslot_insert()
158 struct adjslot_list *next = head->next; in adjslot_insert()
165 static void adjslot_remove(struct adjslot_list *old) in adjslot_remove()
167 struct adjslot_list *prev = old->prev; in adjslot_remove()
168 struct adjslot_list *next = old->next; in adjslot_remove()
[all …]