Searched refs:swsusp_extents (Results 1 – 1 of 1) sorted by relevance
130 static struct rb_root swsusp_extents = RB_ROOT; variable134 struct rb_node **new = &(swsusp_extents.rb_node); in swsusp_extents_insert()169 rb_insert_color(&ext->node, &swsusp_extents); in swsusp_extents_insert()202 while ((node = swsusp_extents.rb_node)) { in free_all_swap_pages()207 rb_erase(node, &swsusp_extents); in free_all_swap_pages()217 return (swsusp_extents.rb_node != NULL); in swsusp_swap_in_use()
Completed in 5 milliseconds