Home
last modified time | relevance | path

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

/system/core/lmkd/
Dlmkd.c100 struct adjslot_list { struct
101 struct adjslot_list *next; argument
102 struct adjslot_list *prev; argument
106 struct adjslot_list asl;
118 static struct adjslot_list procadjslot_list[ADJTOSLOT(OOM_ADJUST_MAX) + 1];
169 static void adjslot_insert(struct adjslot_list *head, struct adjslot_list *new) in adjslot_insert()
171 struct adjslot_list *next = head->next; in adjslot_insert()
178 static void adjslot_remove(struct adjslot_list *old) in adjslot_remove()
180 struct adjslot_list *prev = old->prev; in adjslot_remove()
181 struct adjslot_list *next = old->next; in adjslot_remove()
[all …]