Searched refs:swsusp_extents (Results 1 – 1 of 1) sorted by relevance
131 static struct rb_root swsusp_extents = RB_ROOT; variable135 struct rb_node **new = &(swsusp_extents.rb_node); in swsusp_extents_insert()170 rb_insert_color(&ext->node, &swsusp_extents); in swsusp_extents_insert()204 while ((node = swsusp_extents.rb_node)) { in free_all_swap_pages()209 rb_erase(node, &swsusp_extents); in free_all_swap_pages()219 return (swsusp_extents.rb_node != NULL); in swsusp_swap_in_use()