Searched defs:swap_list (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dswapfile.c56 static struct swap_list_t swap_list = {-1, -1}; variable in typeref:struct:swap_list_t
423 for (type = swap_list.next; type >= 0 && wrapped < 2; type = next) {
428 next = swap_list.head;
437 swap_list.next = next;
444 next = swap_list.next;
554 if (swap_list.next >= 0 &&
555 p->prio > swap_info[swap_list.next]->prio)
556 swap_list.next = p->type;
1536 /* insert swap space into swap_list: */
1538 for (i = swap_list
[all...]

Completed in 6 milliseconds