Searched refs:swsusp_extents (Results 1 – 1 of 1) sorted by relevance
129 static struct rb_root swsusp_extents = RB_ROOT; variable133 struct rb_node **new = &(swsusp_extents.rb_node); in swsusp_extents_insert()168 rb_insert_color(&ext->node, &swsusp_extents); in swsusp_extents_insert()201 while ((node = swsusp_extents.rb_node)) { in free_all_swap_pages()205 rb_erase(node, &swsusp_extents); in free_all_swap_pages()215 return (swsusp_extents.rb_node != NULL); in swsusp_swap_in_use()