HomeSort by relevance Sort by last modified time
    Searched full:adjslot_list (Results 1 - 1 of 1) sorted by null

  /system/core/lmkd/
lmkd.c 100 struct adjslot_list { struct
101 struct adjslot_list *next;
102 struct adjslot_list *prev;
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)
171 struct adjslot_list *next = head->next;
178 static void adjslot_remove(struct adjslot_list *old)
180 struct adjslot_list *prev = old->prev
    [all...]

Completed in 168 milliseconds