Searched refs:swsusp_extents (Results 1 – 1 of 1) sorted by relevance
78 static struct rb_root swsusp_extents = RB_ROOT; variable82 struct rb_node **new = &(swsusp_extents.rb_node); in swsusp_extents_insert()117 rb_insert_color(&ext->node, &swsusp_extents); in swsusp_extents_insert()150 while ((node = swsusp_extents.rb_node)) { in free_all_swap_pages()155 rb_erase(node, &swsusp_extents); in free_all_swap_pages()165 return (swsusp_extents.rb_node != NULL); in swsusp_swap_in_use()